From: Ray Strode Date: Wed, 16 Dec 2009 13:37:58 +0000 (-0500) Subject: [docs] Rename man/ to docs/ X-Git-Tag: 0.8.0~83^2~7 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=56c1b86493a61ae562e10afd6429666fa3af350e;p=thirdparty%2Fplymouth.git [docs] Rename man/ to docs/ This way we can put other documents there as well. --- diff --git a/Makefile.am b/Makefile.am index 6d1a9223..3bc0be0e 100644 --- a/Makefile.am +++ b/Makefile.am @@ -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 \ diff --git a/configure.ac b/configure.ac index 5cd5ec7e..207dc64a 100644 --- a/configure.ac +++ b/configure.ac @@ -243,5 +243,5 @@ AC_OUTPUT([Makefile themes/script/Makefile images/Makefile scripts/Makefile - man/Makefile + docs/Makefile ]) diff --git a/man/Makefile.am b/docs/Makefile.am similarity index 100% rename from man/Makefile.am rename to docs/Makefile.am diff --git a/man/plymouth.8 b/docs/plymouth.8 similarity index 100% rename from man/plymouth.8 rename to docs/plymouth.8