Documentation: fix usage of useChapters
This commit is contained in:
parent
4c1525c1f8
commit
0ed331cf09
@ -45,11 +45,11 @@ stdenv.mkDerivation {
|
|||||||
+ toDocbook {
|
+ toDocbook {
|
||||||
inputFile = ./introduction.md;
|
inputFile = ./introduction.md;
|
||||||
outputFile = "introduction.xml";
|
outputFile = "introduction.xml";
|
||||||
|
useChapters = true;
|
||||||
}
|
}
|
||||||
+ toDocbook {
|
+ toDocbook {
|
||||||
inputFile = ./languages-frameworks/python.md;
|
inputFile = ./languages-frameworks/python.md;
|
||||||
outputFile = "./languages-frameworks/python.xml";
|
outputFile = "./languages-frameworks/python.xml";
|
||||||
useChapters = true;
|
|
||||||
}
|
}
|
||||||
+ toDocbook {
|
+ toDocbook {
|
||||||
inputFile = ./haskell-users-guide.md;
|
inputFile = ./haskell-users-guide.md;
|
||||||
|
Loading…
Reference in New Issue
Block a user