nixpkgs manual: add basic R documentation, fixes #13362

also fixes #13243
This commit is contained in:
Michel Kuhlmann
2016-02-22 10:16:06 +01:00
committed by Rok Garbas
parent f1a65b3443
commit 312494180d
3 changed files with 60 additions and 1 deletions
+4 -1
View File
@@ -56,8 +56,11 @@ stdenv.mkDerivation {
inputFile = ./../pkgs/development/idris-modules/README.md;
outputFile = "languages-frameworks/idris.xml";
}
+ toDocbook {
inputFile = ./../pkgs/development/r-modules/README.md;
outputFile = "languages-frameworks/r.xml";
}
+ ''
cat languages-frameworks/idris.xml
echo ${nixpkgsVersion} > .version
xmllint --noout --nonet --xinclude --noxincludenode \