pythonDocs: group in subfolders pythonXY/TYPE

I got it now - promised.
This commit is contained in:
Florian Friesdorf
2013-03-05 12:41:30 +01:00
parent ee19854553
commit b345bca3af
25 changed files with 50 additions and 50 deletions
@@ -9,8 +9,8 @@ stdenv.mkDerivation rec {
sha256 = "1hg92n0mzl9w6j33b2h0bf2vy6fsxnpxfdc3qw760vcm0y00155j";
};
installPhase = ''
mkdir -p $out/share/doc
cp -R ./ $out/share/doc/${name}
mkdir -p $out/share/doc/python27
cp -R ./ $out/share/doc/python27/html
'';
meta = {
maintainers = [ lib.maintainers.chaoflow ];