Added deb target to Makefile
This commit is contained in:
parent
bb2f527d45
commit
d03b4fe1e0
4
Makefile
4
Makefile
|
@ -47,3 +47,7 @@ test:
|
||||||
|
|
||||||
doc/patool.txt: doc/patool.1
|
doc/patool.txt: doc/patool.1
|
||||||
man -l doc/patool.1 | perl -pe 's/.\cH//g' > doc/patool.txt
|
man -l doc/patool.1 | perl -pe 's/.\cH//g' > doc/patool.txt
|
||||||
|
|
||||||
|
.PHONY: deb
|
||||||
|
deb:
|
||||||
|
git-buildpackage --git-export-dir=../build-area/ --git-upstream-branch=master --git-debian-branch=debian --git-ignore-new
|
||||||
|
|
Loading…
Reference in New Issue