From: Bruno Haible Date: Sun, 14 Apr 2019 01:53:55 +0000 (+0200) Subject: build: Fix Makefile.am formatting. X-Git-Tag: v0.20~48 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=3dfdf96387ec72ca94802569d6b883fa4fb95b7b;p=thirdparty%2Fgettext.git build: Fix Makefile.am formatting. * gettext-runtime/man/Makefile.am: Start every indented line with a tab. --- diff --git a/gettext-runtime/man/Makefile.am b/gettext-runtime/man/Makefile.am index 41c5d2471..9e6f85f22 100644 --- a/gettext-runtime/man/Makefile.am +++ b/gettext-runtime/man/Makefile.am @@ -1,5 +1,5 @@ ## Makefile for the gettext-runtime/man subdirectory of GNU gettext -## Copyright (C) 2001-2003, 2006, 2009, 2013-2014, 2018 Free Software Foundation, +## Copyright (C) 2001-2003, 2006, 2009, 2013-2014, 2018-2019 Free Software Foundation, ## Inc. ## ## This program is free software: you can redistribute it and/or modify @@ -104,7 +104,7 @@ $(man_MAN1GEN): Makefile if test -f $${srcdir}$@.in; then \ sed -e 's|@''localedir''@|$(localedir)|g' $${srcdir}$@.in > t-$@ && \ mv t-$@ $@; \ - fi + fi gettext.1: gettext.1.in ngettext.1: ngettext.1.in @@ -139,7 +139,7 @@ $(man_HTML1GEN): Makefile if test -f $${srcdir}$@.in; then \ sed -e 's|@''localedir''@|$(localedir)|g' $${srcdir}$@.in > t-$@ && \ mv t-$@ $@; \ - fi + fi gettext.1.html: gettext.1.html.in ngettext.1.html: ngettext.1.html.in