3
0
Fork 0
forked from mirrors/nixpkgs

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"
+ (if qt == null then "" else " --with-doxywizard")
;
makeFlags = "MAN1DIR=share/man/man1";
preConfigure =
(if (qt == null)
then ""