about summary refs log tree commit diff
path: root/configure.ac
diff options
context:
space:
mode:
authorEelco Dolstra <e.dolstra@tudelft.nl>2003-08-12T13·54+0000
committerEelco Dolstra <e.dolstra@tudelft.nl>2003-08-12T13·54+0000
commite405ca506efa608c3636023a98994c05f09ecf0c (patch)
tree0875328cfb44957a693d92f0d56037f2967a4642 /configure.ac
parentc602930e08a508fce76b16f6f7f1fdfaed3b91ab (diff)
* Generate man pages from the manual.
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac3
1 files changed, 2 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index 4dea89c95b..3dd3df9c6c 100644
--- a/configure.ac
+++ b/configure.ac
@@ -18,5 +18,6 @@ AC_CHECK_LIB(pthread, pthread_mutex_init)
 AM_CONFIG_HEADER([config.h])
 AC_CONFIG_FILES([Makefile externals/Makefile src/Makefile scripts/Makefile
 			  corepkgs/Makefile corepkgs/fetchurl/Makefile
-			  corepkgs/nar/Makefile])
+			  corepkgs/nar/Makefile
+			  doc/Makefile doc/manual/Makefile])
 AC_OUTPUT