Changeset 64c6acb
- Timestamp:
- 01/20/2009 04:58:14 PM (15 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:
- cc60178
- Parents:
- 5fb773fe
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
general.ent
r5fb773fe r64c6acb 4 4 --> 5 5 6 <!ENTITY day " 17"> <!-- Always 2 digits -->6 <!ENTITY day "20"> <!-- Always 2 digits --> 7 7 <!ENTITY month "01"> <!-- Always 2 digits --> 8 8 <!ENTITY year "2009"> … … 172 172 <!ENTITY imagemagick-version "6.3.5"> 173 173 <!ENTITY hd2u-version "1.0.1"> 174 <!ENTITY gtk-doc-version "1. 8">174 <!ENTITY gtk-doc-version "1.11"> 175 175 <!ENTITY scrollkeeper-version "0.3.14"> 176 176 <!ENTITY intltool-version "0.40.5"> -
general/genutils/gtk-doc.xml
r5fb773fe r64c6acb 7 7 <!ENTITY gtk-doc-download-http "&gnome-download-http;/gtk-doc/>k-doc-version;/gtk-doc->k-doc-version;.tar.bz2"> 8 8 <!ENTITY gtk-doc-download-ftp "&gnome-download-ftp;/gtk-doc/>k-doc-version;/gtk-doc->k-doc-version;.tar.bz2"> 9 <!ENTITY gtk-doc-md5sum " e61595df21431db28c83fe4c7d4a4fa8">10 <!ENTITY gtk-doc-size " 186KB">11 <!ENTITY gtk-doc-buildsize " 2MB">9 <!ENTITY gtk-doc-md5sum "b5e268c71fa90aad890cf53715664d0a"> 10 <!ENTITY gtk-doc-size "443 KB"> 11 <!ENTITY gtk-doc-buildsize "4.8 MB"> 12 12 <!ENTITY gtk-doc-time "less than 0.1 SBU"> 13 13 ]> … … 68 68 <xref linkend="docbook-xsl"/></para> 69 69 70 <bridgehead renderas="sect4">Recommended</bridgehead> 71 <para role="optional"><xref linkend="python"/></para> 72 70 73 <bridgehead renderas="sect4">Optional</bridgehead> 71 74 <para role="optional"><xref linkend="pkgconfig"/>, 72 75 <xref linkend="scrollkeeper"/>, 73 76 <xref linkend="openjade"/>, 74 <xref linkend="sgml-dtd"/>, and 75 <xref linkend="docbook-dsssl"/></para> 77 <xref linkend="sgml-dtd"/>, 78 <xref linkend="docbook-dsssl"/>, also 79 <xref linkend="glib2"/> (for the testsuite)</para> 76 80 77 81 <para condition="html" role="usernotes">User Notes: … … 86 90 the following commands:</para> 87 91 88 <screen><userinput>./configure --prefix=/usr --localstatedir=/var/lib && 92 <screen><userinput>sed -i '/^pkgconfigdir/s/datadir/libdir/' && 93 ./configure --prefix=/usr && 89 94 make</userinput></screen> 90 91 <para>This package does not come with a test suite.</para>92 95 93 96 <para>Now, as the <systemitem class="username">root</systemitem> user:</para> 94 97 95 98 <screen role="root"><userinput>make install</userinput></screen> 99 100 <para>The test suite requires that the package has been installed first, and 101 in any case it fails because of a missing file, so there is little point 102 in running it. If you insist on seeing the results, as a normal user run: 103 <command>make check</command>.</para> 96 104 97 105 </sect2> … … 100 108 <title>Command Explanations</title> 101 109 110 <para><command>sed -i '/^pkgconfigdir/s/datadir/libdir/'</command>: 111 this installs the pkgconfig file in a place which is on 112 <envar>PKG_CONFIG_PATH</envar> instead of in 113 <filename class='directory'>/usr/share/pkgconfig</filename>.</para> 114 115 <!-- no scrollkeeper files with this version 102 116 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" 103 href="../../xincludes/scrollkeeper-dir.xml"/> 117 href="../../xincludes/scrollkeeper-dir.xml"/>--> 104 118 105 119 </sect2> … … 114 128 115 129 <seglistitem> 116 <seg>gtkdocize, gtkdoc-fixxref, gtkdoc-mkdb, gtkdoc-mkhtml, gtkdoc-mkman, 117 gtkdoc-mktmpl, gtkdoc-scan, gtkdoc-scangobj, and gtkdoc-scanobj</seg> 130 <seg>gtkdocize, gtkdoc-check, gtkdoc-depscan, gtkdoc-fixxref, gtkdoc-mkdb, 131 gtkdoc-mkhtml, gtkdoc-mkman, gtkdoc-mktmpl, gtkdoc-rebase, gtkdoc-scan, 132 gtkdoc-scangobj, and gtkdoc-scanobj</seg> 118 133 <seg>None</seg> 119 134 <seg>The following subdirectories of /usr/share/: 120 doc/gtk-doc->k-doc-version;,135 <!--doc/gtk-doc->k-doc-version;, --> 121 136 gnome/help/gtk-doc-manual, 122 137 gtk-doc/data and … … 133 148 <term><command>gtkdoc*</command></term> 134 149 <listitem> 135 <para>these are all <application>Perl</application> scripts used by 150 <para>these are all shell, <application>Perl</application>, or 151 <application>Python</application> scripts used by 136 152 package <filename>Makefile</filename> scripts to generate 137 153 documentation for the package being built.</para> -
introduction/welcome/changelog.xml
r5fb773fe r64c6acb 42 42 --> 43 43 <listitem> 44 <para>January 20th, 2009</para> 45 <itemizedlist> 46 <listitem> 47 <para>[ken] - Updated to gtk-doc-1.11.</para> 48 </listitem> 49 </itemizedlist> 50 </listitem> 51 52 <listitem> 44 53 <para>January 17th, 2009</para> 45 54 <itemizedlist>
Note:
See TracChangeset
for help on using the changeset viewer.