File: gpe-dist.am

package info (click to toggle)
libhandoff 0.1-5
  • links: PTS, VCS
  • area: main
  • in suites: wheezy
  • size: 1,428 kB
  • sloc: sh: 8,767; ansic: 537; xml: 145; makefile: 22
file content (12 lines) | stat: -rw-r--r-- 254 bytes parent folder | download | duplicates (28)
1
2
3
4
5
6
7
8
9
10
11
12
CVSTAG := $(shell echo $(PACKAGE)-$(VERSION) | tr [a-z.] [A-Z_])

dist-upload: dist
	scp $(PACKAGE)-$(VERSION).tar.bz2 $(USER)@linuxtogo.org:/media/data/projects/gpe/source/

tag:
	cvs tag $(CVSTAG)

retag:
	cvs tag -F $(CVSTAG)

source: tag dist-upload