Changeset 2454464


Ignore:
Timestamp:
12/22/2020 11:36:53 AM (3 years ago)
Author:
Xi Ruoyao <xry111@…>
Branches:
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:
84b1648
Parents:
8b7aa165
Message:

highlight: fix doc dir, to avoid buggy path like '/usr/share/doc/highlight-3.59extra'

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • general/genutils/highlight.xml

    r8b7aa165 r2454464  
    112112    </para>
    113113
    114 <screen><userinput>make doc_dir=/usr/share/doc/highlight-&highlight-version; gui</userinput></screen>
     114<screen><userinput>make doc_dir=/usr/share/doc/highlight-&highlight-version;/ gui</userinput></screen>
    115115<!--
    116116    <para>
     
    130130    </para>
    131131
    132 <screen role="root"><userinput>make doc_dir=/usr/share/doc/highlight-&highlight-version; install</userinput></screen>
     132<screen role="root"><userinput>make doc_dir=/usr/share/doc/highlight-&highlight-version;/ install</userinput></screen>
    133133
    134134    <para>
Note: See TracChangeset for help on using the changeset viewer.