Skip to content

Commit

Permalink
Add target to generate debian package.
Browse files Browse the repository at this point in the history
  • Loading branch information
roadrunner2 committed Oct 31, 2014
1 parent eb6a7b0 commit 62d2df6
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit 62d2df6

Please sign in to comment.