summaryrefslogtreecommitdiffstats
path: root/doc/default.nix
diff options
context:
space:
mode:
authorMatthias Beyer <mail@beyermatthias.de>2017-03-20 20:41:37 +0100
committerRobin Gloster <mail@glob.in>2017-03-20 20:41:37 +0100
commit315e1a23c0ae1e8d30cee4de5908ce2bd2337968 (patch)
treedf25e69aa649b076208460737ff4eb30a84ef6c3 /doc/default.nix
parentc13922f0120d43f491ee286fd9362dd12833b9e5 (diff)
doc: Add rust documentation (#23510)
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 eaf3bb8d7a89..540a209c2ac9 100644
--- a/doc/default.nix
+++ b/doc/default.nix
@@ -69,6 +69,10 @@ pkgs.stdenv.mkDerivation {
outputFile = "languages-frameworks/r.xml";
}
+ toDocbook {
+ inputFile = ./languages-frameworks/rust.md;
+ outputFile = "./languages-frameworks/rust.xml";
+ }
+ + toDocbook {
inputFile = ./languages-frameworks/vim.md;
outputFile = "./languages-frameworks/vim.xml";
}