summaryrefslogtreecommitdiff
path: root/docs/images/Makefile.am
blob: 562c82c4224c2f90244afc203f180b8ab8d9a9bd (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16

EXTRA_DIST = libsigc_logo.gif top.gif

# Post to the website.
include $(top_srcdir)/docs/Makefile_web.am_fragment

imagesdir   = $(libsigc_docdir)/images
images_DATA = libsigc_logo.gif top.gif

post-html: libsigc_logo.gif top.gif
	rsync $(rsync_args) $^ $$USER@shell.sourceforge.net:$(web_path_docs)images/

doc-clean:

.PHONY: post-html doc-clean