File: Makefile

package info (click to toggle)
svn-buildpackage 0.6.16etch1
  • links: PTS
  • area: main
  • in suites: etch, etch-m68k
  • size: 260 kB
  • ctags: 42
  • sloc: perl: 1,399; makefile: 76; sh: 26
file content (16 lines) | stat: -rw-r--r-- 376 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
all:
	chmod +x svn-inject svn-upgrade svn-buildpackage uclean

commit:
	if test "`svn ls| grep ^M`" ; then svn commit ; rsync `svn ls` blade@gluck.debian.org:public_html/misc/svn-devscripts/ ; fi

clean:
	rm *~
	make -C doc clean

install:
	cp svn-inject svn-upgrade svn-buildpackage $(DESTDIR)/bin
	cp *.1 $(prefix)/share/man/man1

doc:
	perl -pe 's/([^\\])-/$1\\-/g' -i *.1