summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThomas Wood <thos@gnome.org>2009-02-19 16:15:25 +0000
committerThomas Wood <thos@src.gnome.org>2009-02-19 16:15:25 +0000
commit61c0739dede900122f93065953619794b70d8c06 (patch)
tree7a0bd1c775c5bf00bd3d57e35555d90632f4ffae
parentcad5b6a71c31e0534154b2391a327cf1d5ae234f (diff)
downloadlibcroco-61c0739dede900122f93065953619794b70d8c06.tar.gz
Add infrastructure to allow gtk-doc documentation to be built.
2009-02-19 Thomas Wood <thos@gnome.org> * Makefile.am: * configure.in: * docs/Makefile.am: Add infrastructure to allow gtk-doc documentation to be built. svn path=/trunk/; revision=325
-rw-r--r--Makefile.am2
-rw-r--r--configure.in1
-rw-r--r--docs/Makefile.am2
3 files changed, 4 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am
index 0c5ae8c..8c2c4ff 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -1,3 +1,5 @@
+DISTCHECK_CONFIGURE_FLAGS = --enable-gtk-doc
+
SUBDIRS = src csslint docs
SUBDIRS += tests
diff --git a/configure.in b/configure.in
index bdd01d1..29e7f13 100644
--- a/configure.in
+++ b/configure.in
@@ -165,6 +165,7 @@ libcroco-zip
croco-config
docs/Makefile
docs/examples/Makefile
+docs/reference/Makefile
tests/Makefile
tests/test-inputs/Makefile
tests/test-output-refs/Makefile
diff --git a/docs/Makefile.am b/docs/Makefile.am
index 7b14bb4..ece8c4b 100644
--- a/docs/Makefile.am
+++ b/docs/Makefile.am
@@ -1,3 +1,3 @@
-SUBDIRS=examples
+SUBDIRS=examples reference
EXTRA_DIST=usage.txt