]> git.cworth.org Git - tar/commitdiff
duplicate changes from updating cleanup script in dfsg-orig branch
authorBdale Garbee <bdale@gag.com>
Wed, 25 Feb 2009 05:27:41 +0000 (22:27 -0700)
committerBdale Garbee <bdale@gag.com>
Wed, 25 Feb 2009 05:27:41 +0000 (22:27 -0700)
doc/Makefile [new file with mode: 0644]
doc/Makefile.in [new file with mode: 0644]
doc/README [new file with mode: 0644]

diff --git a/doc/Makefile b/doc/Makefile
new file mode 100644 (file)
index 0000000..6d684d4
--- /dev/null
@@ -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 (file)
index 0000000..6d684d4
--- /dev/null
@@ -0,0 +1,8 @@
+all:
+
+install:
+
+check:
+
+distclean:
+       rm -f Makefile
diff --git a/doc/README b/doc/README
new file mode 100644 (file)
index 0000000..164d5e6
--- /dev/null
@@ -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 <http://www.gnu.org/software/tar/manual/index.html>.
+