diff options
author | Ray Strode <rstrode@redhat.com> | 2009-12-16 08:37:58 -0500 |
---|---|---|
committer | Ray Strode <rstrode@redhat.com> | 2009-12-16 13:13:41 -0500 |
commit | 56c1b86493a61ae562e10afd6429666fa3af350e (patch) | |
tree | b796b693cfc6748f4c8325bcf69bf23a0684323f | |
parent | 6b879b6c714c9a379823a168a7d644873e621169 (diff) |
[docs] Rename man/ to docs/
This way we can put other documents there as well.
-rw-r--r-- | Makefile.am | 2 | ||||
-rw-r--r-- | configure.ac | 2 | ||||
-rw-r--r-- | docs/Makefile.am (renamed from man/Makefile.am) | 0 | ||||
-rw-r--r-- | docs/plymouth.8 (renamed from man/plymouth.8) | 0 |
4 files changed, 2 insertions, 2 deletions
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 index 24492908..24492908 100644 --- a/man/Makefile.am +++ b/docs/Makefile.am diff --git a/man/plymouth.8 b/docs/plymouth.8 index 493de72d..493de72d 100644 --- a/man/plymouth.8 +++ b/docs/plymouth.8 |