Ignore:
Timestamp:
08/19/2020 06:09:48 PM (4 years ago)
Author:
Xi Ruoyao <xry111@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, kea, ken/TL2024, ken/inkscape-core-mods, ken/tuningfonts, lazarus, lxqt, 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:
5f34cb2
Parents:
c0b9aa94
Message:

various docdir fix

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • general/genutils/highlight.xml

    rc0b9aa94 rec0f2a5  
    112112    </para>
    113113
    114 <screen><userinput>make gui</userinput></screen>
     114<screen><userinput>make gui doc_dir=/usr/share/doc/highlight-&highlight-version;/</userinput></screen>
    115115<!--
    116116    <para>
     
    130130    </para>
    131131
    132 <screen role="root"><userinput>make install</userinput></screen>
     132<screen role="root"><userinput>make install doc_dir=/usr/share/doc/highlight-&highlight-version;/</userinput></screen>
    133133
    134134    <para>
     
    146146<screen role="root"><userinput>cp -rv apidocs/html /usr/share/doc/highlight/apidocs</userinput></screen>
    147147-->
     148  </sect2>
     149
     150  <sect2 role="commands">
     151    <title>Command Explanations</title>
     152
     153    <para>
     154      <parameter>doc_dir=/usr/share/doc/highlight-&highlight-version;</parameter>:
     155      install highlight documentation into a versioned directory. This
     156      parameter is also needed for <command>make gui</command>, because
     157      its value would be hardcoded into the gui executable.
     158        </para>
    148159  </sect2>
    149160
     
    165176        <seg>
    166177          /etc/highlight,
    167           /usr/share/doc/highlight, and
     178          /usr/share/doc/highlight/&highlight-version;, and
    168179          /usr/share/highlight
    169180        </seg>
Note: See TracChangeset for help on using the changeset viewer.