pkgs/development/tools/documentation/doxygen: move --mandir and --infodir to standard locations

svn path=/nixpkgs/trunk/; revision=25010
This commit is contained in:
Peter Simons 2010-12-06 18:01:34 +00:00
parent 1e1610b37e
commit e47468ce76

View File

@ -17,7 +17,7 @@ stdenv.mkDerivation rec {
configureFlags = "--release" configureFlags = "--release"
+ (if qt == null then "" else " --with-doxywizard") + (if qt == null then "" else " --with-doxywizard")
; ;
makeFlags = "MAN1DIR=share/man/man1";
preConfigure = preConfigure =
(if (qt == null) (if (qt == null)
then "" then ""