summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--ChangeLog5
-rw-r--r--docs/reference/Makefile.am2
2 files changed, 7 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 658d4cd..444a96f 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,10 @@
0.5.0:
+2006-02-09 Jonathon Jongsma <jonathon.jongsma@gmail.com>
+
+ * docs/reference/Makefile.am: added a 'html' target to satisfy the dist
+ rule
+
2006-02-08 Jonathon Jongsma <jonathon.jongsma@gmail.com>
* cairomm/context.h: Added a lot of documentation for the Cairo::Context
diff --git a/docs/reference/Makefile.am b/docs/reference/Makefile.am
index ecc0fbd..cddf1d0 100644
--- a/docs/reference/Makefile.am
+++ b/docs/reference/Makefile.am
@@ -10,6 +10,8 @@ $(index_html): $(DOXYGEN_CONFIGFILE_SOURCE)
doxygen $(doxygen_configfile) \
2> doxygen-warnings.txt | tee doxygen-output.txt && cat doxygen-warnings.txt
+html: $(index_html)
+
cairomm-reference-html.tar.gz: $(index_html)
tar cf - html | gzip -c --best >$@