From 62d2df6c94eb0a18605e47f6236c08130d7e120d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ronald=20Tschal=C3=A4r?= Date: Fri, 31 Oct 2014 01:46:21 -0700 Subject: [PATCH] Add target to generate debian package. --- Makefile | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/Makefile b/Makefile index 751b9d6..0627d7a 100644 --- a/Makefile +++ b/Makefile @@ -24,6 +24,10 @@ docs: mod_proxy_protocol.html mod_proxy_protocol.html: mod_proxy_protocol.xml mod_proxy_protocol.xml.meta $(XSLT) -o $@ $< +# generate packages +dpkg: + debuild --no-tgz-check -uc -us + # cleanup clean: -rm -rf mod_proxy_protocol.o mod_proxy_protocol.lo mod_proxy_protocol.slo mod_proxy_protocol.la .libs mod_proxy_protocol.html