summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJonathon Jongsma <jjongsma@gnome.org>2007-05-31 15:57:51 -0500
committerJonathon Jongsma <jjongsma@gnome.org>2007-05-31 15:57:51 -0500
commite48ca5dc397aafd9db8526d4a1973f7ac21ff0f0 (patch)
treebc23e1ada0557b4129b41814911aaa587a26d7d3
parent5f4ceb5ab27a32d9bc2cb6e592bf95f8380366e6 (diff)
Fix Makefile dependency issue when trying to `make dist` without building the docs first
-rw-r--r--docs/reference/Makefile.am2
1 files changed, 2 insertions, 0 deletions
diff --git a/docs/reference/Makefile.am b/docs/reference/Makefile.am
index 9bf14f3..7155577 100644
--- a/docs/reference/Makefile.am
+++ b/docs/reference/Makefile.am
@@ -8,6 +8,8 @@ EXTRA_DIST = $(DOXYGEN_CONFIGFILE_SOURCE) \
$(HTML_TEMPLATE_FILES) cairomm_doxygen_tags \
html
+cairomm_doxygen_tags : $(index_html)
+
index_html = html/index.html
$(index_html): $(DOXYGEN_CONFIGFILE) $(wildcard $(top_srcdir)/cairomm/*.h) $(HTML_TEMPLATE_FILES)