docs: Move documentation under doc/

Clean up the root directory of the project and try to keep the
documentation all together.
This commit is contained in:
Emmanuele Bassi 2009-12-01 10:16:25 +00:00
parent 348f5bfec8
commit 220a8fbfda
5 changed files with 5 additions and 3 deletions

View 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)

View File

@ -9,3 +9,8 @@ SUBDIRS += common cookbook manual
endif
DIST_SUBDIRS = reference common cookbook manual
EXTRA_DIST = \
CODING_STYLE \
HACKING \
HACKING.backends