summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--ChangeLog4
-rw-r--r--docs/reference/Makefile.am7
2 files changed, 9 insertions, 2 deletions
diff --git a/ChangeLog b/ChangeLog
index 300ff88..c1fdfe6 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,9 @@
=== 1.4.0 ===
+2007-07-12 Jonathon Jongsma <jjongsma@gnome.org>
+
+ * docs/reference/Makefile.am: hacky workaround to get distcheck to pass
+
2007-07-10 Jonathon Jongsma <jjongsma@gnome.org>
* NEWS: Update NEWS for release
diff --git a/docs/reference/Makefile.am b/docs/reference/Makefile.am
index 7155577..59c27e0 100644
--- a/docs/reference/Makefile.am
+++ b/docs/reference/Makefile.am
@@ -5,8 +5,7 @@ WEB_SERVER_PATH = /srv/cairo.freedesktop.org/www/documentation/cairomm/reference
HTML_TEMPLATE_FILES = cairomm.css cairomm-header.html
EXTRA_DIST = $(DOXYGEN_CONFIGFILE_SOURCE) \
- $(HTML_TEMPLATE_FILES) cairomm_doxygen_tags \
- html
+ $(HTML_TEMPLATE_FILES) cairomm_doxygen_tags
cairomm_doxygen_tags : $(index_html)
@@ -58,6 +57,10 @@ uninstall-local: uninstall-reference
all-local: $(index_html)
maintainer-clean-local: doc-clean
+distclean-local: doc-clean
+
+dist-hook: $(index_html)
+ cp -R html $(distdir)
DISTCLEANFILES = $(DOXYGEN_CONFIGFILE) $(DOXYGEN_REPORTS)