summaryrefslogtreecommitdiff
path: root/doc/Makefile.am
diff options
context:
space:
mode:
authorDan McGee <dan@archlinux.org>2007-07-06 09:59:46 -0400
committerDan McGee <dan@archlinux.org>2007-07-09 13:47:56 -0400
commit499b750c2fbbedde27ad25d241f0c95566e5a0b7 (patch)
tree6066f80609e0847a580e8788d227bb3065324129 /doc/Makefile.am
parentfe9a0de32edaf1db58e46a3fd3f1c05ad0b0e6c2 (diff)
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>
Diffstat (limited to 'doc/Makefile.am')
-rw-r--r--doc/Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/Makefile.am b/doc/Makefile.am
index 8c51a95a..ab73b8d7 100644
--- a/doc/Makefile.am
+++ b/doc/Makefile.am
@@ -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: