mirror of
https://github.com/moparisthebest/pacman
synced 2024-11-12 04:15:06 -05:00
Make manpage generation depend on footer.txt
If footer.txt is updated, we need to regenerate the manpages, this little fix should do this. Signed-off-by: Dan McGee <dan@archlinux.org>
This commit is contained in:
parent
fe9a0de32e
commit
499b750c2f
@ -35,7 +35,7 @@ doxygen.in:
|
|||||||
doxygen $(srcdir)/Doxyfile
|
doxygen $(srcdir)/Doxyfile
|
||||||
endif
|
endif
|
||||||
|
|
||||||
$(man_MANS):
|
$(man_MANS): footer.txt
|
||||||
a2x -d manpage -f manpage --asciidoc-opts="$(ASCIIDOC_OPTS)" $@.txt
|
a2x -d manpage -f manpage --asciidoc-opts="$(ASCIIDOC_OPTS)" $@.txt
|
||||||
|
|
||||||
# vim:set ts=2 sw=2 noet:
|
# vim:set ts=2 sw=2 noet:
|
||||||
|
Loading…
Reference in New Issue
Block a user