From: Bdale Garbee Date: Wed, 25 Feb 2009 05:27:41 +0000 (-0700) Subject: duplicate changes from updating cleanup script in dfsg-orig branch X-Git-Url: https://git.cworth.org/git?p=tar;a=commitdiff_plain;h=97e4702451739832bf49d5f9bbfb6fa01315f0ef duplicate changes from updating cleanup script in dfsg-orig branch --- diff --git a/doc/Makefile b/doc/Makefile new file mode 100644 index 0000000..6d684d4 --- /dev/null +++ b/doc/Makefile @@ -0,0 +1,8 @@ +all: + +install: + +check: + +distclean: + rm -f Makefile diff --git a/doc/Makefile.in b/doc/Makefile.in new file mode 100644 index 0000000..6d684d4 --- /dev/null +++ b/doc/Makefile.in @@ -0,0 +1,8 @@ +all: + +install: + +check: + +distclean: + rm -f Makefile diff --git a/doc/README b/doc/README new file mode 100644 index 0000000..164d5e6 --- /dev/null +++ b/doc/README @@ -0,0 +1,10 @@ +Unfortunately, the info document describing tar is licensed under the GFDL with +invariant cover texts, which violates the Debian Free Software Guidelines. As +a result, the info documentation for tar has been completely removed from the +Debian package. Instead, we deliver a tar man page that was created from +scratch for the Debian project. + +If you want to read the complete documentation for GNU tar, please either +install the 'tar-doc' package from Debian's non-free repository, or refer to +the online version at . +