summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorDavid King <davidk@openismus.com>2009-08-12 14:12:53 +0200
committerJonathon Jongsma <jjongsma@gnome.org>2009-08-13 11:08:51 -0500
commitde4e75a5e588ab8689bfe405391ff3c788c94018 (patch)
tree4648ad2ecb1db0da4087e398f1748fccc77b502a /configure.ac
parent06de63b184325531c76270205c7392ff8c93466d (diff)
Switch to mm-common documentation build infrastructure
* .gitignore: Add new generated documentation files. * Makefile.am: Remove old documentation generation build. * configure.ac: * docs/reference/Makefile.am: Remove, with switch to non-recursive documentation build. * data/cairomm-1.0.pc.in: * docs/Makefile.am: Switch to new documentation build infrastructure from mm-common. * docs/reference/Doxyfile.in: Modernise and disable several unused features of the Doxygen output.
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac1
1 files changed, 0 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index b291869..18dcdde 100644
--- a/configure.ac
+++ b/configure.ac
@@ -38,7 +38,6 @@ AC_CONFIG_FILES([Makefile
data/cairomm-1.0.pc
docs/Makefile
docs/reference/Doxyfile
- docs/reference/Makefile
examples/Makefile
tests/Makefile])