Check for soundtouch library when using SYSLIBS
[ardour.git] / libs / glibmm2 / docs / images / Makefile.am
1
2 EXTRA_DIST = gtkmm_logo.gif top.gif
3
4 # Post to the website.
5 include $(top_srcdir)/docs/Makefile_web.am_fragment
6
7 imagesdir   = $(gtkmm_docdir)/images
8 images_DATA = gtkmm_logo.gif top.gif
9
10 post-html: gtkmm_logo.gif top.gif
11         rsync $(rsync_args) $^ $$USER@$(web_host):$(web_path_docs)images/
12
13 doc-clean:
14
15 .PHONY: post-html doc-clean
16