]> git.ipfire.org Git - thirdparty/plymouth.git/commitdiff
[docs] Rename man/ to docs/
authorRay Strode <rstrode@redhat.com>
Wed, 16 Dec 2009 13:37:58 +0000 (08:37 -0500)
committerRay Strode <rstrode@redhat.com>
Wed, 16 Dec 2009 18:13:41 +0000 (13:13 -0500)
This way we can put other documents there as well.

Makefile.am
configure.ac
docs/Makefile.am [moved from man/Makefile.am with 100% similarity]
docs/plymouth.8 [moved from man/plymouth.8 with 100% similarity]

index 6d1a9223d120fe3ba95aeb08ba46dc8058a2c43b..3bc0be0ec955ada8fcf7fdda1d9d1a12b2f1919d 100644 (file)
@@ -1,4 +1,4 @@
-SUBDIRS = src themes images scripts man
+SUBDIRS = src themes images scripts docs
 DISTCHECK_CONFIGURE_FLAGS = --disable-tests --without-system-root-install
 
 EXTRA_DIST = ChangeLog                                                         \
index 5cd5ec7eebf1fa1889906e4edfd86fdb354c5a09..207dc64a144c057be0235bc1674ec125be448e98 100644 (file)
@@ -243,5 +243,5 @@ AC_OUTPUT([Makefile
            themes/script/Makefile
            images/Makefile
            scripts/Makefile
-          man/Makefile
+           docs/Makefile
 ])
similarity index 100%
rename from man/Makefile.am
rename to docs/Makefile.am
similarity index 100%
rename from man/plymouth.8
rename to docs/plymouth.8