13
0
livetrax/libs/glibmm2/docs/images/Makefile.am
Carl Hetherington f44e2a5e69 Yet more missing things. I'm going slightly mad.
git-svn-id: svn://localhost/ardour2/trunk@2649 d708f5d6-7413-0410-9779-e7cbd77b26cf
2007-11-13 11:00:40 +00:00

17 lines
332 B
Makefile

EXTRA_DIST = gtkmm_logo.gif top.gif
# Post to the website.
include $(top_srcdir)/docs/Makefile_web.am_fragment
imagesdir = $(gtkmm_docdir)/images
images_DATA = gtkmm_logo.gif top.gif
post-html: gtkmm_logo.gif top.gif
rsync $(rsync_args) $^ $$USER@$(web_host):$(web_path_docs)images/
doc-clean:
.PHONY: post-html doc-clean