mirror of
https://github.com/moparisthebest/pacman
synced 2024-12-23 00:08:50 -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
|
||||
endif
|
||||
|
||||
$(man_MANS):
|
||||
$(man_MANS): footer.txt
|
||||
a2x -d manpage -f manpage --asciidoc-opts="$(ASCIIDOC_OPTS)" $@.txt
|
||||
|
||||
# vim:set ts=2 sw=2 noet:
|
||||
|
Loading…
Reference in New Issue
Block a user