File: Makefile

package info (click to toggle)
cvsreport 0.3.5.cvs.20050222-3
  • links: PTS
  • area: main
  • in suites: etch, etch-m68k, lenny
  • size: 180 kB
  • ctags: 107
  • sloc: perl: 1,337; makefile: 131
file content (13 lines) | stat: -rw-r--r-- 336 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
PROJECT=cvsreport
CVSROOT=:pserver:anonymous@cvs.gna.org:/var/cvs/$(PROJECT)


default:
	@echo "Generating report, this may take a while depending on your bandwidth."
	../cvsreport -a -d$(CVSROOT) -l -f '2003-07-12 00:00 UTC' -n5 -c example.conf

repository: $(PROJECT)
	cvs -d$(CVSROOT) co test

clean:
	rm -f example.txt example.html