summaryrefslogtreecommitdiff
path: root/docs
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 /docs
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
Diffstat (limited to 'docs')
-rw-r--r--docs/reference/Makefile.am2
1 files changed, 2 insertions, 0 deletions
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 >$@