pkgs/development/tools/documentation/doxygen: move --mandir and --infodir to standard locations
svn path=/nixpkgs/trunk/; revision=25010
This commit is contained in:
parent
1e1610b37e
commit
e47468ce76
@ -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 ""
|
||||||
|
Loading…
x
Reference in New Issue
Block a user