1
0
Fork 0
mirror of https://github.com/NixOS/nix synced 2025-07-08 02:43:54 +02:00

* A rule to make a PDF version of the manual.

This commit is contained in:
Eelco Dolstra 2007-11-01 14:42:44 +00:00
parent 1511aa11ce
commit 5f8a203b55
2 changed files with 9 additions and 0 deletions

View file

@ -135,6 +135,7 @@ AC_PATH_PROG(bison, bison, false)
NEED_PROG(perl, perl)
NEED_PROG(tar, tar)
AC_PATH_PROG(dot, dot)
AC_PATH_PROG(dblatex, dblatex)
AC_PATH_PROG(openssl_prog, openssl, openssl) # if not found, call openssl in $PATH
AC_SUBST(openssl_prog)