diff options
author | giraffedata <giraffedata@9d0c8265-081b-0410-96cb-a4ca84ce46f8> | 2014-02-15 23:46:59 +0000 |
---|---|---|
committer | giraffedata <giraffedata@9d0c8265-081b-0410-96cb-a4ca84ce46f8> | 2014-02-15 23:46:59 +0000 |
commit | 3ece388df89ecbd9e5ad3e8836f2d53f31082d23 (patch) | |
tree | 628c34e1de97541c01d77b24a29748ae7cee0f23 /GNUmakefile | |
parent | 1f043a809aa3d535626f8ae654b939881a14316b (diff) | |
download | netpbm-mirror-3ece388df89ecbd9e5ad3e8836f2d53f31082d23.tar.gz netpbm-mirror-3ece388df89ecbd9e5ad3e8836f2d53f31082d23.tar.xz netpbm-mirror-3ece388df89ecbd9e5ad3e8836f2d53f31082d23.zip |
add comment
git-svn-id: http://svn.code.sf.net/p/netpbm/code/trunk@2128 9d0c8265-081b-0410-96cb-a4ca84ce46f8
Diffstat (limited to 'GNUmakefile')
-rw-r--r-- | GNUmakefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/GNUmakefile b/GNUmakefile index b7aadfd9..8cda072d 100644 --- a/GNUmakefile +++ b/GNUmakefile @@ -418,6 +418,8 @@ install.sharedlibstub: $(MAKE) -C lib -f $(SRCDIR)/lib/Makefile \ SRCDIR=$(SRCDIR) BUILDDIR=$(BUILDDIR) install.sharedlibstub +# Make the 'deb' target after making 'package'. It generates a .deb +# file in the current directory. .PHONY: deb deb: buildtools/debian/mkdeb --buildtools=buildtools --pkgdir=$(PKGDIR) |