manual: add node to languages & frameworks

fixes #18609
This commit is contained in:
Langston Barrett
2016-09-20 20:38:24 +00:00
parent cd343b76c7
commit a3bbb45e5c
3 changed files with 9 additions and 2 deletions
+4
View File
@@ -60,6 +60,10 @@ pkgs.stdenv.mkDerivation {
inputFile = ../pkgs/development/idris-modules/README.md;
outputFile = "languages-frameworks/idris.xml";
}
+ toDocbook {
inputFile = ../pkgs/development/node-packages/README.md;
outputFile = "languages-frameworks/node.xml";
}
+ toDocbook {
inputFile = ../pkgs/development/r-modules/README.md;
outputFile = "languages-frameworks/r.xml";