Sfoglia il codice sorgente

Modified the Groff installation command so that the docs are installed in a standardized versioned directory

git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@8633 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Randy McMurchy 17 anni fa
parent
commit
b00e6ce1b2
2 ha cambiato i file con 5 aggiunte e 1 eliminazioni
  1. 4 0
      chapter01/changelog.xml
  2. 1 1
      chapter06/groff.xml

+ 4 - 0
chapter01/changelog.xml

@@ -40,6 +40,10 @@
     <listitem>
       <para>2008-10-11</para>
       <itemizedlist>
+        <listitem>
+          <para>[randy] - Modified the Groff installation command so that the
+          docs are installed in a standardized versioned directory.</para>
+        </listitem>
         <listitem>
           <para>[randy] - Added documentation installation commands to the
           Chapter 6 Gawk instructions.</para>

+ 1 - 1
chapter06/groff.xml

@@ -79,7 +79,7 @@
 
     <para>Install the package:</para>
 
-<screen><userinput remap="install">make install</userinput></screen>
+<screen><userinput remap="install">make docdir=/usr/share/doc/groff-&groff-version; install</userinput></screen>
 
     <para>Some documentation programs, such as <command>xman</command>,
     will not work properly without the following symlinks:</para>