lol
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

stdenv: Move devhelp books to outputDevdoc

+2 -1
+1 -1
doc/multiple-output.xml
··· 68 68 69 69 <varlistentry><term><varname> 70 70 $outputDevdoc</varname></term><listitem><para> 71 - 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. 71 + is for <emphasis>developer</emphasis> documentation. Currently we count gtk-doc and devhelp books 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. 72 72 </para></listitem></varlistentry> 73 73 74 74 <varlistentry><term><varname>
+1
pkgs/build-support/setup-hooks/multiple-outputs.sh
··· 140 140 moveToOutput share/info "${!outputInfo}" 141 141 moveToOutput share/doc "${!outputDoc}" 142 142 moveToOutput share/gtk-doc "${!outputDevdoc}" 143 + moveToOutput share/devhelp/books "${!outputDevdoc}" 143 144 144 145 # the default outputMan is in $bin 145 146 moveToOutput share/man "${!outputMan}"