aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile.am
blob: 4246205ac57e3799f1f79c7391128fbf4ac01e06 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
SUBDIRS = src data 

snapshot:
	$(MAKE) dist distdir=$(PACKAGE)-snap`date +"%Y%m%d"`

upload: dist
	cvs2cl --hide-filenames; \
	scp README  handhelds.org:~/public_html/downloadables/matchbox/matchbox-readme.txt; \
	scp ChangeLog handhelds.org:~/public_html/downloadables/matchbox/matchbox-changelog.txt; \
        scp matchbox-@VERSION@.tar.gz handhelds.org:~/public_html/downloadables/matchbox/
	make -C ./doc manual.html
	scp -r doc/manual doc/img doc/screenshots handhelds.org:~/public_html/matchbox/
	scp -r doc/home.html handhelds.org:~/public_html/matchbox/index.html