Changeset 7e068be
- Timestamp:
- Oct 31, 2014, 8:13:06 AM (10 years ago)
- Branches:
- sysvinit
- Children:
- 603873a
- Parents:
- 8a76af3
- git-author:
- William Harrington <kb0iic@…> (10/31/14 08:13:02)
- git-committer:
- William Harrington <kb0iic@…> (10/31/14 08:13:06)
- Location:
- BOOK/final-system
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
BOOK/final-system/common/tar.xml
r8a76af3 r7e068be 43 43 <screen os="g"><userinput>make install</userinput></screen> 44 44 45 <para os="h"> Generate the man page and place it in the proper location:</para>45 <para os="h">Install the documentation:</para> 46 46 47 <screen os="i"><userinput>perl tarman > /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> 52 48 53 49 </sect2> -
BOOK/final-system/multilib/tar.xml
r8a76af3 r7e068be 62 62 xpointer="xpointer(//*[@os='i'])"/> 63 63 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 72 64 </sect2> 73 65
Note:
See TracChangeset
for help on using the changeset viewer.