nixpkgs manual: cleanup (#15611)

This commit is contained in:
Eric Sagnes
2016-05-22 10:05:37 +01:00
committed by Domen Kožar
parent cc41cb30e3
commit 96a4e1f80d
5 changed files with 17 additions and 19 deletions
+2 -3
View File
@@ -52,9 +52,8 @@ stdenv.mkDerivation {
outputFile = "./languages-frameworks/python.xml";
}
+ toDocbook {
inputFile = ./haskell-users-guide.md;
outputFile = "haskell-users-guide.xml";
useChapters = true;
inputFile = ./languages-frameworks/haskell.md;
outputFile = "./languages-frameworks/haskell.xml";
}
+ toDocbook {
inputFile = ./../pkgs/development/idris-modules/README.md;