From 2074285f734f903bcb2709bd7c016990c02d94a8 Mon Sep 17 00:00:00 2001 From: giraffedata Date: Sun, 5 Jan 2014 18:33:35 +0000 Subject: Add 'make deb' git-svn-id: http://svn.code.sf.net/p/netpbm/code/trunk@2104 9d0c8265-081b-0410-96cb-a4ca84ce46f8 --- GNUmakefile | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'GNUmakefile') 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 -- cgit 1.4.1