diff options
author | giraffedata <giraffedata@9d0c8265-081b-0410-96cb-a4ca84ce46f8> | 2014-01-05 18:33:35 +0000 |
---|---|---|
committer | giraffedata <giraffedata@9d0c8265-081b-0410-96cb-a4ca84ce46f8> | 2014-01-05 18:33:35 +0000 |
commit | 2074285f734f903bcb2709bd7c016990c02d94a8 (patch) | |
tree | 272d83bcc5805dd316b19a924d9342bb9491e6d9 /GNUmakefile | |
parent | a3cef81be46dbc0bdcaa6634ab9ff6f9bdea796f (diff) | |
download | netpbm-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-- | GNUmakefile | 4 |
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 |