Ignore:
Timestamp:
01/02/2013 06:41:21 PM (11 years ago)
Author:
Matthew Burgess <matthew@…>
Branches:
10.0, 10.0-rc1, 10.1, 10.1-rc1, 11.0, 11.0-rc1, 11.0-rc2, 11.0-rc3, 11.1, 11.1-rc1, 11.2, 11.2-rc1, 11.3, 11.3-rc1, 12.0, 12.0-rc1, 12.1, 12.1-rc1, 7.3, 7.4, 7.5, 7.5-systemd, 7.6, 7.6-systemd, 7.7, 7.7-systemd, 7.8, 7.8-systemd, 7.9, 7.9-systemd, 8.0, 8.1, 8.2, 8.3, 8.4, 9.0, 9.1, arm, bdubbs/gcc13, ml-11.0, multilib, renodr/libudev-from-systemd, s6-init, trunk, xry111/arm64, xry111/arm64-12.0, xry111/clfs-ng, xry111/lfs-next, xry111/loongarch, xry111/loongarch-12.0, xry111/loongarch-12.1, xry111/mips64el, xry111/pip3, xry111/rust-wip-20221008, xry111/update-glibc
Children:
56dfe5b
Parents:
5924c4f
Message:

Upgrade to Groff-1.22.1. Fixes #3266.

git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@10091 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689

File:
1 edited

Legend:

Unmodified
Added
Removed
  • chapter06/groff.xml

    r5924c4f r668f94d7  
    4141  <sect2 role="installation">
    4242    <title>Installation of Groff</title>
    43 
    44     <!-- It looks like many screen fonts still don't have Unicode single quotes
    45     and dashes in them, but the sed below no longer makes any changes as the
    46     format has changed in Groff-1.20.1 -->
    47 
    48 <!--    <para>Many screen fonts don't have Unicode single quotes and dashes in them.
    49     Tell Groff to use the ASCII equivalents instead:</para>
    50 
    51 <screen><userinput remap="pre">sed -i -e 's/2010/002D/' -e 's/2212/002D/' \
    52     -e 's/2018/0060/' -e 's/2019/0027/' font/devutf8/R.proto</userinput></screen> -->
    5343
    5444    <para>Groff expects the environment variable <envar>PAGE</envar> to
     
    6050    <filename>/etc/papersize</filename> file.</para>
    6151
    62     <para>Prepare Groff for compilation:</para>
     52    <para>First, fix a bug in a Makefile, that prevents a symlink to a PDF from
     53being created correctly:</para>
     54
     55<screen><userinput remap="pre">sed -i -e '163 s/$(DESTDIR)//' contrib/mom/Makefile.sub</userinput></screen>
     56
     57    <para>Now, prepare Groff for compilation:</para>
    6358
    6459<screen><userinput remap="configure">PAGE=<replaceable>&lt;paper_size&gt;</replaceable> ./configure --prefix=/usr</userinput></screen>
     
    7267    <para>Install the package:</para>
    7368
    74 <screen><userinput remap="install">make install</userinput></screen>
     69<screen><userinput remap="install">mkdir -p /usr/share/doc/groff-1.22/pdf
     70make install</userinput></screen>
    7571
    7672    <para>Some documentation programs, such as <command>xman</command>,
Note: See TracChangeset for help on using the changeset viewer.