diff options
Diffstat (limited to 'chapter06/tar.xml')
-rw-r--r-- | chapter06/tar.xml | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/chapter06/tar.xml b/chapter06/tar.xml index c3c3c0738..ee69bad86 100644 --- a/chapter06/tar.xml +++ b/chapter06/tar.xml @@ -39,11 +39,11 @@ <sect2 role="installation"> <title>Installation of Tar</title> - +<!-- <para>Add a program that generates a man page for tar from the source code:</para> <screen><userinput remap="pre">patch -Np1 -i ../&tar-manpage-patch;</userinput></screen> - +--> <para>Prepare Tar for compilation:</para> <screen><userinput remap="configure">FORCE_UNSAFE_CONFIGURE=1 \ @@ -76,11 +76,11 @@ <screen><userinput remap="install">make install make -C doc install-html docdir=/usr/share/doc/tar-&tar-version;</userinput></screen> - +<!-- <para>Finally, generate the man page and place it in the proper location:</para> <screen><userinput remap="install">perl tarman > /usr/share/man/man1/tar.1</userinput></screen> - +--> </sect2> |