summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorJonathon Jongsma <jjongsma@gnome.org>2007-07-12 10:17:21 -0500
committerJonathon Jongsma <jjongsma@gnome.org>2007-07-12 10:17:21 -0500
commit9bd228fc5d0b73dcc261aa9f40bf94bc02f42576 (patch)
tree4e76be3e0a491d0f6b7f264020ff3f9e1660dc32 /docs
parent8cb561921b28ddb61b7301a44c4951c6432c78c2 (diff)
* docs/reference/Makefile.am: hacky workaround to get distcheck to pass
Diffstat (limited to 'docs')
-rw-r--r--docs/reference/Makefile.am7
1 files changed, 5 insertions, 2 deletions
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)