aboutsummaryrefslogtreecommitdiffhomepage
path: root/configure.ac
diff options
context:
space:
mode:
authorGravatar axel <axel@liljencrantz.se>2006-11-20 23:53:36 +1000
committerGravatar axel <axel@liljencrantz.se>2006-11-20 23:53:36 +1000
commitc2e1d76400e9e3b4160cbe406919bc89d7dc543b (patch)
tree3fb068a3b5ce1875d20c7175653143572d821eec /configure.ac
parentf7435559a78e7bf10ea2aa3bbb2f48184c990261 (diff)
Fix missing man-page generation when building from darcs tree. Also simplifys doc generation a small bit.
darcs-hash:20061120135336-ac50b-d3b7a4ce2ac6bcc307c57cfcd23db86a8ac411a8.gz
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index e2e2aada..dda2fa36 100644
--- a/configure.ac
+++ b/configure.ac
@@ -776,7 +776,7 @@ case $target_os in
esac
# Tell the world what we know
-AC_CONFIG_FILES([Makefile fish.spec doc_src/Doxyfile seq])
+AC_CONFIG_FILES([Makefile fish.spec Doxyfile.help seq])
AC_OUTPUT
if test ! x$local_found_posix_switch = xyes; then