Changeset d3ea9e8
- Timestamp:
- 11/18/2017 10:17:57 PM (7 years ago)
- Branches:
- 10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 12.2, 8.2, 8.3, 8.4, 9.0, 9.1, basic, bdubbs/svn, elogind, gimp3, kea, ken/TL2024, ken/inkscape-core-mods, ken/tuningfonts, lazarus, lxqt, perl-modules, plabs/newcss, plabs/python-mods, python3.11, qt5new, rahul/power-profiles-daemon, renodr/vulkan-addition, trunk, upgradedb, xry111/for-12.3, xry111/intltool, xry111/llvm18, xry111/soup3, xry111/spidermonkey128, xry111/test-20220226, xry111/xf86-video-removal
- Children:
- 76c3cd71
- Parents:
- 9dac80b
- Files:
-
- 1 added
- 7 edited
Legend:
- Unmodified
- Added
- Removed
-
general/prog/dbus-python.xml
r9dac80b rd3ea9e8 82 82 </bridgehead> 83 83 <para role="optional"> 84 < ulink url="http://epydoc.sourceforge.net/">Epydoc</ulink> and85 <ulink url="http:// docutils.sourceforge.net/">Docutils</ulink>84 <xref linkend="docutils"/> and 85 <ulink url="http://epydoc.sourceforge.net/">Epydoc</ulink> 86 86 </para> 87 87 -
general/prog/mercurial.xml
r9dac80b rd3ea9e8 69 69 <bridgehead renderas="sect4">Optional</bridgehead> 70 70 <para role="optional"> 71 <xref linkend="docutils"/> 72 (required to build the documentation), 71 73 <xref linkend="git"/>, 72 74 <xref linkend="gnupg2"/> (<command>gpg2</command> with Python bindings), … … 76 78 <ulink url="https://launchpad.net/bzr">Bazaar</ulink>, 77 79 <ulink url="http://www.nongnu.org/cvs/">CVS</ulink>, 78 <ulink url="http://docutils.sourceforge.net/">Docutils</ulink>79 (required to build the documentation),80 80 <ulink url="https://pypi.python.org/pypi/pyflakes">pyflakes</ulink>, 81 81 <ulink url="http://pygments.org/">pygments</ulink>, and … … 97 97 <screen><userinput>make build</userinput></screen> 98 98 99 <para>To build the documentation (requires 100 <application>Docutils</application>),issue:</para>99 <para>To build the documentation (requires <xref linkend="docutils"/>), 100 issue:</para> 101 101 102 102 <screen><userinput>make doc</userinput></screen> -
general/prog/python-modules.xml
r9dac80b rd3ea9e8 39 39 <listitem> 40 40 <para> 41 <xref linkend="docutils"/> 42 </para> 43 </listitem> 44 <listitem> 45 <para> 41 46 <xref linkend="pyatspi2"/> 42 47 </para> 43 48 </listitem> 44 <!--45 <listitem>46 <para>47 <xref linkend="py2cairo"/>48 </para>49 </listitem>50 -->51 49 <listitem> 52 50 <para> … … 138 136 139 137 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" 138 href="docutils.xml"/> 139 140 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" 140 141 href="pyatspi2.xml"/> 141 142 <!-- -
introduction/welcome/changelog.xml
r9dac80b rd3ea9e8 46 46 <itemizedlist> 47 47 <listitem> 48 <para>[bdubbs] - Update to shfs-3.3.1. Fixes 49 <ulink url="&blfs-ticket-root;10016">#10016</ulink>.</para> 50 </listitem> 51 <listitem> 52 <para>[bdubbs] - Add docutils-0.14. </para> 53 </listitem> 54 <listitem> 48 55 <para>[bdubbs] - Update to pciutils-3.5.6. Fixes 49 56 <ulink url="&blfs-ticket-root;10043">#10043</ulink>.</para> -
packages.ent
r9dac80b rd3ea9e8 61 61 <!ENTITY reiser-version "3.6.27"> 62 62 <!ENTITY smartmontools-version "6.6"> 63 <!ENTITY sshfs-version "3. 2.0">63 <!ENTITY sshfs-version "3.3.1"> 64 64 <!--<!ENTITY sshfs-fuse-download-version "2_5">--> 65 65 <!ENTITY xfsprogs-version "4.13.1"> … … 399 399 <!-- Python module versions used in the Python Modules instructions --> 400 400 <!ENTITY Beaker-version "1.9.0"> 401 <!ENTITY docutils-version "0.14"> 401 402 <!ENTITY dbus-python-version "1.2.4"> 402 403 <!ENTITY funcsigs-version "1.0.2"> -
postlfs/filesystems/sshfs.xml
r9dac80b rd3ea9e8 8 8 "https://github.com/libfuse/sshfs/releases/download/sshfs-&sshfs-version;/sshfs-&sshfs-version;.tar.gz"> 9 9 <!ENTITY sshfs-download-ftp " "> 10 <!ENTITY sshfs-md5sum " dee189442efb22e08d4f233af8626ce7">11 <!ENTITY sshfs-size " 164KB">10 <!ENTITY sshfs-md5sum "f261fe7ec77adc3a53f2116f3b8cb8ab"> 11 <!ENTITY sshfs-size "48 KB"> 12 12 <!ENTITY sshfs-buildsize "1.9 MB"> 13 13 <!ENTITY sshfs-time "less than 0.1 SBU"> … … 82 82 <xref linkend="glib2"/>, and 83 83 <xref linkend="openssh"/>. 84 </para> 85 86 <bridgehead renderas="sect4">Optional</bridgehead> 87 <para role="optional"> 88 <xref linkend="docutils"/> (required to build the man page) 84 89 </para> 85 90 -
x/dm/sddm.xml
r9dac80b rd3ea9e8 88 88 <bridgehead renderas="sect4">Optional</bridgehead> 89 89 <para role="optional"> 90 <ulink url="http://sourceforge.net/projects/docutils/">Docutils</ulink> 91 (for the man pages) 90 <xref linkend="docutils"/> (for the man pages) 92 91 </para> 93 92 … … 198 197 <option>-DBUILD_MAN_PAGES=ON</option>: This switch may be used if you want 199 198 the man pages to be installed. Notice that you need 200 <ulink url="http://sourceforge.net/projects/docutils/">Docutils</ulink> 201 to build them. 199 <xref linkend="docutils"/> to build them. 202 200 </para> 203 201
Note:
See TracChangeset
for help on using the changeset viewer.