Changeset 348719a for pst


Ignore:
Timestamp:
08/23/2024 09:34:25 PM (4 weeks ago)
Author:
Douglas R. Reno <renodr@…>
Branches:
12.2, lazarus, trunk
Children:
620f1e2
Parents:
9f781ca2
git-author:
Douglas R. Reno <renodr@…> (08/23/2024 08:33:11 PM)
git-committer:
Douglas R. Reno <renodr@…> (08/23/2024 09:34:25 PM)
Message:

ghostscript: some other minor spacing adjustments

File:
1 edited

Legend:

Unmodified
Added
Removed
  • pst/printing/gs.xml

    r9f781ca2 r348719a  
    245245
    246246    <para>
    247       If you want the shared library too:
    248     </para>
    249 
    250 <screen role="root"><userinput>make soinstall &amp;&amp;
     247      If you built the shared library, install it with:
     248    </para>
     249
     250<screen role="root"><userinput>make soinstall                                     &amp;&amp;
    251251install -v -m644 base/*.h /usr/include/ghostscript &amp;&amp;
    252252ln -sfvn ghostscript /usr/include/ps</userinput></screen>
     
    258258
    259259<screen role="root"><userinput>mv -v /usr/share/doc/ghostscript/&gs-version; /usr/share/doc/ghostscript-&gs-version; &amp;&amp;
    260 rmdir /usr/share/doc/ghostscript &amp;&amp;
     260rmdir /usr/share/doc/ghostscript                                            &amp;&amp;
    261261cp -r examples/ -T /usr/share/ghostscript/&gs-version;/examples</userinput></screen>
    262262
     
    276276      You can now test the rendering of various postscript and pdf files from the
    277277      <filename class="directory">/usr/share/ghostscript/&gs-version;/examples
    278       </filename>. To do this, run the following command (in a X Windows display):
     278      </filename>. To do this, run the following command (in a X11 session):
    279279    </para>
    280280
Note: See TracChangeset for help on using the changeset viewer.