* man/Makefile.am: Indicate that man/generate_mans.deps is

generated.
This commit is contained in:
nekral-guest 2010-03-11 22:04:22 +00:00
parent f13f60504a
commit ccc65bfde7
3 changed files with 8 additions and 1 deletions

View File

@ -1,3 +1,8 @@
2010-03-11 Nicolas François <nicolas.francois@centraliens.net>
* man/Makefile.am: Indicate that man/generate_mans.deps is
generated.
2010-03-11 Nicolas François <nicolas.francois@centraliens.net>
* lib/commonio.c: Re-indent.

View File

@ -175,7 +175,8 @@ EXTRA_DIST = \
generate_translations.mak
generate_mans.deps: *.xml
awk 'BEGIN{FS="\"";} /^<!ENTITY .* * SYSTEM ".*">$$/{ f=FILENAME; sub(/.xml/,"",f); print f ": " $$2 }' $(man_XMANS) > $@
echo "# This file is generated" > $@
awk 'BEGIN{FS="\"";} /^<!ENTITY .* * SYSTEM ".*">$$/{ f=FILENAME; sub(/.xml/,"",f); print f ": " $$2 }' $(man_XMANS) >> $@
if ENABLE_REGENERATE_MAN

View File

@ -1,3 +1,4 @@
# This file is generated
chfn.1: login.defs.d/CHFN_AUTH.xml
chfn.1: login.defs.d/CHFN_RESTRICT.xml
chfn.1: login.defs.d/LOGIN_STRING.xml