Changeset 2f3e3de9
- Timestamp:
- 08/05/2019 08:26:50 PM (4 years ago)
- Branches:
- 10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 9.0, 9.1, kea, ken/inkscape-core-mods, ken/tuningfonts, lazarus, lxqt, plabs/python-mods, qt5new, renodr/vulkan-addition, trunk, upgradedb, xry111/intltool, xry111/soup3, xry111/test-20220226, xry111/xf86-video-removal
- Children:
- f95e57bf
- Parents:
- 9eac457
- Files:
-
- 18 edited
Legend:
- Unmodified
- Added
- Removed
-
general/genlib/libdaemon.xml
r9eac457 r2f3e3de9 100 100 </para> 101 101 102 <screen ><userinput>make -C doc doxygen</userinput></screen>102 <screen remap="doc"><userinput>make -C doc doxygen</userinput></screen> 103 103 104 104 <para> … … 117 117 </para> 118 118 119 <screen role="root"><userinput>install -v -m755 -d /usr/share/doc/libdaemon-&libdaemon-version;/api && 119 <screen role="root" 120 remap="doc"><userinput>install -v -m755 -d /usr/share/doc/libdaemon-&libdaemon-version;/api && 120 121 install -v -m644 doc/reference/html/* /usr/share/doc/libdaemon-&libdaemon-version;/api && 121 122 install -v -m644 doc/reference/man/man3/* /usr/share/man/man3</userinput></screen> -
general/genlib/libksba.xml
r9eac457 r2f3e3de9 91 91 then issue the following commands:</para> 92 92 93 <screen ><userinput>make -C doc ps pdf html</userinput></screen> -->93 <screen remap="doc"><userinput>make -C doc ps pdf html</userinput></screen> --> 94 94 95 95 <para>To test the results, issue: <command>make check</command>.</para> … … 108 108 user:</para> 109 109 110 <screen role="root"><userinput>install -v -m755 -d /usr/share/doc/libksba-&libksba-version;/html && 110 <screen role="root" 111 remap="doc"><userinput>install -v -m755 -d /usr/share/doc/libksba-&libksba-version;/html && 111 112 install -v -m644 doc/ksba.html/* \ 112 113 /usr/share/doc/libksba-&libksba-version;/html && -
general/prog/subversion.xml
r9eac457 r2f3e3de9 191 191 <para> 192 192 If you have <xref linkend="doxygen"/> installed and you wish to build the 193 API documentation, issue: <command>doxygen doc/doxygen.conf</command>. 194 </para> 193 API documentation, issue: 194 </para> 195 196 <screen remap="doc"><userinput>doxygen doc/doxygen.conf</userinput></screen> 195 197 196 198 <para> -
general/sysutils/dbus.xml
r9eac457 r2f3e3de9 261 261 </para> 262 262 263 <screen ><userinput>make distclean &&263 <screen remap="test"><userinput>make distclean && 264 264 ./configure --enable-tests \ 265 265 --enable-asserts \ -
multimedia/cdwriteutils/libisoburn.xml
r9eac457 r2f3e3de9 113 113 </para> 114 114 115 <screen ><userinput>doxygen doc/doxygen.conf</userinput></screen>115 <screen remap="doc"><userinput>doxygen doc/doxygen.conf</userinput></screen> 116 116 117 117 <para> … … 131 131 </para> 132 132 133 <screen role="root"><userinput>install -v -dm755 /usr/share/doc/libisoburn-&libisoburn-version; && 133 <screen role="root" 134 remap="doc"><userinput>install -v -dm755 /usr/share/doc/libisoburn-&libisoburn-version; && 134 135 install -v -m644 doc/html/* /usr/share/doc/libisoburn-&libisoburn-version;</userinput></screen> 135 136 -
multimedia/libdriv/alsa-lib.xml
r9eac457 r2f3e3de9 131 131 </para> 132 132 133 <screen ><userinput>make doc</userinput></screen>133 <screen remap="doc"><userinput>make doc</userinput></screen> 134 134 135 135 <para> … … 148 148 </para> 149 149 150 <screen role="root"><userinput>install -v -d -m755 /usr/share/doc/alsa-lib-&alsa-lib-version;/html/search && 150 <screen role="root" 151 remap="doc"><userinput>install -v -d -m755 /usr/share/doc/alsa-lib-&alsa-lib-version;/html/search && 151 152 install -v -m644 doc/doxygen/html/*.* \ 152 153 /usr/share/doc/alsa-lib-&alsa-lib-version;/html && -
multimedia/libdriv/libmusicbrainz5.xml
r9eac457 r2f3e3de9 119 119 </para> 120 120 121 <screen ><userinput>doxygen ../Doxyfile</userinput></screen>121 <screen remap="doc"><userinput>doxygen ../Doxyfile</userinput></screen> 122 122 123 123 <para> … … 136 136 </para> 137 137 138 <screen role="root"><userinput>rm -rf /usr/share/doc/libmusicbrainz-&libmusicbrainz5-version; && 138 <screen role="root" 139 remap="doc"><userinput>rm -rf /usr/share/doc/libmusicbrainz-&libmusicbrainz5-version; && 139 140 cp -vr docs/ /usr/share/doc/libmusicbrainz-&libmusicbrainz5-version;</userinput></screen> 140 141 -
multimedia/libdriv/sdl2.xml
r9eac457 r2f3e3de9 92 92 </para> 93 93 94 <screen ><userinput>pushd docs &&94 <screen remap="doc"><userinput>pushd docs && 95 95 doxygen && 96 96 popd</userinput></screen> … … 110 110 class="username">root</systemitem> user:</para> 111 111 112 <screen role="root"><userinput>install -v -m755 -d /usr/share/doc/SDL2-&sdl2-version;/html && 112 <screen role="root" 113 remap="doc"><userinput>install -v -m755 -d /usr/share/doc/SDL2-&sdl2-version;/html && 113 114 cp -Rv docs/output/html/* /usr/share/doc/SDL2-&sdl2-version;/html</userinput></screen> 114 115 -
multimedia/libdriv/xine-lib.xml
r9eac457 r2f3e3de9 139 139 must be installed and issue the following command:</para> 140 140 141 <screen ><userinput>doxygen doc/Doxyfile</userinput></screen>141 <screen remap="doc"><userinput>doxygen doc/Doxyfile</userinput></screen> 142 142 143 143 <para>This package does not come with a test suite.</para> … … 160 160 the <systemitem class="username">root</systemitem> user to install it:</para> 161 161 162 <screen role="root"><userinput>install -v -m755 -d /usr/share/doc/xine-lib-&xine-lib-version;/api && 162 <screen role="root" 163 remap="doc"><userinput>install -v -m755 -d /usr/share/doc/xine-lib-&xine-lib-version;/api && 163 164 install -v -m644 doc/api/* \ 164 165 /usr/share/doc/xine-lib-&xine-lib-version;/api</userinput></screen> -
multimedia/videoutils/ffmpeg.xml
r9eac457 r2f3e3de9 277 277 </para> 278 278 279 <screen role="nodump"><userinput> <command>rsync -vrltLW --delete --timeout=60 --contimeout=60 \280 rsync://fate-suite.ffmpeg.org/fate-suite/ fate-suite/</ command></userinput></screen>279 <screen role="nodump"><userinput>rsync -vrltLW --delete --timeout=60 --contimeout=60 \ 280 rsync://fate-suite.ffmpeg.org/fate-suite/ fate-suite/</userinput></screen> 281 281 282 282 <para> -
networking/mailnews/mutt.xml
r9eac457 r2f3e3de9 149 149 the following command:</para> 150 150 151 <screen ><userinput>make -C doc manual.pdf</userinput></screen>151 <screen remap="doc"><userinput>make -C doc manual.pdf</userinput></screen> 152 152 153 153 <para>This package does not come with a test suite.</para> … … 164 164 <systemitem class="username">root</systemitem> user:</para> 165 165 166 <screen role='root' ><userinput>install -v -m644 doc/manual.pdf \166 <screen role='root' remap='doc'><userinput>install -v -m644 doc/manual.pdf \ 167 167 /usr/share/doc/mutt-&mutt-version;</userinput></screen> 168 168 -
networking/netlibs/ldns.xml
r9eac457 r2f3e3de9 113 113 </para> 114 114 115 <screen ><userinput>make doc</userinput></screen>115 <screen remap="doc"><userinput>make doc</userinput></screen> 116 116 117 117 <para> … … 130 130 </para> 131 131 132 <screen role="root"><userinput>install -v -m755 -d /usr/share/doc/ldns-&ldns-version; && 132 <screen role="root" 133 remap="doc"><userinput>install -v -m755 -d /usr/share/doc/ldns-&ldns-version; && 133 134 install -v -m644 doc/html/* /usr/share/doc/ldns-&ldns-version;</userinput></screen> 134 135 -
postlfs/filesystems/fuse3.xml
r9eac457 r2f3e3de9 120 120 The API documentation is included in the package, but 121 121 if you have <xref linkend="doxygen"/> installed and wish to rebuild 122 it, issue <command>doxygen doc/Doxyfile</command>.122 it, issue: 123 123 </para> 124 125 <screen remap="doc"><userinput>doxygen doc/Doxyfile</userinput></screen> 124 126 125 127 <para> -
postlfs/filesystems/parted.xml
r9eac457 r2f3e3de9 114 114 PDF and Postcript documentation issue the following commands:</para> 115 115 116 <screen ><userinput>texi2pdf -o doc/parted.pdf doc/parted.texi &&116 <screen remap="doc"><userinput>texi2pdf -o doc/parted.pdf doc/parted.texi && 117 117 texi2dvi -o doc/parted.dvi doc/parted.texi && 118 118 dvips -o doc/parted.ps doc/parted.dvi</userinput></screen> … … 121 121 fails in BLFS (because it needs a locale C.UTF-8):</para> 122 122 123 <screen><userinput>sed -i '/t0251-gpt-unicode.sh/d' tests/Makefile</userinput></screen> 124 125 <para> 126 To test the results, issue: <command>make check</command>. Note that 127 many tests are skipped if not run as the <systemitem 128 class="username">root</systemitem> user. 129 </para> 123 <screen remap="test"><userinput>sed -i '/t0251-gpt-unicode.sh/d' tests/Makefile</userinput></screen> 124 125 <para> 126 To test the results, issue, as the <systemitem 127 class="username">root</systemitem> user: 128 </para> 129 130 <screen role="root" remap="test"><userinput>make check</userinput></screen> 131 132 <note> 133 <para> 134 Many tests are skipped if not run as the <systemitem 135 class="username">root</systemitem> user. 136 </para> 137 </note> 130 138 131 139 <para> … … 144 152 user:</para> 145 153 146 <screen role="root"><userinput>install -v -m644 doc/FAT doc/API doc/parted.{pdf,ps,dvi} \ 154 <screen role="root" 155 remap="doc"><userinput>install -v -m644 doc/FAT doc/API doc/parted.{pdf,ps,dvi} \ 147 156 /usr/share/doc/parted-&parted-version;</userinput></screen> 148 157 </sect2> -
server/major/bind.xml
r9eac457 r2f3e3de9 153 153 To run the tests, as an unprivileged user, execute:</para> 154 154 155 <screen ><userinput>make -k check</userinput></screen>155 <screen remap="test"><userinput>make -k check</userinput></screen> 156 156 157 157 <para>Again as <systemitem class="username">root</systemitem>, clean up the -
server/other/unbound.xml
r9eac457 r2f3e3de9 130 130 </para> 131 131 132 <screen ><userinput>make doc</userinput></screen>132 <screen remap="doc"><userinput>make doc</userinput></screen> 133 133 134 134 <para>To test the results, issue <command>make check</command>.</para> … … 146 146 </para> 147 147 148 <screen role="root"><userinput>install -v -m755 -d /usr/share/doc/unbound-&unbound-version; && 148 <screen role="root" 149 remap="doc"><userinput>install -v -m755 -d /usr/share/doc/unbound-&unbound-version; && 149 150 install -v -m644 doc/html/* /usr/share/doc/unbound-&unbound-version;</userinput></screen> 150 151 -
x/lib/fltk.xml
r9eac457 r2f3e3de9 124 124 <para>If you wish to create the API documentation, issue:</para> 125 125 126 <screen ><userinput>make -C documentation html</userinput></screen>126 <screen remap="doc"><userinput>make -C documentation html</userinput></screen> 127 127 128 128 <para>The tests for the package are interactive. To execute the tests, run -
xsoft/other/pidgin.xml
r9eac457 r2f3e3de9 157 157 If you have <xref linkend="doxygen"/> installed 158 158 (<xref linkend="graphviz"/> can be used also) and you wish to create the 159 API documentation, issue: <command>make docs</command>. 160 </para> 159 API documentation, issue: 160 </para> 161 162 <screen remap="doc"><userinput>make docs</userinput></screen> 161 163 162 164 <para> … … 178 180 </para> 179 181 180 <screen role="root"><userinput>mkdir -pv /usr/share/doc/pidgin-&pidgin-version;/api && 182 <screen role="root" 183 remap="doc"><userinput>mkdir -pv /usr/share/doc/pidgin-&pidgin-version;/api && 181 184 cp -v doc/html/* /usr/share/doc/pidgin-&pidgin-version;/api</userinput></screen> 182 185
Note:
See TracChangeset
for help on using the changeset viewer.