diff options
author | Eelco Dolstra <e.dolstra@tudelft.nl> | 2003-08-12T13·54+0000 |
---|---|---|
committer | Eelco Dolstra <e.dolstra@tudelft.nl> | 2003-08-12T13·54+0000 |
commit | e405ca506efa608c3636023a98994c05f09ecf0c (patch) | |
tree | 0875328cfb44957a693d92f0d56037f2967a4642 /configure.ac | |
parent | c602930e08a508fce76b16f6f7f1fdfaed3b91ab (diff) |
* Generate man pages from the manual.
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac index 4dea89c95b69..3dd3df9c6cd3 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 |