]> git.ipfire.org Git - thirdparty/util-linux.git/commitdiff
docs: Documentation directory added
authorSami Kerola <kerolasa@iki.fi>
Fri, 12 Aug 2011 18:19:52 +0000 (20:19 +0200)
committerSami Kerola <kerolasa@iki.fi>
Fri, 12 Aug 2011 18:19:52 +0000 (20:19 +0200)
Move readme, licence, change log, relese notes and other
supplementary files to a Documentation directory. This commit
does not change contents of any other but few Makefile.am files.

Signed-off-by: Sami Kerola <kerolasa@iki.fi>
53 files changed:
Documentation/README.devel [moved from README.devel with 100% similarity]
Documentation/TODO [moved from TODO with 100% similarity]
Documentation/blkid.txt [moved from libblkid/README.blkid with 100% similarity]
Documentation/cal.txt [moved from misc-utils/README.cal with 100% similarity]
Documentation/cfdisk.txt [moved from fdisk/README.cfdisk with 100% similarity]
Documentation/col.txt [moved from text-utils/README.col with 100% similarity]
Documentation/ddate.txt [moved from misc-utils/README.ddate with 100% similarity]
Documentation/deprecated.txt [moved from DEPRECATED with 100% similarity]
Documentation/example.files/filesystems [moved from example.files/filesystems with 100% similarity]
Documentation/example.files/fstab [moved from example.files/fstab with 100% similarity]
Documentation/example.files/motd [moved from example.files/motd with 100% similarity]
Documentation/example.files/securetty [moved from example.files/securetty with 100% similarity]
Documentation/example.files/shells [moved from example.files/shells with 100% similarity]
Documentation/example.files/udev-raw.rules [moved from example.files/udev-raw.rules with 100% similarity]
Documentation/fdisk.txt [moved from fdisk/README.fdisk with 100% similarity]
Documentation/getopt.txt [moved from getopt/README with 100% similarity]
Documentation/getopt_changelog.txt [moved from getopt/Changelog with 100% similarity]
Documentation/howto-tests.txt [moved from tests/README with 100% similarity]
Documentation/hwclock.txt [moved from hwclock/README.hwclock with 100% similarity]
Documentation/licenses/COPYING.GPL [moved from licenses/COPYING.GPL with 100% similarity]
Documentation/licenses/COPYING.UCB [moved from licenses/COPYING.UCB with 100% similarity]
Documentation/licenses/COPYING.getopt [moved from getopt/COPYING with 100% similarity]
Documentation/licenses/COPYING.libblkid [moved from libblkid/COPYING.libblkid with 100% similarity]
Documentation/licenses/COPYING.libmount [moved from libmount/COPYING.libmount with 100% similarity]
Documentation/licenses/COPYING.libuuid [moved from libuuid/COPYING.libuuid with 100% similarity]
Documentation/licenses/LICENSE.pg [moved from text-utils/LICENSE.pg with 100% similarity]
Documentation/modems-with-agetty.txt [moved from term-utils/README.modems-with-agetty with 100% similarity]
Documentation/mount.txt [moved from mount/README.mount with 100% similarity]
Documentation/pg.txt [moved from text-utils/README.pg with 100% similarity]
Documentation/poeigl.txt [moved from login-utils/README.poeigl with 100% similarity]
Documentation/releases/v2.13-ReleaseNotes [moved from docs/v2.13-ReleaseNotes with 100% similarity]
Documentation/releases/v2.14-ReleaseNotes [moved from docs/v2.14-ReleaseNotes with 100% similarity]
Documentation/releases/v2.15-ReleaseNotes [moved from docs/v2.15-ReleaseNotes with 100% similarity]
Documentation/releases/v2.16-ReleaseNotes [moved from docs/v2.16-ReleaseNotes with 100% similarity]
Documentation/releases/v2.17-ReleaseNotes [moved from docs/v2.17-ReleaseNotes with 100% similarity]
Documentation/releases/v2.18-ReleaseNotes [moved from docs/v2.18-ReleaseNotes with 100% similarity]
Documentation/releases/v2.19-ReleaseNotes [moved from docs/v2.19-ReleaseNotes with 100% similarity]
Documentation/releases/v2.20-ReleaseNotes [moved from docs/v2.20-ReleaseNotes with 100% similarity]
Documentation/sfdisk.txt [moved from fdisk/sfdisk.examples with 100% similarity]
Makefile.am
NEWS
fdisk/Makefile.am
getopt/Makefile.am
hwclock/Makefile.am
libblkid/Makefile.am
libmount/Makefile.am
libuuid/Makefile.am
login-utils/Makefile.am
misc-utils/Makefile.am
mount/Makefile.am
term-utils/Makefile.am
tests/Makefile.am
text-utils/Makefile.am

similarity index 100%
rename from README.devel
rename to Documentation/README.devel
similarity index 100%
rename from TODO
rename to Documentation/TODO
similarity index 100%
rename from misc-utils/README.cal
rename to Documentation/cal.txt
similarity index 100%
rename from fdisk/README.cfdisk
rename to Documentation/cfdisk.txt
similarity index 100%
rename from text-utils/README.col
rename to Documentation/col.txt
similarity index 100%
rename from DEPRECATED
rename to Documentation/deprecated.txt
similarity index 100%
rename from fdisk/README.fdisk
rename to Documentation/fdisk.txt
similarity index 100%
rename from getopt/README
rename to Documentation/getopt.txt
similarity index 100%
rename from tests/README
rename to Documentation/howto-tests.txt
similarity index 100%
rename from mount/README.mount
rename to Documentation/mount.txt
similarity index 100%
rename from text-utils/README.pg
rename to Documentation/pg.txt
index b016bbdf5e3a9cc508bf8b28e81b126c134e3751..b944d4570b4df91ff915ed085aad18647492ad9e 100644 (file)
@@ -62,14 +62,9 @@ ACLOCAL_AMFLAGS = -I m4
 EXTRA_DIST = \
                .version \
                autogen.sh \
-               README.devel \
                README.licensing \
-               DEPRECATED \
-               licenses \
-               example.files \
                po/update-potfiles \
-               tools \
-               docs
+               Documentation
 
 # Arrange so that .tarball-version appears only in the distribution
 # tarball, and never in a checked-out repository.
diff --git a/NEWS b/NEWS
index 0e9dba80181bfba15643ffac5c0b5ab9c8ef6c55..e9873ee4310979335c23a21769615b4947f94207 100644 (file)
--- a/NEWS
+++ b/NEWS
 util-linux 2.20-rc1: Jul 29 2011
-* see docs/v2.20-ReleaseNotes or complete changelog at
+* see Documentation/releases/v2.20-ReleaseNotes or complete changelog at
   ftp://ftp.kernel.org/pub/linux/utils/util-linux/v2.20/v2.20-rc1-ChangeLog
 
 util-linux 2.19: Feb 10 2011
-* see docs/v2.19-ReleaseNotes or complete changelog at
+* see Documentation/releases/v2.19-ReleaseNotes or complete changelog at
   ftp://ftp.kernel.org/pub/linux/utils/util-linux/v2.19/v2.19-ChangeLog
 
 util-linux 2.19-rc3: Jan 25 2011
-* see docs/v2.19-ReleaseNotes or complete changelog at
+* see Documentation/releases/v2.19-ReleaseNotes or complete changelog at
   ftp://ftp.kernel.org/pub/linux/utils/util-linux/v2.19/v2.19-rc3-ChangeLog
 
 util-linux 2.19-rc2: Jan 25 2011
-* see docs/v2.19-ReleaseNotes or complete changelog at
+* see Documentation/releases/v2.19-ReleaseNotes or complete changelog at
   ftp://ftp.kernel.org/pub/linux/utils/util-linux/v2.19/v2.19-rc2-ChangeLog
 
 util-linux 2.19-rc1: Jan 05 2011
-* see docs/v2.19-ReleaseNotes or complete changelog at
+* see Documentation/releases/v2.19-ReleaseNotes or complete changelog at
   ftp://ftp.kernel.org/pub/linux/utils/util-linux/v2.19/v2.19-rc1-ChangeLog
 
 util-linux-ng 2.18: Jun 30 2010
-* see docs/v2.18-ReleaseNotes or complete changelog at
+* see Documentation/releases/v2.18-ReleaseNotes or complete changelog at
   ftp://ftp.kernel.org/pub/linux/utils/util-linux-ng/v2.18/v2.18-ChangeLog
 
 util-linux-ng 2.18-rc2: Jun 18 2010
-* see docs/v2.18-ReleaseNotes or complete changelog at
+* see Documentation/releases/v2.18-ReleaseNotes or complete changelog at
   ftp://ftp.kernel.org/pub/linux/utils/util-linux-ng/v2.18/v2.18-rc2-ChangeLog
 
 util-linux-ng 2.18-rc1: Jun 7 2010
-* see docs/v2.18-ReleaseNotes or complete changelog at
+* see Documentation/releases/v2.18-ReleaseNotes or complete changelog at
   ftp://ftp.kernel.org/pub/linux/utils/util-linux-ng/v2.18/v2.18-rc1-ChangeLog
 
 util-linux-ng 2.17: Jan 8 2010
-* see docs/v2.17-ReleaseNotes or complete changelog at
+* see Documentation/releases/v2.17-ReleaseNotes or complete changelog at
   ftp://ftp.kernel.org/pub/linux/utils/util-linux-ng/v2.17/v2.17-ChangeLog
 
 util-linux-ng 2.17-rc3: Dec 10 2009
-* see docs/v2.17-ReleaseNotes or complete changelog at
+* see Documentation/releases/v2.17-ReleaseNotes or complete changelog at
   ftp://ftp.kernel.org/pub/linux/utils/util-linux-ng/v2.17/v2.17-rc3-ChangeLog
 
 util-linux-ng 2.17-rc2: Dec 9 2009
-* see docs/v2.17-ReleaseNotes or complete changelog at
+* see Documentation/releases/v2.17-ReleaseNotes or complete changelog at
   ftp://ftp.kernel.org/pub/linux/utils/util-linux-ng/v2.17/v2.17-rc2-ChangeLog
 
 util-linux-ng 2.17-rc1: Nov 20 2009
-* see docs/v2.17-ReleaseNotes or complete changelog at
+* see Documentation/releases/v2.17-ReleaseNotes or complete changelog at
   ftp://ftp.kernel.org/pub/linux/utils/util-linux-ng/v2.17/v2.17-rc1-ChangeLog
 
 util-linux-ng 2.16: Jul  2009
-* see docs/v2.16-ReleaseNotes or complete changelog at
+* see Documentation/releases/v2.16-ReleaseNotes or complete changelog at
   ftp://ftp.kernel.org/pub/linux/utils/util-linux-ng/v2.16/v2.16-ChangeLog
 
 util-linux-ng 2.16-rc2: Jul 2 2009
-* see docs/v2.16-ReleaseNotes or complete changelog at
+* see Documentation/releases/v2.16-ReleaseNotes or complete changelog at
   ftp://ftp.kernel.org/pub/linux/utils/util-linux-ng/v2.16/v2.16-rc2-ChangeLog
 
 util-linux-ng 2.16-rc1: Jun 28 2009
-* see docs/v2.16-ReleaseNotes or complete changelog at
+* see Documentation/releases/v2.16-ReleaseNotes or complete changelog at
   ftp://ftp.kernel.org/pub/linux/utils/util-linux-ng/v2.16/v2.16-rc1-ChangeLog
 
 util-linux-ng 2.15: May 5 2009
-* see docs/v2.15-ReleaseNotes or complete changelog at
+* see Documentation/releases/v2.15-ReleaseNotes or complete changelog at
   ftp://ftp.kernel.org/pub/linux/utils/util-linux-ng/v2.15/v2.15-ChangeLog
 
 util-linux-ng 2.15-rc2: Apr 17 2009
-* see docs/v2.15-ReleaseNotes or complete changelog at
+* see Documentation/releases/v2.15-ReleaseNotes or complete changelog at
   ftp://ftp.kernel.org/pub/linux/utils/util-linux-ng/v2.15/v2.15-rc2-ChangeLog
 
 util-linux-ng 2.15-rc1: Mar 18 2009
-* see docs/v2.15-ReleaseNotes or complete changelog at
+* see Documentation/releases/v2.15-ReleaseNotes or complete changelog at
   ftp://ftp.kernel.org/pub/linux/utils/util-linux-ng/v2.15/v2.15-rc1-ChangeLog
 
 util-linux-ng 2.14: Jun 9 2008
-* see docs/v2.14-ReleaseNotes or complete changelog at
+* see Documentation/releases/v2.14-ReleaseNotes or complete changelog at
   ftp://ftp.kernel.org/pub/linux/utils/util-linux-ng/v2.14/v2.14-ChangeLog
 
 util-linux-ng 2.14-rc3
-* see docs/v2.14-ReleaseNotes or complete changelog at
+* see Documentation/releases/v2.14-ReleaseNotes or complete changelog at
   ftp://ftp.kernel.org/pub/linux/utils/util-linux-ng/v2.14/v2.14-rc3-ChangeLog
 
 util-linux-ng 2.14-rc2
-* see docs/v2.14-ReleaseNotes or complete changelog at
+* see Documentation/releases/v2.14-ReleaseNotes or complete changelog at
   ftp://ftp.kernel.org/pub/linux/utils/util-linux-ng/v2.14/v2.14-rc2-ChangeLog
 
 util-linux-ng 2.14-rc1
-* see docs/v2.14-ReleaseNotes or complete changelog at
+* see Documentation/releases/v2.14-ReleaseNotes or complete changelog at
   ftp://ftp.kernel.org/pub/linux/utils/util-linux-ng/v2.14/v2.14-rc1-ChangeLog
 
 util-linux-ng 2.13
 
-* see docs/v2.13-ReleaseNotes or complete changelog at
+* see Documentation/releases/v2.13-ReleaseNotes or complete changelog at
   ftp://ftp.kernel.org/pub/linux/utils/util-linux-ng/v2.13/v2.13-ChangeLog
 
 util-linux-ng 2.13-rc3
 
-* see docs/v2.13-ReleaseNotes or complete changelog at
+* see Documentation/releases/v2.13-ReleaseNotes or complete changelog at
   ftp://ftp.kernel.org/pub/linux/utils/util-linux-ng/v2.13/v2.13-rc3-ChangeLog
 
 util-linux-ng 2.13-rc2
 
-* see docs/v2.13-ReleaseNotes or complete changelog at
+* see Documentation/releases/v2.13-ReleaseNotes or complete changelog at
   ftp://ftp.kernel.org/pub/linux/utils/util-linux-ng/v2.13/v2.13-rc2-ChangeLog
 
 util-linux-ng 2.13-rc1
 
-* see docs/v2.13-ReleaseNotes or complete changelog at
+* see Documentation/releases/v2.13-ReleaseNotes or complete changelog at
   ftp://ftp.kernel.org/pub/linux/utils/util-linux-ng/v2.13/v2.13-rc1-ChangeLog
 
 util-linux 2.13-pre7
index 7cad805d1a000a749195677967bcc25c6ed40e8c..d4e01a2294237121853c37c9760cc4a39b56f605 100644 (file)
@@ -1,6 +1,6 @@
 include $(top_srcdir)/config/include-Makefile.am
 
-EXTRA_DIST = README.fdisk README.cfdisk sfdisk.examples partitiontype.c
+EXTRA_DIST = partitiontype.c
 
 fdisk_common = i386_sys_types.c common.h gpt.c gpt.h \
        $(top_srcdir)/lib/blkdev.c $(top_srcdir)/lib/wholedisk.c \
index 7c1b66b2c0c6df390eb4adff147be1a36171944e..f0602b4627a1d64faf965ae22f8262341d460430 100644 (file)
@@ -5,6 +5,3 @@ dist_man_MANS = getopt.1
 
 exampledir = $(datadir)/getopt/
 dist_example_SCRIPTS = getopt-parse.bash getopt-parse.tcsh
-
-EXTRA_DIST = README Changelog COPYING
-
index c7d95f29b5cd8fa8c2ddd9bfa6d4e6ec11f5cef5..8fef5b7f9fd620b6c5a855d5d984311559423bfe 100644 (file)
@@ -14,5 +14,3 @@ endif
 if HAVE_AUDIT
 hwclock_LDADD += -laudit
 endif
-
-EXTRA_DIST = README.hwclock
index 59362cfe5b5e00cb7890a694a14f8e660bbc82d6..27f1033f81f6c6b4c830ef3f941058028c401c5a 100644 (file)
@@ -12,5 +12,5 @@ pkgconfig_DATA = blkid.pc
 
 dist_man_MANS = libblkid.3
 
-EXTRA_DIST = COPYING.libblkid README.blkid blkid.pc.in libblkid.3
+EXTRA_DIST = blkid.pc.in libblkid.3
 
index 26111c6621fb9ee99ad4c0d7ff4d330c87a93a74..dbe1317893abc9e7537aa7d45966625d3ffaf04f 100644 (file)
@@ -10,4 +10,4 @@ endif
 pkgconfigdir = $(usrlib_execdir)/pkgconfig
 pkgconfig_DATA = mount.pc
 
-EXTRA_DIST = COPYING.libmount mount.pc.in
+EXTRA_DIST = mount.pc.in
index 66fe6909858827350704c3ea02361752c9601004..2bdef334358b01293e279cab10a559976cabc4ee 100644 (file)
@@ -6,5 +6,5 @@ SUBDIRS = src man
 pkgconfigdir = $(usrlib_execdir)/pkgconfig
 pkgconfig_DATA = uuid.pc
 
-EXTRA_DIST = COPYING.libuuid uuid.pc.in
+EXTRA_DIST = uuid.pc.in
 
index 0bedc0632be03836fe850e211d6bf437f93c48cf..f009f2d09e58c7918b66b1513beac64ab3dba11c 100644 (file)
@@ -6,8 +6,6 @@ sbin_PROGRAMS =
 usrsbin_exec_PROGRAMS =
 dist_man_MANS =
 
-EXTRA_DIST = README.poeigl
-
 if BUILD_LAST
 usrbin_exec_PROGRAMS += last
 dist_man_MANS += last.1
index 9e2e66bf7be3f11df297e8f66a9e6e693ae60760..6b7fa4ba768d9550cfd872bc40e5973f68556d2a 100644 (file)
@@ -8,8 +8,6 @@ usrsbin_exec_PROGRAMS =
 
 usrbin_exec_PROGRAMS = cal ddate logger look mcookie namei whereis 
 
-EXTRA_DIST += README.cal README.ddate
-
 logger_SOURCES = logger.c $(top_srcdir)/lib/strutils.c
 mcookie_SOURCES = mcookie.c $(top_srcdir)/lib/md5.c
 
index b82464fe37ce25b889494d0117461bbdb9956828..7aebfff666f2eb51fa03536c9e2f4701cdf66434 100644 (file)
@@ -1,7 +1,5 @@
 include $(top_srcdir)/config/include-Makefile.am
 
-EXTRA_DIST = README.mount
-
 bin_PROGRAMS = mount umount
 sbin_PROGRAMS = losetup swapon
 dist_man_MANS = fstab.5 mount.8 swapoff.8 swapon.8 umount.8 losetup.8
index b423bbde15a297a7d3fde352f4e3e162ea303126..49ad5ff2fbc3e882335ee658516fffeb0a873aed 100644 (file)
@@ -7,8 +7,6 @@ usrsbin_exec_PROGRAMS =
 
 dist_man_MANS = script.1 scriptreplay.1
 
-EXTRA_DIST = README.modems-with-agetty
-
 script_LDADD =
 
 if HAVE_UTIL
@@ -44,7 +42,7 @@ if BUILD_RESET
 dist_usrbin_exec_SCRIPTS = reset
 dist_man_MANS += reset.1
 endif
-EXTRA_DIST += reset.033c
+EXTRA_DIST = reset.033c
 
 if BUILD_MESG
 usrbin_exec_PROGRAMS += mesg
index 1d4fa1095b1e0638d1fc8fd03c5c3530f7d2e67e..2c7231879d0668b3a407ecd385b906dc5d21b454 100644 (file)
@@ -5,7 +5,6 @@ SUBDIRS = helpers
 EXTRA_DIST =   expected \
                ts \
                functions.sh \
-               README \
                run.sh
 
 clean-local:
index fbba02843bedc850f969a6113ebcb39f2793a2c7..b715aafa6f6f06bd169e5845874b0f3c4d557c79 100644 (file)
@@ -1,7 +1,5 @@
 include $(top_srcdir)/config/include-Makefile.am
 
-EXTRA_DIST = README.col
-
 usrbin_exec_PROGRAMS = col colcrt colrm column hexdump rev tailf
 
 column_SOURCES = column.c $(top_srcdir)/lib/strutils.c
@@ -42,5 +40,3 @@ more_LDADD = -ltermcap
 dist_man_MANS += more.1
 endif
 endif
-
-EXTRA_DIST += README.pg LICENSE.pg