about summary refs log tree commit diff
path: root/GNUmakefile
diff options
context:
space:
mode:
authorgiraffedata <giraffedata@9d0c8265-081b-0410-96cb-a4ca84ce46f8>2014-01-05 18:33:35 +0000
committergiraffedata <giraffedata@9d0c8265-081b-0410-96cb-a4ca84ce46f8>2014-01-05 18:33:35 +0000
commit2074285f734f903bcb2709bd7c016990c02d94a8 (patch)
tree272d83bcc5805dd316b19a924d9342bb9491e6d9 /GNUmakefile
parenta3cef81be46dbc0bdcaa6634ab9ff6f9bdea796f (diff)
downloadnetpbm-mirror-2074285f734f903bcb2709bd7c016990c02d94a8.tar.gz
netpbm-mirror-2074285f734f903bcb2709bd7c016990c02d94a8.tar.xz
netpbm-mirror-2074285f734f903bcb2709bd7c016990c02d94a8.zip
Add 'make deb'
git-svn-id: http://svn.code.sf.net/p/netpbm/code/trunk@2104 9d0c8265-081b-0410-96cb-a4ca84ce46f8
Diffstat (limited to 'GNUmakefile')
-rw-r--r--GNUmakefile4
1 files changed, 4 insertions, 0 deletions
diff --git a/GNUmakefile b/GNUmakefile
index 898ec738..fd762ca0 100644
--- a/GNUmakefile
+++ b/GNUmakefile
@@ -418,6 +418,10 @@ install.sharedlibstub:
 	$(MAKE) -C lib -f $(SRCDIR)/lib/Makefile \
 	    SRCDIR=$(SRCDIR) BUILDDIR=$(BUILDDIR) install.sharedlibstub 
 
+.PHONY: deb
+deb:
+	buildtools/debian/mkdeb --buildtools=buildtools --pkgdir=$(PKGDIR)
+
 .PHONY: check
 check:
 # This works on typical Linux systems