Documentation: fix usage of useChapters
This commit is contained in:
parent
4c1525c1f8
commit
0ed331cf09
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user