docs: Move documentation under doc/
authorEmmanuele Bassi <ebassi@linux.intel.com>
Tue, 1 Dec 2009 10:16:25 +0000 (10:16 +0000)
committerEmmanuele Bassi <ebassi@linux.intel.com>
Tue, 1 Dec 2009 10:16:25 +0000 (10:16 +0000)
Clean up the root directory of the project and try to keep the
documentation all together.

Makefile.am
doc/CODING_STYLE [moved from CODING_STYLE with 100% similarity]
doc/HACKING [moved from HACKING with 100% similarity]
doc/HACKING.backends [moved from HACKING.backends with 100% similarity]
doc/Makefile.am

index 1a566b9..d9a67eb 100644 (file)
@@ -31,9 +31,6 @@ pkgconfigdir   = $(libdir)/pkgconfig
 EXTRA_DIST =                           \
        ChangeLog.pre-git-import        \
        clutter.pc.in                   \
-       HACKING                         \
-       HACKING.backends                \
-       CODING_STYLE                    \
        $(NULL)
 
 CLEANFILES = $(pcfiles)
similarity index 100%
rename from CODING_STYLE
rename to doc/CODING_STYLE
similarity index 100%
rename from HACKING
rename to doc/HACKING
similarity index 100%
rename from HACKING.backends
rename to doc/HACKING.backends
index a80cfc0..cb85d8f 100644 (file)
@@ -9,3 +9,8 @@ SUBDIRS += common cookbook manual
 endif
 
 DIST_SUBDIRS = reference common cookbook manual
+
+EXTRA_DIST = \
+       CODING_STYLE \
+       HACKING \
+       HACKING.backends