File: Makefile.am

package info (click to toggle)
matchbox-window-manager 1.2.3-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 1,588 kB
  • sloc: ansic: 14,760; xml: 778; makefile: 119; sh: 16
file content (14 lines) | stat: -rw-r--r-- 575 bytes parent folder | download | duplicates (10)
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