summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJonathon Jongsma <jjongsma@gnome.org>2006-02-09 18:46:52 +0000
committerJonathon Jongsma <jjongsma@gnome.org>2006-02-09 18:46:52 +0000
commitf2d38f1c1bb53b6128d957a58d1e8a7f375dcdde (patch)
treeaf6823998278b5a601234168db06851ab5121dde
parent942d78101457be09d92636b5c77425f3c475e481 (diff)
2006-02-09 Jonathon Jongsma <jonathon.jongsma@gmail.com>RELEASE_0_5_0
* docs/reference/Makefile.am: added a 'html' target to satisfy the dist rule
-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 >$@