diff options
-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 >$@ |