diff options
author | Jonathon Jongsma <jjongsma@gnome.org> | 2006-02-09 18:46:52 +0000 |
---|---|---|
committer | Jonathon Jongsma <jjongsma@gnome.org> | 2006-02-09 18:46:52 +0000 |
commit | f2d38f1c1bb53b6128d957a58d1e8a7f375dcdde (patch) | |
tree | af6823998278b5a601234168db06851ab5121dde | |
parent | 942d78101457be09d92636b5c77425f3c475e481 (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-- | ChangeLog | 5 | ||||
-rw-r--r-- | docs/reference/Makefile.am | 2 |
2 files changed, 7 insertions, 0 deletions
@@ -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 >$@ |