Changeset 7f80ece
- Timestamp:
- 03/11/2018 06:11:34 PM (6 years ago)
- Branches:
- 10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 8.3, 8.4, 9.0, 9.1, basic, bdubbs/svn, elogind, kea, ken/inkscape-core-mods, lazarus, lxqt, perl-modules, plabs/python-mods, qt5new, trunk, upgradedb, xry111/intltool, xry111/soup3, xry111/test-20220226, xry111/xf86-video-removal
- Children:
- 1ec4f1ae
- Parents:
- 3a58850
- Files:
-
- 5 edited
Legend:
- Unmodified
- Added
- Removed
-
general/genlib/libmbim.xml
r3a58850 r7f80ece 81 81 <bridgehead renderas="sect4">Optional</bridgehead> 82 82 <para role="optional"> 83 <xref linkend="gtk-doc"/> 83 <xref linkend="gtk-doc"/> and 84 <ulink url="https://ftp.gnu.org/gnu/help2man/">help2man</ulink> 84 85 </para> 85 86 -
general/genlib/libqmi.xml
r3a58850 r7f80ece 86 86 <bridgehead renderas="sect4">Optional</bridgehead> 87 87 <para role="optional"> 88 <xref linkend="gtk-doc"/> 88 <xref linkend="gtk-doc"/> and 89 <ulink url="https://ftp.gnu.org/gnu/help2man/">help2man</ulink> 89 90 </para> 90 91 -
general/prog/vala.xml
r3a58850 r7f80ece 95 95 <xref linkend="dbus"/> (Required for the tests), 96 96 <xref linkend="graphviz"/> (Required for valadoc), 97 <xref linkend="libxslt"/> (Required for generating the documentation) 97 <xref linkend="libxslt"/> (Required for generating the documentation), and 98 <ulink url="https://ftp.gnu.org/gnu/help2man/">help2man</ulink> 98 99 </para> 99 100 -
postlfs/config/lsb-release.xml
r3a58850 r7f80ece 79 79 80 80 <screen role="root"><userinput>install -v -m 644 lsb_release.1 /usr/share/man/man1 && 81 install -v -m 755 lsb_release /usr/bin && 82 install -v -m 755 help2man /usr/bin</userinput></screen> 81 install -v -m 755 lsb_release /usr/bin</userinput></screen> 83 82 84 83 </sect2> … … 93 92 Be sure that the DISTRIB_CODENAME entry has been set properly. 94 93 </para> 95 <!--96 <para>97 Add the current package version to <filename>/etc/lsb-release</filename>.98 As the <systemitem class="username">root</systemitem> user:99 </para>100 94 101 <screen><userinput>echo 'LSB_VERSION="&lsb-release-version;"' >> /etc/lsb-release</userinput></screen>102 -->103 95 </sect2> 104 96 … … 113 105 <seglistitem> 114 106 <seg> 115 lsb_release and 116 help2man 107 lsb_release 117 108 </seg> 118 109 <seg>None</seg> … … 135 126 </listitem> 136 127 </varlistentry> 137 138 <varlistentry id="help2man">139 <term><command>help2man</command></term>140 <listitem>141 <para>is a perl script to generate a man page from '--help'142 and '--version' output.</para>143 <indexterm zone="lsb-release help2man">144 <primary sortas="b-help2man">help2man</primary>145 </indexterm>146 </listitem>147 </varlistentry>148 128 </variablelist> 149 129 -
x/lib/pango.xml
r3a58850 r7f80ece 97 97 <para role="optional"> 98 98 <xref linkend="cantarell-fonts"/> (for tests), 99 <xref linkend="gtk-doc"/>, and 99 <xref linkend="gtk-doc"/>, 100 <ulink url="https://ftp.gnu.org/gnu/help2man">help2man</ulink>, and 100 101 <ulink url="https://linux.thai.net/projects/libthai">libthai</ulink> 101 102 </para> … … 129 130 </para> 130 131 131 <screen role="root"><userinput>ninja install</userinput></screen> 132 <screen role="root"><userinput>ninja install && 133 install -vm 644 pango-view/pango-view.1.in /usr/share/man/man1/pango-view.1</userinput></screen> 132 134 133 135 </sect2>
Note:
See TracChangeset
for help on using the changeset viewer.