stdenv: Don't move info pages to the 'man' output

Because if you were to disable man pages via 'programs.man.enable',
the "man" output wouldn't be installed and the info pages would go
missing.
This commit is contained in:
Tuomas Tynkkynen
2017-08-11 21:32:55 +03:00
parent 6aa074f17b
commit aeeb23853a
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -83,7 +83,7 @@
<varlistentry><term><varname>
$outputInfo</varname></term><listitem><para>
is for info pages. They go to <varname>info</varname> or <varname>$outputMan</varname> by default.
is for info pages. They go to <varname>info</varname> or <varname>$outputBin</varname> by default.
</para></listitem></varlistentry>
</variablelist>