1
0
Fork 0
mirror of https://github.com/NixOS/nix synced 2025-07-07 14:21:48 +02:00

Use mdbook

This commit is contained in:
Eelco Dolstra 2020-07-22 20:27:23 +02:00
parent 650ae14ced
commit e0ea3c82ca
No known key found for this signature in database
GPG key ID: 8170B4726D7198DE
9 changed files with 32 additions and 70 deletions

View file

@ -117,8 +117,6 @@ fi
])
NEED_PROG(bash, bash)
AC_PATH_PROG(xmllint, xmllint, false)
AC_PATH_PROG(xsltproc, xsltproc, false)
AC_PATH_PROG(flex, flex, false)
AC_PATH_PROG(bison, bison, false)
AC_PATH_PROG(dot, dot)