* man/Makefile.am: Compute the dependencies for building the
manpages.
This commit is contained in:
parent
295106b6a8
commit
8411a8e8b4
@ -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.
|
||||
|
@ -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)
|
||||
|
Loading…
Reference in New Issue
Block a user