Changeset f1e103a
- Timestamp:
- 01/18/2011 12:13:43 AM (13 years ago)
- Branches:
- 10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 7.10, 7.4, 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, kea, ken/inkscape-core-mods, krejzi/svn, lazarus, lxqt, nosym, perl-modules, plabs/python-mods, qt5new, systemd-11177, systemd-13485, trunk, upgradedb, xry111/intltool, xry111/soup3, xry111/test-20220226, xry111/xf86-video-removal
- Children:
- b775e11
- Parents:
- 7afe2f1f
- Files:
-
- 1 added
- 35 edited
Legend:
- Unmodified
- Added
- Removed
-
basicnet/netprogs/cvs.xml
r7afe2f1f rf1e103a 131 131 make</userinput></screen> 132 132 133 <para>If you have <xref linkend="tetex"/> installed and wish to create134 DVI, Postscript, HTML or text docs from the documentation source files,135 issue the following command:</para>133 <para>If you have <xref linkend="tetex"/> or <xref linkend="texlive"/> 134 installed and wish to create DVI, Postscript, HTML or text docs from the 135 documentation source files, issue the following command:</para> 136 136 137 137 <screen><userinput>make -C doc html txt dvi ps</userinput></screen> -
general.ent
r7afe2f1f rf1e103a 4 4 --> 5 5 6 <!ENTITY day "1 5"> <!-- Always 2 digits -->6 <!ENTITY day "18"> <!-- Always 2 digits --> 7 7 <!ENTITY month "01"> <!-- Always 2 digits --> 8 8 <!ENTITY year "2011"> … … 850 850 851 851 <!-- Chapter 47 --> 852 <!ENTITY texlive-version "20100722"> 852 853 <!ENTITY tetex-version "3.0"> 853 854 <!ENTITY jadetex-version "3.13"> -
general/genlib/libassuan.xml
r7afe2f1f rf1e103a 89 89 90 90 <screen><userinput>./configure --prefix=/usr && 91 make </userinput></screen>91 make && 92 92 93 <para>Only <command>info</command> documentation is shipped in the package94 tarball. If you wish to build alternate formats of the documentation, you95 must have <xref linkend="tetex"/> installed, then issue the following96 commands:</para>97 98 <screen><userinput>make -k -C doc pdf ps html &&99 93 makeinfo --html --no-split -o doc/assuan_nochunks.html doc/assuan.texi && 100 94 makeinfo --plaintext -o doc/assuan.txt doc/assuan.texi</userinput></screen> 95 96 <para>If you wish to build alternate formats of the documentation, you 97 must have <xref linkend="tetex"/> or <xref linkend="texlive"/> installed, 98 then issue the following command:</para> 99 100 <screen><userinput>make -k -C doc pdf ps html</userinput></screen> 101 101 102 102 <para>To test the results, issue: <command>make check</command>.</para> … … 106 106 107 107 <screen role="root"><userinput>make install && 108 install -v -m644 -D README /usr/share/doc/libassuan-&libassuan-version;/README</userinput></screen> 108 109 install -v -m755 -d /usr/share/doc/libassuan-&libassuan-version; && 110 install -v -m644 README doc/{assuan{_nochunks.html,.txt,.texi \ 111 /usr/share/doc/libassuan-&libassuan-version;</userinput></screen> 109 112 110 113 <para>If you built the additional documentation, install it by issuing the … … 112 115 user:</para> 113 116 114 <screen role="root"><userinput>install -v -m755 -d /usr/share/doc/libassuan-&libassuan-version;/html && 115 install -v -m644 doc/assuan.html/* \ 116 /usr/share/doc/libassuan-&libassuan-version;/html && 117 install -v -m644 doc/assuan_*.html \ 118 /usr/share/doc/libassuan-&libassuan-version; && 119 install -v -m644 doc/assuan.{pdf,ps,dvi,txt,texi} \ 120 /usr/share/doc/libassuan-&libassuan-version;</userinput></screen> 117 <screen role="root"><userinput>install -v -m644 doc/assuan.html/* \ 118 /usr/share/doc/libassuan-&libassuan-version;/html && 119 install -v -m644 doc/assuan.{pdf,ps,dvi} \ 120 /usr/share/doc/libassuan-&libassuan-version;</userinput></screen> 121 121 122 122 </sect2> -
general/genlib/libgcrypt.xml
r7afe2f1f rf1e103a 86 86 <para>Only <command>info</command> documentation is shipped in the package 87 87 tarball. If you wish to build alternate formats of the documentation, 88 (you must have <xref linkend="tetex"/> installed to build the PDF and 89 PostScript), then issue the following commands:</para> 88 (you must have <xref linkend="tetex"/> or <xref linkend="texlive"/> 89 installed to build the PDF and PostScript), then issue the following 90 commands:</para> 90 91 91 92 <screen><userinput>make -C doc pdf ps html && -
general/genlib/libidl.xml
r7afe2f1f rf1e103a 64 64 65 65 <bridgehead renderas="sect4">Optional to Build Documentation</bridgehead> 66 <para role="optional"><xref linkend="tetex"/></para> 66 <para role="optional"><xref linkend="tetex"/> or 67 <xref linkend="texlive"/></para> 67 68 68 69 <para condition="html" role="usernotes">User Notes: … … 78 79 79 80 <screen><userinput>./configure --prefix=/usr && 80 make </userinput></screen>81 make && 81 82 82 <para>If you have <application>teTeX</application> installed and wish to 83 build the documentation, issue the following commands:</para> 83 makeinfo --plaintext -o libIDL2.txt libIDL2.texi</userinput></screen> 84 84 85 <screen><userinput>make pdf && 86 make ps && 87 makeinfo --plaintext libIDL2.texi >libIDL2.txt</userinput></screen> 85 <para>If you have <application>teTeX</application> or 86 <application>Live TeX</application> installed and wish to 87 build alternate forms of the documentation, issue the following 88 command:</para> 89 90 <screen><userinput>make pdf ps</userinput></screen> 88 91 89 92 <para>This package does not come with a test suite.</para> … … 91 94 <para>Now, as the <systemitem class="username">root</systemitem> user:</para> 92 95 93 <screen role="root"><userinput>make install </userinput></screen>96 <screen role="root"><userinput>make install 94 97 95 <para>If you built the documentation, issue the following commands as the 96 <systemitem class="username">root</systemitem> user to install it:</para> 98 install -v -m755 -d /usr/share/doc/libIDL-&libidl-version; && 99 install -v -m644 README libIDL2.{txt,texi} \ 100 /usr/share/doc/libIDL-&libidl-version;</userinput></screen> 97 101 98 <screen role="root"><userinput>install -v -m755 -d /usr/share/doc/libIDL-&libidl-version; && 99 install -v -m644 libIDL2.{pdf,dvi,ps,txt} README \ 100 /usr/share/doc/libIDL-&libidl-version;</userinput></screen> 102 <para>If you built the additional documentation, issue the following 103 command as the <systemitem class="username">root</systemitem> user to 104 install it:</para> 105 106 <screen role="root"><userinput>install -v -m644 libIDL2.{pdf,dvi,ps} \ 107 /usr/share/doc/libIDL-&libidl-version;</userinput></screen> 101 108 </sect2> 102 109 -
general/genlib/libksba.xml
r7afe2f1f rf1e103a 78 78 79 79 <screen><userinput>./configure --prefix=/usr && 80 make </userinput></screen>80 make && 81 81 82 <para>Only <command>info</command> documentation is shipped in the package 83 tarball. If you wish to build alternate formats of the documentation, you 84 must have <xref linkend="tetex"/> installed, then issue the following 85 commands:</para> 82 makeinfo --html --no-split -o doc/ksba_nochunks.html doc/ksba.texi && 83 makeinfo --plaintext -o doc/ksba.txt doc/ksba.texi</userinput></screen> 84 85 <para>If you wish to build alternate formats of the documentation, you 86 must have <xref linkend="tetex"/> or <xref linkend="texlive"/> installed, 87 then issue the following commands:</para> 86 88 87 89 <screen><userinput>tex --output-directory=doc ksba.texi && 88 90 dvips -o doc/ksba.ps doc/ksba.dvi && 89 make -C doc pdf html && 90 makeinfo --html --no-split -o doc/ksba_nochunks.html doc/ksba.texi && 91 makeinfo --plaintext -o doc/ksba.txt doc/ksba.texi</userinput></screen> 91 make -C doc pdf html</userinput></screen> 92 92 93 93 <para>To test the results, issue: <command>make check</command>.</para> … … 97 97 98 98 <screen role="root"><userinput>make install && 99 install -v -m644 -D README /usr/share/doc/libksba-&libksba-version;/README</userinput></screen> 99 100 install -v -m755 -d /usr/share/doc/libksba-&libksba-version; && 101 install -v -m644 README doc/ksba{_nochunks.html,.txt,.texi} \ 102 /usr/share/doc/libksba-&libksba-version;</userinput></screen> 100 103 101 104 <para>If you built the additional documentation, install it by issuing the … … 106 109 install -v -m644 doc/ksba.html/* \ 107 110 /usr/share/doc/libksba-&libksba-version;/html && 108 install -v -m644 doc/ksba_*.html \ 109 /usr/share/doc/libksba-&libksba-version; && 110 install -v -m644 doc/ksba.{pdf,ps,dvi,txt,texi} \ 111 install -v -m644 doc/ksba.{pdf,ps,dvi} \ 111 112 /usr/share/doc/libksba-&libksba-version;</userinput></screen> 112 113 -
general/genlib/slib.xml
r7afe2f1f rf1e103a 95 95 makeinfo -o slib.html --html --no-split slib.texi</userinput></screen> 96 96 97 <para>If you have <xref linkend="tetex"/> installed and wish to98 build PDF or Postscript documentation, issue any or all of99 the following commands:</para>97 <para>If you have <xref linkend="tetex"/> or <xref linkend="texlive"/> 98 installed and wish to build PDF or Postscript documentation, issue any or 99 all of the following commands:</para> 100 100 101 101 <screen><userinput>texi2pdf slib.texi && -
general/genutils/imagemagick.xml
r7afe2f1f rf1e103a 158 158 <ulink url="http://www.mpeg.org/MSSG/">MPEG-2 Video Codec</ulink>, 159 159 <ulink url="http://netpbm.sourceforge.net/">Netpbm</ulink>, 160 <xref linkend="tetex"/> ,160 <xref linkend="tetex"/> or <xref linkend="texlive"/>, 161 161 <ulink url="http://www.xfig.org/">Transfig</ulink>, 162 162 <ulink url="http://txt2html.sourceforge.net/">txt2html</ulink> -
general/genutils/pinentry.xml
r7afe2f1f rf1e103a 98 98 --disable-pinentry-gtk2 \ 99 99 --disable-pinentry-qt && 100 make</userinput></screen> 101 102 <para>Only <command>info</command> documentation is shipped in the package 103 tarball. If you wish to build alternate formats of the documentation, you 104 must have <xref linkend="tetex"/> installed, then issue the following 105 commands:</para> 106 107 <screen><userinput>make -k -C doc pdf ps html && 100 make && 101 108 102 makeinfo --html --no-split -o doc/pinentry_nochunks.html doc/pinentry.texi && 109 103 makeinfo --plaintext -o doc/pinentry.txt doc/pinentry.texi</userinput></screen> 110 104 105 <para>If you wish to build alternate formats of the documentation, you 106 must have <xref linkend="tetex"/> or <xref linkend="texlive"/> installed, 107 then issue the following command:</para> 108 109 <screen><userinput>make -k -C doc pdf ps html</userinput></screen> 110 111 111 <para>This package does not come with a test suite.</para> 112 112 … … 114 114 115 115 <screen role="root"><userinput>make install && 116 install -v -m644 -D README /usr/share/doc/pinentry-&pinentry-version;/README</userinput></screen> 116 117 install -v -m755 -d /usr/share/doc/pinentry-&pinentry-version;/html && 118 install -v -m644 README doc/pinentry{_*.html,.txt,.texi} \ 119 /usr/share/doc/pinentry-&pinentry-version;</userinput></screen> 117 120 118 121 <para>If you built the additional documentation, install it by issuing the … … 120 123 user:</para> 121 124 122 <screen role="root"><userinput>install -v -m755 -d /usr/share/doc/pinentry-&pinentry-version;/html && 123 install -v -m644 doc/pinentry.html/* \ 124 /usr/share/doc/pinentry-&pinentry-version;/html && 125 install -v -m644 doc/pinentry_*.html \ 126 /usr/share/doc/pinentry-&pinentry-version; && 127 install -v -m644 doc/pinentry.{pdf,ps,dvi,txt,texi} \ 128 /usr/share/doc/pinentry-&pinentry-version;</userinput></screen> 125 <screen role="root"><userinput>install -v -m644 doc/pinentry.html/* \ 126 /usr/share/doc/pinentry-&pinentry-version;/html && 127 install -v -m644 doc/pinentry.{pdf,ps,dvi} \ 128 /usr/share/doc/pinentry-&pinentry-version;</userinput></screen> 129 129 130 130 </sect2> -
general/prog/doxygen.xml
r7afe2f1f rf1e103a 75 75 <xref linkend="graphviz"/>, 76 76 <xref linkend="python"/>, 77 <xref linkend="tetex"/> ,77 <xref linkend="tetex"/> or <xref linkend="texlive"/>, 78 78 <!-- <xref linkend="espgs"/> or --><xref linkend="gs"/></para> 79 79 … … 106 106 <para>If you wish to generate and install the package documentation 107 107 (note that man pages have already been installed), you must have 108 <application>Python</application>, <application>teTeX</application> (for 109 HTML docs) and <application>Ghostscript</application> (for PDF docs) 108 <application>Python</application>, <application>teTeX</application> or 109 <application>TeX Live</application> (for HTML docs) and 110 <application>Ghostscript</application> (for PDF docs) 110 111 installed, then issue the following command as the 111 112 <systemitem class="username">root</systemitem> user:</para> … … 132 133 need to use the language translation features, you must have 133 134 <xref linkend="python"/> installed. If you require formulas to 134 create PDF documentation, then you must have <xref linkend="tetex"/> 135 installed. If you require formulas to convert PostScript files to bitmaps,136 then you must have <xref linkend="gs"/><!-- or <xref linkend="espgs"/> -->137 installed.</para>135 create PDF documentation, then you must have <xref linkend="tetex"/> or 136 <xref linkend="texlive"/> installed. If you require formulas to convert 137 PostScript files to bitmaps, then you must have <xref linkend="gs"/> 138 <!-- or <xref linkend="espgs"/> --> installed.</para> 138 139 139 140 </sect2> -
general/prog/guile.xml
r7afe2f1f rf1e103a 103 103 unset DIRNAME</userinput></screen> 104 104 105 <para>If you have <xref linkend="tetex"/> installed and wish to106 build alternate formats (PDF and postscript) of the documentation, issue107 the following commands:</para>105 <para>If you have <xref linkend="tetex"/> or <xref linkend="texlive"/> 106 installed and wish to build alternate formats (PDF and postscript) of the 107 documentation, issue the following commands:</para> 108 108 109 109 <screen><userinput>for DIRNAME in goops r5rs ref tutorial -
general/prog/nasm.xml
r7afe2f1f rf1e103a 69 69 70 70 <bridgehead renderas="sect4">Optional (for Building Documentation)</bridgehead> 71 <para role="optional"><xref linkend="tetex"/>, and 71 <para role="optional"><xref linkend="tetex"/> or 72 <xref linkend="texlive"/>, and 72 73 <!-- <xref linkend="espgs"/> or --><xref linkend="gs"/></para> 73 74 … … 99 100 100 101 <para>To build the RDOFF PDF and Postscript documentation, 101 ensure you have <xref linkend="tetex"/> installed and issue:</para> 102 ensure you have <xref linkend="tetex"/> or <xref linkend="texlive"/> 103 installed and issue:</para> 102 104 103 105 <screen><userinput>sed -i -e "s/dvips \$</& -o rdoff.ps/" rdoff/doc/Makefile && -
general/sysutils/cpio.xml
r7afe2f1f rf1e103a 86 86 makeinfo --plaintext -o doc/cpio.txt doc/cpio.texi</userinput></screen> 87 87 88 <para>If you have <xref linkend="tetex"/> installed and wish to create89 PDF or Postscript documentation, issue one or both of the following90 commands:</para>88 <para>If you have <xref linkend="tetex"/> or <xref linkend="texlive"/> 89 installed and wish to create PDF or Postscript documentation, issue one or 90 both of the following commands:</para> 91 91 92 92 <screen><userinput>make -C doc pdf && -
gnome/add/evince.xml
r7afe2f1f rf1e103a 86 86 <xref linkend="gtk-doc"/>, 87 87 <xref linkend="libtiff"/>, 88 <xref linkend="tetex"/> (required to build the DVI viewer),88 <xref linkend="tetex"/> or <xref linkend="texlive"/> (required to build the DVI viewer), 89 89 <xref linkend="nautilus"/> 90 90 (required to build the <application>Nautilus</application> plugin), … … 187 187 188 188 <para><option>--enable-dvi</option>: Use this parameter if you have the 189 <application>teTeX</application> package installed and you wish to build190 support to view DVI files.</para>189 <application>teTeX</application> or <application>TeX Live</application> 190 package installed and you wish to build support to view DVI files.</para> 191 191 192 192 <para><option>--enable-t1lib</option>: Use this parameter if you have the -
gnome/add/obsolete/gpdf.xml
r7afe2f1f rf1e103a 64 64 65 65 <bridgehead renderas="sect4">Optional</bridgehead> 66 <para role="optional"><xref linkend="tetex"/> and67 < ulink68 url="http://packages.qa.debian.org/libp/libpaper.html">libpaper</ulink></para>66 <para role="optional"><xref linkend="tetex"/> or 67 <xref linkend="texlive"/>, and 68 <ulink url="http://packages.qa.debian.org/libp/libpaper.html">libpaper</ulink></para> 69 69 70 70 <para condition="html" role="usernotes">User Notes: -
introduction/welcome/changelog.xml
r7afe2f1f rf1e103a 41 41 42 42 --> 43 44 <listitem> 45 <para>January 18th, 2011</para> 46 <itemizedlist> 47 <listitem> 48 <para>[randy] - Added new package TeX Live-20100722.</para> 49 </listitem> 50 </itemizedlist> 51 </listitem> 43 52 44 53 <listitem> -
kde/add/kdegraphics.xml
r7afe2f1f rf1e103a 93 93 outside version. Commenting this out for now 94 94 <xref linkend="xpdf"/>, --> 95 <xref linkend="tetex"/> ,95 <xref linkend="tetex"/> or <xref linkend="texlive"/>, 96 96 <xref linkend="fribidi"/>, 97 97 <ulink url="http://www.gphoto.org/">libgphoto2</ulink>, -
multimedia/libdriv/gstreamer.xml
r7afe2f1f rf1e103a 95 95 Manuals)</bridgehead> 96 96 <para role="optional"><xref linkend="libxslt"/>, 97 <xref linkend="tetex"/> ,97 <xref linkend="tetex"/> or <xref linkend="texlive"/>, 98 98 <xref linkend="docbook-utils"/>, 99 99 <ulink url="http://www.xfig.org/">Transfig</ulink> (all needed -
multimedia/libdriv/libdvdcss.xml
r7afe2f1f rf1e103a 61 61 62 62 <bridgehead renderas="sect4">Optional (to Create Documentation)</bridgehead> 63 <para role="optional"><xref linkend="doxygen"/> and64 <xref linkend="tetex"/> </para>63 <para role="optional"><xref linkend="doxygen"/>, and 64 <xref linkend="tetex"/> or <xref linkend="texlive"/></para> 65 65 66 66 <para condition="html" role="usernotes">User Notes: … … 93 93 94 94 <para>If you have <application>Doxygen</application> and 95 <application>teTeX</application> installed, HTML and Postscript96 documentation was created during the build. If you also want to97 install a PDF version of the reference manual, issue the following98 command:</para>95 <application>teTeX</application> or <application>TeX Live</application> 96 installed, HTML and Postscript documentation was created during the build. 97 If you also want to install a PDF version of the reference manual, issue 98 the following command:</para> 99 99 100 100 <screen><userinput>make -C doc/latex pdf</userinput></screen> … … 107 107 108 108 <para>If you have <application>Doxygen</application> and 109 <application>teTeX</application> installed, install the documentation using110 the following commands as the109 <application>teTeX</application> or <application>TeX Live</application> 110 installed, install the documentation using the following commands as the 111 111 <systemitem class="username">root</systemitem> user:</para> 112 112 113 <screen role="root"><userinput> 114 install -v -m755 -d /usr/share/doc/libdvdcss-&libdvdcss-version;/html && 113 <screen role="root"><userinput>install -v -m755 -d /usr/share/doc/libdvdcss-&libdvdcss-version;/html && 115 114 install -v -m644 doc/html/* /usr/share/doc/libdvdcss-&libdvdcss-version;/html && 116 115 install -v -m644 doc/latex/*.{pdf,ps,dvi} \ -
multimedia/libdriv/libtheora.xml
r7afe2f1f rf1e103a 68 68 <para role="optional"><xref linkend="sdl"/> and 69 69 <xref linkend="libpng"/> (both to build the example players), 70 <xref linkend="doxygen"/>, <xref linkend="tetex"/>, 70 <xref linkend="doxygen"/>, 71 <xref linkend="tetex"/> or <xref linkend="texlive"/>, 71 72 <ulink url="http://bibtexml.sourceforge.net">BibTex</ulink>, and 72 73 <ulink url="http://www.xfig.org/">Transfig</ulink> -
multimedia/libdriv/libvorbis.xml
r7afe2f1f rf1e103a 66 66 <bridgehead renderas="sect4">Optional</bridgehead> 67 67 <para role="optional">both 68 <xref linkend="doxygen"/> and69 <xref linkend="tetex"/> (specifically, pdflatex and htlatex)70 to build the PDF documentation</para>68 <xref linkend="doxygen"/>, and 69 <xref linkend="tetex"/> or <xref linkend="texlive"/> 70 (specifically, pdflatex and htlatex) to build the PDF documentation</para> 71 71 72 72 <para condition="html" role="usernotes">User Notes: -
multimedia/videoutils/ffmpeg.xml
r7afe2f1f rf1e103a 143 143 documentation was built during the <command>make</command> process. If you 144 144 wish to create additional formats of the documentation, you must have 145 <application>teTeX</application> installed, and issue the following146 commands:</para>145 <application>teTeX</application> or <xref linkend="texlive"/> installed, 146 and issue the following commands:</para> 147 147 148 148 <screen><userinput>cd doc && -
postlfs/security/gnupg.xml
r7afe2f1f rf1e103a 99 99 make</userinput></screen> 100 100 101 <para>If you have <xref linkend="tetex"/> installed and you wish to create 102 documentation in alternate formats, issue the following command:</para> 101 <para>If you have <xref linkend="tetex"/> or <xref linkend="texlive"/> 102 installed and you wish to create documentation in alternate formats, issue 103 the following command:</para> 103 104 104 105 <screen><userinput>make -C doc pdf html</userinput></screen> -
postlfs/security/gnupg2.xml
r7afe2f1f rf1e103a 106 106 --libexecdir=/usr/lib/gnupg2 \ 107 107 --docdir=/usr/share/doc/gnupg-&gnupg2-version; && 108 make</userinput></screen> 109 110 <para>If you have <xref linkend="tetex"/> installed and you wish to create 111 documentation in alternate formats, issue the following commands:</para> 112 113 <screen><userinput>make -C doc pdf ps html && 114 makeinfo --html --no-split -o doc/gnupg_nochunks.html \ 115 doc/gnupg.texi && 116 makeinfo --plaintext -o doc/gnupg.txt doc/gnupg.texi</userinput></screen> 108 make 109 110 makeinfo --html --no-split -o doc/gnupg_nochunks.html doc/gnupg.texi && 111 makeinfo --plaintext -o doc/gnupg.txt doc/gnupg.texi</userinput></screen> 112 113 <para>If you have <xref linkend="tetex"/> or <xref linkend="texlive"/> 114 installed and you wish to create documentation in alternate formats, 115 issue the following commands:</para> 116 117 <screen><userinput>make -C doc pdf ps html</userinput></screen> 117 118 118 119 <para>To test the results, issue: <command>make check</command>.</para> … … 127 128 --> 128 129 129 <screen role="root"><userinput>make install</userinput></screen> 130 <screen role="root"><userinput>make install 131 132 install -v -m755 -d /usr/share/doc/gnupg-&gnupg2-version;/html && 133 install -v -m644 doc/gnupg_nochunks.html \ 134 /usr/share/doc/gnupg-&gnupg2-version;/gnupg.html && 135 install -v -m644 doc/*.texi doc/gnupg.txt \ 136 /usr/share/doc/gnupg-&gnupg2-version;</userinput></screen> 130 137 131 138 <!-- Documentation is installed by default --> … … 144 151 <systemitem class="username">root</systemitem> user:</para> 145 152 146 <screen role="root"><userinput>install -v -m755 -d /usr/share/doc/gnupg-&gnupg2-version;/html && 147 install -v -m644 doc/gnupg.html/* \ 153 <screen role="root"><userinput>install -v -m644 doc/gnupg.html/* \ 148 154 /usr/share/doc/gnupg-&gnupg2-version;/html && 149 install -v -m644 doc/gnupg_nochunks.html \ 150 /usr/share/doc/gnupg-&gnupg2-version;/gnupg.html && 151 install -v -m644 doc/*.texi \ 152 /usr/share/doc/gnupg-&gnupg2-version; && 153 install -v -m644 doc/gnupg.{pdf,dvi,ps,txt} \ 155 install -v -m644 doc/gnupg.{pdf,dvi,ps} \ 154 156 /usr/share/doc/gnupg-&gnupg2-version;</userinput></screen> 155 157 -
postlfs/security/heimdal.xml
r7afe2f1f rf1e103a 144 144 makeinfo --plaintext -o doc/hx509.txt doc/hx509.texi</userinput></screen> 145 145 146 <para>If you have <xref linkend="tetex"/> installed and wish to create147 PDF and Postscript forms of the documentation, change into the148 <filename class='directory'>doc</filename> directory and issue any or all149 of the following commands:</para>146 <para>If you have <xref linkend="tetex"/> or <xref linkend="texlive"/> 147 installed and wish to create PDF and Postscript forms of the documentation, 148 change into the <filename class='directory'>doc</filename> directory and 149 issue any or all of the following commands:</para> 150 150 151 151 <screen><userinput>pushd doc && -
postlfs/shells/zsh.xml
r7afe2f1f rf1e103a 107 107 --sysconfdir=/etc/zsh \ 108 108 --enable-etcdir=/etc/zsh && 109 make</userinput></screen> 110 111 <para>If you have <xref linkend="tetex"/> installed, you can build 112 additional formats of the documentation by issuing any or all of 113 the following commands:</para> 114 115 <screen><userinput>texi2pdf Doc/zsh.texi -o Doc/zsh.pdf && 116 texi2html Doc/zsh.texi --output=Doc/zsh_1file_t.html && 117 makeinfo Doc/zsh.texi --html --no-split --no-headers \ 118 -o Doc/zsh_1file_m.html && 109 make && 110 111 makeinfo Doc/zsh.texi --html -o Doc/html && 112 makeinfo Doc/zsh.texi --html --no-split --no-headers \ 113 -o Doc/zsh.html && 119 114 makeinfo Doc/zsh.texi --plaintext -o Doc/zsh.txt</userinput></screen> 120 115 116 <para>If you have <xref linkend="tetex"/> or <xref linkend="texlive"/> 117 installed, you can build PDF format of the documentation by issuing 118 the following command:</para> 119 120 <screen><userinput>texi2pdf Doc/zsh.texi -o Doc/zsh.pdf</userinput></screen> 121 121 122 <para>To test the results, issue: <command>make check</command>.</para> 122 123 … … 124 125 125 126 <screen role="root"><userinput>make install && 126 make infodir=/usr/share/info install.info</userinput></screen> 127 make infodir=/usr/share/info install.info 128 129 install -v -m755 -d /usr/share/doc/zsh-&zsh-version;/html && 130 install -v -m644 Doc/html/* \ 131 /usr/share/doc/zsh-&zsh-version;/html && 132 install -v -m644 Doc/zsh.{html,txt} \ 133 /usr/share/doc/zsh-&zsh-version;</userinput></screen> 127 134 128 135 <para>If you downloaded the optional documentation, install it by issuing … … 133 140 install -v -m644 Doc/zsh.dvi /usr/share/doc/zsh-&zsh-version;</userinput></screen> 134 141 135 <para>If you built any additional formatsof the documentation, install136 themby issuing the following command as the142 <para>If you built the PDF format of the documentation, install 143 it by issuing the following command as the 137 144 <systemitem class="username">root</systemitem> user:</para> 138 145 139 <screen role="root"><userinput>install -v -m644 Doc/ {zsh_1file*,*.{pdf,txt}}\146 <screen role="root"><userinput>install -v -m644 Doc/zsh.pdf \ 140 147 /usr/share/doc/zsh-&zsh-version;</userinput></screen> 141 148 -
pst/printing/gimp-print.xml
r7afe2f1f rf1e103a 69 69 <ulink url="http://www.linuxprinting.org/foomatic.html">Foomatic</ulink>, 70 70 <ulink url="http://www.linuxprinting.org/ijs/">IJS</ulink>, 71 <xref linkend="tetex"/> ,71 <xref linkend="tetex"/> or <xref linkend="texlive"/>, 72 72 <xref linkend="docbook-utils"/> and 73 73 <!-- <xref linkend="espgs"/> or --><xref linkend="gs"/></para> -
pst/printing/gutenprint.xml
r7afe2f1f rf1e103a 73 73 <bridgehead renderas="sect4">Optional (to Regenerate Documentation)</bridgehead> 74 74 <para role="optional"><xref linkend="imagemagick"/>, 75 <xref linkend="tetex"/> ,75 <xref linkend="tetex"/> or <xref linkend="texlive"/>, 76 76 <xref linkend="doxygen"/>, and 77 77 <xref linkend="docbook-utils"/></para> -
pst/ps/a2ps.xml
r7afe2f1f rf1e103a 91 91 <bridgehead renderas="sect4">Optional</bridgehead> 92 92 <para role="optional"><xref linkend="x-window-system"/>, 93 <xref linkend="tetex"/> ,93 <xref linkend="tetex"/> or <xref linkend="texlive"/>, 94 94 <xref linkend="gs"/><!-- or <xref linkend="espgs"/> -->, 95 95 <ulink -
pst/ps/enscript.xml
r7afe2f1f rf1e103a 93 93 --localstatedir=/var \ 94 94 --with-media=Letter && 95 make</userinput></screen> 96 97 <para>Though it is very sparse, if you have <xref linkend="tetex"/> 98 installed, you can create alternate forms of the documentation by issuing 99 any or all of the following commands:</para> 100 101 <screen><userinput>make -C docs ps && 102 make -C docs pdf && 103 104 cd docs && 105 texi2html enscript.texi && 106 makeinfo --plaintext -o enscript.txt enscript.texi && 107 cd ..</userinput></screen> 95 make && 96 97 makeinfo --html -o docs/html enscript.texi && 98 makeinfo --html --no-split -o docs/enscript.html enscript.texi && 99 makeinfo --plaintext -o enscript.txt enscript.texi</userinput></screen> 100 101 <para>If you have <xref linkend="tetex"/> or <xref linkend="texlive"/> 102 installed, you can create Postscript and PDF documentation by issuing 103 the following command:</para> 104 105 <screen><userinput>make -C docs ps pdf</userinput></screen> 108 106 109 107 <para>To test the results, issue: <command>make check</command>.</para> … … 112 110 113 111 <screen role="root"><userinput>make install && 114 install -v -m755 -d /usr/share/doc/enscript-&enscript-version; && 115 install -v -m644 README* *.txt docs/FAQ.html \ 116 /usr/share/doc/enscript-&enscript-version;</userinput></screen> 117 118 <para>If you built any of the alternate forms of documentation, install it 112 113 install -v -m755 -d /usr/share/doc/enscript-&enscript-version;/html && 114 install -v -m644 docs/html/* \ 115 /usr/share/doc/enscript-&enscript-version;/html && 116 install -v -m644 README* *.txt docs/{FAQ.html,enscript.{html,txt}} \ 117 /usr/share/doc/enscript-&enscript-version;</userinput></screen> 118 119 <para>If you built Postscript and PDF documentation, install it 119 120 using the following command as the 120 121 <systemitem class="username">root</systemitem> user:</para> 121 122 122 <screen role="root"><userinput>install -v -m644 docs/*.{dvi, html,pdf,ps,txt} \123 /usr/share/doc/enscript-&enscript-version;</userinput></screen>123 <screen role="root"><userinput>install -v -m644 docs/*.{dvi,pdf,ps} \ 124 /usr/share/doc/enscript-&enscript-version;</userinput></screen> 124 125 125 126 </sect2> -
pst/scanning/sane.xml
r7afe2f1f rf1e103a 102 102 <ulink url="http://cyberelk.net/tim/libieee1284/">libieee1284</ulink>, 103 103 <ulink url="http://www.gphoto.org/">libgphoto2</ulink>, and 104 <xref linkend="tetex"/> </para>104 <xref linkend="tetex"/> or <xref linkend="texlive"/></para> 105 105 106 106 <bridgehead renderas="sect4">Optional (Front Ends)</bridgehead> -
pst/typesetting/jadetex.xml
r7afe2f1f rf1e103a 4 4 <!ENTITY % general-entities SYSTEM "../../general.ent"> 5 5 %general-entities; 6 7 <!-- Inserted as a reminder to do this. The mention of a test suite8 is usually right before the root user installation commands. Please9 delete these 12 (including one blank) lines after you are done.-->10 11 <!-- Use one of the two mentions below about a test suite,12 delete the line that is not applicable. Of course, if the13 test suite uses syntax other than "make check", revise the14 line to reflect the actual syntax to run the test suite -->15 16 <!-- <para>This package does not come with a test suite.</para> -->17 <!-- <para>To test the results, issue: <command>make check</command>.</para> -->18 6 19 7 <!ENTITY jadetex-download-http "&sourceforge-repo;/jadetex/jadetex-&jadetex-version;.tar.gz"> … … 46 34 <application>JadeTeX</application> transforms high level LaTeX macros into 47 35 DVI/PostScript and Portable Document Format (PDF) forms.</para> 36 37 <important> 38 <para>Do not install this package if you have already installed 39 <xref linkend="texlive"/>. The <application>TeX Live</application> 40 installation includes the <application>JadeTeX</application> 41 components.</para> 42 </important> 48 43 49 44 &lfs67_checked; -
pst/typesetting/typesetting.xml
r7afe2f1f rf1e103a 19 19 typesetting.</para> 20 20 21 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="texlive.xml"/> 21 22 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="tetex.xml"/> 22 23 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="jadetex.xml"/> -
server/major/bind.xml
r7afe2f1f rf1e103a 74 74 75 75 <bridgehead renderas="sect4">Optional (to rebuild documentation)</bridgehead> 76 <para role="optional"><xref linkend="tetex"/> and 76 <para role="optional"><xref linkend="tetex"/> or 77 <xref linkend="texlive"/>, and 77 78 <xref linkend="libxslt"/></para> 78 79 -
xsoft/office/gnucash.xml
r7afe2f1f rf1e103a 130 130 have <xref linkend="doxygen"/> and <xref linkend="graphviz"/> installed, 131 131 then issue: <command>make doc</command>. If you wish to create the API 132 Design Guide in several formats, you must have <xref linkend="tetex"/> 133 installed and issue:132 Design Guide in several formats, you must have <xref linkend="tetex"/> or 133 <xref linkend="texlive"/> installed and issue: 134 134 <command>make -C src/doc/design html pdf ps</command>.</para> 135 135
Note:
See TracChangeset
for help on using the changeset viewer.