diff options
author | Jonathon Jongsma <jjongsma@gnome.org> | 2006-05-09 01:50:57 +0000 |
---|---|---|
committer | Jonathon Jongsma <jjongsma@gnome.org> | 2006-05-09 01:50:57 +0000 |
commit | 2e6b32ec83cfbabee8b453ab7bc52aaac73bd3fc (patch) | |
tree | 1b06b6fe9db0435597a7bc52ef1acdc143c33a34 /docs | |
parent | 4c21fec35f15c33dd6a5fadf35efe1266b0fb952 (diff) |
2006-05-08 Jonathon Jongsma <jonathon.jongsma@gmail.com>
* configure.in: remove check for perl since we're not using any of the
gmmproc stuff for cairomm
* docs/reference/Makefile.am: add documentation dependency on all of the
headers in the cairomm/ directory so that if a header changes the
documentation will be rebuilt.
Diffstat (limited to 'docs')
-rw-r--r-- | docs/reference/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/reference/Makefile.am b/docs/reference/Makefile.am index 0c356c5..934740a 100644 --- a/docs/reference/Makefile.am +++ b/docs/reference/Makefile.am @@ -9,7 +9,7 @@ EXTRA_DIST = $(DOXYGEN_CONFIGFILE_SOURCE) \ index_html = html/index.html -$(index_html): $(DOXYGEN_CONFIGFILE) +$(index_html): $(DOXYGEN_CONFIGFILE) $(wildcard $(top_srcdir)/cairomm/*.h) -rm -rf html doxygen $(DOXYGEN_CONFIGFILE) \ 2> doxygen-warnings.txt | tee doxygen-output.txt && cat doxygen-warnings.txt |