Changeset 54e2d8f for BOOK/final-system


Ignore:
Timestamp:
Oct 31, 2014, 8:13:02 AM (9 years ago)
Author:
William Harrington <kb0iic@…>
Branches:
master, systemd
Children:
c832708
Parents:
0fc2814
Message:

Remove perl command from tar as tar 1.28 installs man pages.

Location:
BOOK/final-system
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • BOOK/final-system/common/tar.xml

    r0fc2814 r54e2d8f  
    4343<screen os="g"><userinput>make install</userinput></screen>
    4444
    45     <para os="h">Generate the man page and place it in the proper location:</para>
     45    <para os="h">Install the documentation:</para>
    4646
    47 <screen os="i"><userinput>perl tarman &gt; /usr/share/man/man1/tar.1</userinput></screen>
    48 
    49     <para os="j">Install the documentation:</para>
    50 
    51 <screen os="k"><userinput>make -C doc install-html docdir=/usr/share/doc/tar-&tar-version;</userinput></screen>
     47<screen os="i"><userinput>make -C doc install-html docdir=/usr/share/doc/tar-&tar-version;</userinput></screen>
    5248
    5349  </sect2>
  • BOOK/final-system/multilib/tar.xml

    r0fc2814 r54e2d8f  
    6262    xpointer="xpointer(//*[@os='i'])"/>
    6363
    64     <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
    65     href="../common/tar.xml"
    66     xpointer="xpointer(//*[@os='j'])"/>
    67 
    68     <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
    69     href="../common/tar.xml"
    70     xpointer="xpointer(//*[@os='k'])"/>
    71 
    7264  </sect2>
    7365
Note: See TracChangeset for help on using the changeset viewer.