Documentation: fix usage of useChapters

This commit is contained in:
Frederik Rietdijk 2016-03-12 15:33:40 -05:00
parent 4c1525c1f8
commit 0ed331cf09

View file

@ -45,11 +45,11 @@ stdenv.mkDerivation {
+ toDocbook {
inputFile = ./introduction.md;
outputFile = "introduction.xml";
useChapters = true;
}
+ toDocbook {
inputFile = ./languages-frameworks/python.md;
outputFile = "./languages-frameworks/python.xml";
useChapters = true;
}
+ toDocbook {
inputFile = ./haskell-users-guide.md;