outputDocdev -> outputDevdoc

For consistency with the devdoc output.
This commit is contained in:
Eelco Dolstra 2016-09-20 16:51:51 +02:00
parent 594c47e5eb
commit 5f8a330d40
6 changed files with 7 additions and 7 deletions

View File

@ -68,7 +68,7 @@
</para></listitem></varlistentry>
<varlistentry><term><varname>
$outputDocdev</varname></term><listitem><para>
$outputDevdoc</varname></term><listitem><para>
is for <emphasis>developer</emphasis> documentation. Currently we count gtk-doc in there. It goes to <varname>devdoc</varname> or is removed (!) by default. This is because e.g. gtk-doc tends to be rather large and completely unused by nixpkgs users.
</para></listitem></varlistentry>

View File

@ -38,7 +38,7 @@ _overrideFirst outputInclude "$outputDev"
_overrideFirst outputLib "lib" "out"
_overrideFirst outputDoc "doc" "out"
_overrideFirst outputDocdev "devdoc" REMOVE # documentation for developers
_overrideFirst outputDevdoc "devdoc" REMOVE # documentation for developers
# man and info pages are small and often useful to distribute with binaries
_overrideFirst outputMan "man" "doc" "$outputBin"
_overrideFirst outputDevman "devman" "devdoc" "$outputMan"
@ -138,7 +138,7 @@ _multioutDocs() {
moveToOutput share/info "${!outputInfo}"
moveToOutput share/doc "${!outputDoc}"
moveToOutput share/gtk-doc "${!outputDocdev}"
moveToOutput share/gtk-doc "${!outputDevdoc}"
# the default outputMan is in $bin
moveToOutput share/man "${!outputMan}"

View File

@ -8,7 +8,7 @@ stdenv.mkDerivation rec {
sha256 = "0153py77ll759jacq41dp2z2ksr08pdcfic0rwjd6pr84dk89y9v";
};
outputDocdev = "out";
outputDevdoc = "out";
installPhase = ''
mkdir -p $out/share/man

View File

@ -11,7 +11,7 @@ stdenv.mkDerivation rec {
sha256 = "09c5gjhcz97ghfrv9zkgfb1wckvmqnhbzga0xidbm1ir7640di8l";
};
outputDocdev = "out";
outputDevdoc = "out";
preConfigure = "
patchShebangs ./configure

View File

@ -33,7 +33,7 @@ stdenv.mkDerivation rec {
'';
# keep man3
outputDocdev = "out";
outputDevdoc = "out";
meta = with stdenv.lib; {
homepage = http://www.corpit.ru/mjt/udns.html;

View File

@ -10,7 +10,7 @@ stdenv.mkDerivation rec {
sha256 = "0hpxcij9xx9ny3gs9p0iz4r8zslw8wqymbyababiyl7603a6x90y";
};
outputDocdev = "out";
outputDevdoc = "out";
# maybe there is a better way to pass the needed dtd and xsl files
# "-//OASIS//DTD DocBook XML V4.1.2//EN" and "http://docbook.sourceforge.net/release/xsl/current/html/chunk.xsl"