Changeset 1a518e97 for pst/sgml


Ignore:
Timestamp:
10/14/2016 04:16:34 PM (8 years ago)
Author:
Pierre Labastie <pieere@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 8.0, 8.1, 8.2, 8.3, 8.4, 9.0, 9.1, basic, bdubbs/svn, elogind, kea, ken/TL2024, ken/inkscape-core-mods, ken/tuningfonts, lazarus, lxqt, nosym, perl-modules, plabs/newcss, plabs/python-mods, python3.11, qt5new, rahul/power-profiles-daemon, renodr/vulkan-addition, trunk, upgradedb, xry111/intltool, xry111/llvm18, xry111/soup3, xry111/test-20220226, xry111/xf86-video-removal
Children:
03c7ec8d
Parents:
c33c599
Message:

Last round of option vs parameter fixes

git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@17881 af4574ff-66df-0310-9fd7-8a98e5e911e0

File:
1 edited

Legend:

Unmodified
Added
Removed
  • pst/sgml/opensp.xml

    rc33c599 r1a518e97  
    117117    <title>Command Explanations</title>
    118118
    119     <para><parameter>sed -i 's/32,/253,/...unicode.syn}</parameter>:
     119    <para><command>sed -i 's/32,/253,/...unicode.syn}</command>:
    120120    These seds prevent some annoying messages that may otherwise appear
    121121    while running <command>openjade</command>.</para>
    122122
    123     <para><parameter>--disable-static</parameter>: This switch prevents
    124     the building of the static library.</para>
    125     <!-- Why don't we want the static library? -->
     123    <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
     124      href="../../xincludes/static-libraries.xml"/>
    126125
    127126    <para><parameter>--enable-http</parameter>: This switch adds support
    128127    for HTTP.</para>
    129128
    130     <para><parameter>--enable-default-catalog=/etc/sgml/catalog</parameter>:
    131     This switch sets the path to the centralized catalog.</para>
    132 
    133     <para><parameter>--enable-default-search-path</parameter>: This switch
    134     sets the default value of <envar>SGML_SEARCH_PATH</envar>.</para>
    135 
    136     <para><option>--enable-xml-messages</option>: This switch adds
    137     support for XML Formatted Messages.</para>
    138 
    139     <para><option>--disable-doc-build</option>: This switch prevents the
     129    <para><parameter>--disable-doc-build</parameter>: This switch prevents the
    140130    <command>configure</command> script checking if you have
    141131    <application>xmlto</application> installed. If you have
    142132    <application>xmlto</application>, you can remove this option.</para>
     133
     134    <para><parameter>--enable-default-catalog=/etc/sgml/catalog</parameter>:
     135    This switch sets the path to the centralized catalog.</para>
     136
     137    <para><parameter>--enable-default-search-path</parameter>: This switch
     138    sets the default value of <envar>SGML_SEARCH_PATH</envar>.</para>
     139
     140    <para><option>--enable-xml-messages</option>: This switch adds
     141    support for XML Formatted Messages.</para>
    143142
    144143    <para><command>make
Note: See TracChangeset for help on using the changeset viewer.