mirror of
https://https.git.savannah.gnu.org/git/gettext.git
synced 2026-01-26 15:39:11 +00:00
build: Fix Makefile.am formatting.
* gettext-runtime/man/Makefile.am: Start every indented line with a tab.
This commit is contained in:
parent
8c49e5478c
commit
3dfdf96387
@ -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
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user