summaryrefslogtreecommitdiffstats
path: root/doc/default.nix
diff options
context:
space:
mode:
Diffstat (limited to 'doc/default.nix')
-rw-r--r--doc/default.nix4
1 files changed, 4 insertions, 0 deletions
diff --git a/doc/default.nix b/doc/default.nix
index 196b9e445390..5c97bc32a889 100644
--- a/doc/default.nix
+++ b/doc/default.nix
@@ -48,6 +48,10 @@ stdenv.mkDerivation {
useChapters = true;
}
+ toDocbook {
+ inputFile = ./languages-frameworks/python.md;
+ outputFile = "./languages-frameworks/python.xml";
+ }
+ + toDocbook {
inputFile = ./haskell-users-guide.md;
outputFile = "haskell-users-guide.xml";
useChapters = true;