From 499b750c2fbbedde27ad25d241f0c95566e5a0b7 Mon Sep 17 00:00:00 2001 From: Dan McGee Date: Fri, 6 Jul 2007 09:59:46 -0400 Subject: 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 --- doc/Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'doc') 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: -- cgit v1.2.3-24-g4f1b