Changeset a55a187
- Timestamp:
- 02/23/2014 09:25:47 PM (9 years ago)
- Branches:
- 10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 7.10, 7.5, 7.6, 7.6-blfs, 7.6-systemd, 7.7, 7.8, 7.9, 8.0, 8.1, 8.2, 8.3, 8.4, 9.0, 9.1, basic, bdubbs/svn, elogind, gnome, kde5-13430, kde5-14269, kde5-14686, ken/inkscape-core-mods, krejzi/svn, lazarus, nosym, perl-modules, plabs/python-mods, qt5new, systemd-11177, systemd-13485, trunk, upgradedb, xry111/intltool, xry111/soup3, xry111/test-20220226
- Children:
- 8874b6f
- Parents:
- 90f9400
- Location:
- general
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
general/prog/cvs.xml
r90f9400 ra55a187 36 36 creation of a repository is covered at <xref linkend="cvsserver"/>.</para> 37 37 38 &lfs7 4_checked;38 &lfs75_checked; 39 39 40 40 <bridgehead renderas="sect3">Package Information</bridgehead> … … 128 128 129 129 <screen><userinput>sed -i -e 's/getline /get_line /' lib/getline.{c,h} && 130 sed -i -e 's/^@sp$/& 1/' doc/cvs.texinfo </userinput></screen> 130 sed -i -e 's/^@sp$/& 1/' doc/cvs.texinfo && 131 touch doc/*.pdf</userinput></screen> 131 132 132 133 <para>Install <application>CVS</application> by running 133 134 the following commands:</para> 134 135 135 <screen><userinput>./configure --prefix=/usr &&136 <screen><userinput>./configure --prefix=/usr --docdir=/usr/share/doc/cvs-&cvs-version; && 136 137 make</userinput></screen> 137 138 138 <para>If you have <xref linkend="texlive"/> 139 installed and wish to create HTML or text docs from the 139 <para>If you wish to create HTML or text docs from the 140 140 documentation source files, issue the following command:</para> 141 141 … … 158 158 159 159 <screen role='root'><userinput>make install && 160 install -v -m755 -d /usr/share/doc/cvs-&cvs-version; && 161 install -v -m644 FAQ README /usr/share/doc/cvs-&cvs-version; && 162 install -v -m644 doc/*.pdf /usr/share/doc/cvs-&cvs-version;</userinput></screen> 160 make -C doc install-pdf && 161 install -v -m644 FAQ README /usr/share/doc/cvs-&cvs-version;</userinput></screen> 163 162 164 163 <para>If you created any additional documentation, install it by issuing -
general/prog/gdb.xml
r90f9400 ra55a187 39 39 </para> 40 40 41 &lfs7 4_checked;41 &lfs75_checked; 42 42 43 43 <bridgehead renderas="sect3">Package Information</bridgehead> … … 79 79 <bridgehead renderas="sect4">Optional</bridgehead> 80 80 <para role="optional"> 81 <xref linkend="dejagnu"/> (for tests) and 81 <xref linkend="dejagnu"/> (for tests), 82 <xref linkend="expat"/> and 82 83 <xref linkend="python2"/> 83 84 </para> … … 96 97 </para> 97 98 98 <screen><userinput>./configure --prefix=/usr &&99 <screen><userinput>./configure --prefix=/usr --with-system-readline && 99 100 make</userinput></screen> 100 101 … … 137 138 <?dbfo list-presentation="list"?> 138 139 <?dbhtml list-presentation="table"?> 140 141 <varlistentry id="gcore"> 142 <term><command>gcore</command></term> 143 <listitem> 144 <para> 145 generates a core dump of a running program. 146 </para> 147 <indexterm zone="gdb gcore"> 148 <primary sortas="b-gcore">gcore</primary> 149 </indexterm> 150 </listitem> 151 </varlistentry> 139 152 140 153 <varlistentry id="gdb-prog"> -
general/sysutils/initdtools.xml
r90f9400 ra55a187 12 12 ]> 13 13 14 <sect1 id="i tools" xreflabel="init-tools-&initd-tools-version;">15 <?dbhtml filename="i tools.html"?>14 <sect1 id="initd-tools" xreflabel="Initd-tools-&initd-tools-version;"> 15 <?dbhtml filename="initd-tools.html"?> 16 16 17 17 <sect1info> … … 20 20 </sect1info> 21 21 22 <title> initd-tools-&initd-tools-version;</title>22 <title>Initd-tools-&initd-tools-version;</title> 23 23 24 <indexterm zone="i tools">25 <primary sortas="a-i tools">initd-tools</primary>24 <indexterm zone="initd-tools"> 25 <primary sortas="a-initd-tools">initd-tools</primary> 26 26 </indexterm> 27 27 … … 104 104 <para>installs a boot script and the necessary symbolic links 105 105 using LSB methodology.</para> 106 <indexterm zone="i tools install_initd">106 <indexterm zone="initd-tools install_initd"> 107 107 <primary sortas="b-install_initd">install_initd</primary> 108 108 </indexterm> … … 115 115 <para>removes a boot script and the necessary symbolic links 116 116 using LSB methodology.</para> 117 <indexterm zone="i tools remove_initd">117 <indexterm zone="initd-tools remove_initd"> 118 118 <primary sortas="b-remove_initd">remove_initd</primary> 119 119 </indexterm>
Note:
See TracChangeset
for help on using the changeset viewer.