Ignore:
Timestamp:
02/23/2014 02:30:29 AM (10 years ago)
Author:
Bruce Dubbs <bdubbs@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 7.10, 7.5, 7.6, 7.6-blfs, 7.6-systemd, 7.7, 7.8, 7.9, 8.0, 8.1, 8.2, 8.3, 8.4, 9.0, 9.1, basic, bdubbs/svn, elogind, gnome, kde5-13430, kde5-14269, kde5-14686, kea, ken/TL2024, ken/inkscape-core-mods, ken/tuningfonts, krejzi/svn, lazarus, lxqt, nosym, perl-modules, plabs/newcss, plabs/python-mods, python3.11, qt5new, rahul/power-profiles-daemon, renodr/vulkan-addition, systemd-11177, systemd-13485, trunk, upgradedb, xry111/intltool, xry111/llvm18, xry111/soup3, xry111/test-20220226, xry111/xf86-video-removal
Children:
bfe73de
Parents:
5a65b26
Message:

Fix man/doc locations for docbook-utils, sgml-common, tripwire
Restore the ed editor
Finish tagging for Post LFS Part of the book

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • pst/sgml/docbook-utils.xml

    r5a65b26 rcf67717  
    108108    <para>Now, as the <systemitem class="username">root</systemitem> user:</para>
    109109
    110 <screen role="root"><userinput>make install</userinput></screen>
     110<screen role="root"><userinput>make docdir=/usr/share/doc install</userinput></screen>
    111111
    112112    <para>Many packages use an alternate name for the
     
    117117<screen role="root"><userinput>for doctype in html ps dvi man pdf rtf tex texi txt
    118118do
    119     ln -s docbook2$doctype /usr/bin/db2$doctype
     119    ln -svf docbook2$doctype /usr/bin/db2$doctype
    120120done</userinput></screen>
    121121
     
    139139    <para><command>sed -i 's:/html::' doc/HTML/Makefile.in</command>:
    140140    This command changes the installation directory of the HTML documents.</para>
     141
     142    <para><option>docdir=/usr/share/doc</option>:
     143    This option is placed on the <command>make install</command> line because is is not
     144    recognized by <command>configure</command>.</para>
    141145
    142146  </sect2>
Note: See TracChangeset for help on using the changeset viewer.