]> git.ipfire.org Git - thirdparty/gettext.git/commitdiff
build: Fix Makefile.am formatting.
authorBruno Haible <bruno@clisp.org>
Sun, 14 Apr 2019 01:53:55 +0000 (03:53 +0200)
committerBruno Haible <bruno@clisp.org>
Sun, 14 Apr 2019 02:01:00 +0000 (04:01 +0200)
* gettext-runtime/man/Makefile.am: Start every indented line with a tab.

gettext-runtime/man/Makefile.am

index 41c5d247126211d3ff4425d33f6ea0b070e2be2d..9e6f85f22caf640864bef687537c985a8401b191 100644 (file)
@@ -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