1
0
Fork 0
mirror of https://github.com/NixOS/nix synced 2025-06-27 21:01:16 +02:00

* Generate man pages from the manual.

This commit is contained in:
Eelco Dolstra 2003-08-12 13:54:42 +00:00
parent c602930e08
commit e405ca506e
6 changed files with 92 additions and 14 deletions

View file

@ -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