Changeset 54e2d8f
- Timestamp:
- Oct 31, 2014, 8:13:02 AM (10 years ago)
- Branches:
- master, systemd
- Children:
- c832708
- Parents:
- 0fc2814
- Location:
- BOOK/final-system
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
BOOK/final-system/common/tar.xml
r0fc2814 r54e2d8f 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
r0fc2814 r54e2d8f 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.