* man/Makefile.am: Compute the dependencies for building the

manpages.
This commit is contained in:
nekral-guest 2009-03-14 13:16:55 +00:00
parent 295106b6a8
commit 8411a8e8b4
2 changed files with 10 additions and 0 deletions

View File

@ -1,3 +1,8 @@
2009-03-14 Nicolas François <nicolas.francois@centraliens.net>
* man/Makefile.am: Compute the dependencies for building the
manpages.
2009-03-14 Nicolas François <nicolas.francois@centraliens.net>
* libmisc/addgrps.c: Fix warnings.

View File

@ -170,8 +170,13 @@ EXTRA_DIST = \
generate_mans.mak \
generate_translations.mak
generate_mans.deps: *.xml
awk 'BEGIN{FS="\"";} /^<!ENTITY .* * SYSTEM ".*">$$/{ f=FILENAME; sub(/.xml/,"",f); print f ": " $$2 }' $(man_XMANS) > $@
if ENABLE_REGENERATE_MAN
include generate_mans.deps
include generate_mans.mak
CLEANFILES = $(man_MANS)