diff options
Diffstat (limited to 'docs/reference/Makefile.am')
-rw-r--r-- | docs/reference/Makefile.am | 2 |
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) |