|
172 | 172 | of a software project beyond that of compiling code. &package; provides |
173 | 173 | support through these scripts for:<itemizedlist> |
174 | 174 | <listitem><para>AppBroker: integration with the DeforaOS distributed |
175 | | - computing framework (see appbroker.sh)</para></listitem> |
| 175 | + computing framework (see |
| 176 | + <filename>appbroker.sh</filename>)</para></listitem> |
176 | 177 | <listitem><para><ulink url="http://www.docbook.org/">DocBook</ulink>: |
177 | 178 | markup language for technical documentation, based on either SGML or XML |
178 | | - (see docbook.sh)</para></listitem> |
| 179 | + (see <filename>docbook.sh</filename>)</para></listitem> |
179 | 180 | <listitem><para><ulink |
180 | 181 | url="https://gcc.gnu.org/onlinedocs/gcc/Gcov.html">GCOV</ulink>: code |
181 | 182 | coverage analysis and profiling tool, part of the GNU Compiler Collection |
182 | | - suite (see coverage.sh)</para></listitem> |
| 183 | + suite (see <filename>coverage.sh</filename>)</para></listitem> |
183 | 184 | <listitem><para><ulink |
184 | 185 | url="http://www.gnu.org/software/gettext/">Gettext</ulink>: |
185 | 186 | internationalization (i18n) and localization (l10n) framework, notably |
186 | 187 | allowing software to be easily translated to other languages (see |
187 | | - gettext.sh)</para></listitem> |
| 188 | + <filename>gettext.sh</filename>)</para></listitem> |
188 | 189 | <listitem><para><ulink url="http://www.gtk.org/gtk-doc/">Gtk-doc</ulink>: |
189 | 190 | generates API documentation from comments within software projects, in |
190 | 191 | the format expected by the <ulink |
191 | 192 | url="http://live.gnome.org/devhelp">DevHelp API browser</ulink> (see |
192 | | - gtkdoc.sh)</para></listitem> |
| 193 | + <filename>gtkdoc.sh</filename>)</para></listitem> |
193 | 194 | <listitem><para><ulink |
194 | 195 | url="http://pkgconfig.freedesktop.org/">pkg-config</ulink>: unified |
195 | 196 | interface to define compilation and linking rules to installed software |
196 | | - (see pkgconfig.sh)</para></listitem> |
| 197 | + (see <filename>pkgconfig.sh</filename>)</para></listitem> |
197 | 198 | <listitem><para>syntax checkers: convenience scripts for a number of |
198 | | - programming languages and markup formats are provided, such as C (see |
199 | | - clint.sh), HTML (see htmllint.sh), <ulink |
200 | | - url="https://www.php.net/">PHP</ulink> (see phplint.sh), Python PEP-8 |
201 | | - (see pylint.sh), POSIX shell scripts (see shlint.sh), or XML (see |
202 | | - xmllint.sh)</para></listitem> |
| 199 | + programming languages and markup formats are provided, such as C (see |
| 200 | + <filename>clint.sh</filename>), HTML (see |
| 201 | + <filename>htmllint.sh</filename>), <ulink |
| 202 | + url="https://www.php.net/">PHP</ulink> (see |
| 203 | + <filename>phplint.sh</filename>), Python PEP-8 (see |
| 204 | + <filename>pylint.sh</filename>), POSIX shell scripts (see |
| 205 | + <filename>shlint.sh</filename>), or XML (see |
| 206 | + <filename>xmllint.sh</filename>)</para></listitem> |
203 | 207 | </itemizedlist> |
204 | 208 | </para> |
205 | 209 | <refsect3> |
|
0 commit comments