From 0445a3d50660d84f11d095db0177078f4f5cd8a0 Mon Sep 17 00:00:00 2001 From: Manuel Canales Esparcia Date: Tue, 18 Sep 2007 21:11:00 +0000 Subject: Added remap attributes to userinput tags in packages pages. git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@8389 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689 --- chapter06/groff.xml | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) (limited to 'chapter06/groff.xml') diff --git a/chapter06/groff.xml b/chapter06/groff.xml index 3f250ad1b..31843cb55 100644 --- a/chapter06/groff.xml +++ b/chapter06/groff.xml @@ -44,7 +44,7 @@ Apply the patch that adds the ascii8 and nippon devices to Groff: -patch -Np1 -i ../&groff-debian-patch; +patch -Np1 -i ../&groff-debian-patch; These devices are used by Man-DB when formatting non-English manual @@ -56,7 +56,7 @@ Many screen fonts don't have Unicode single quotes and dashes in them. Tell Groff to use the ASCII equivalents instead: -sed -i -e 's/2010/002D/' -e 's/2212/002D/' \ +sed -i -e 's/2010/002D/' -e 's/2212/002D/' \ -e 's/2018/0060/' -e 's/2019/0027/' font/devutf8/R.proto Groff expects the environment variable PAGE to @@ -69,22 +69,22 @@ Prepare Groff for compilation: -PAGE=<paper_size> ./configure --prefix=/usr --enable-multibyte +PAGE=<paper_size> ./configure --prefix=/usr --enable-multibyte Compile the package: -make +make This package does not come with a test suite. Install the package: -make install +make install Some documentation programs, such as xman, will not work properly without the following symlinks: -ln -sv eqn /usr/bin/geqn +ln -sv eqn /usr/bin/geqn ln -sv tbl /usr/bin/gtbl -- cgit v1.2.3-54-g00ecf