doc: Add rust documentation (#23510)

This commit is contained in:
Matthias Beyer
2017-03-20 20:41:37 +01:00
committed by Robin Gloster
parent c13922f012
commit 315e1a23c0
3 changed files with 96 additions and 0 deletions

View File

@@ -68,6 +68,10 @@ pkgs.stdenv.mkDerivation {
inputFile = ../pkgs/development/r-modules/README.md;
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";