From: Joey Hess Date: Mon, 16 Feb 2009 03:08:04 +0000 (-0500) Subject: avoid compressing html X-Git-Tag: 3.05~61 X-Git-Url: http://git.vanrenterghem.biz/git.ikiwiki.info.git/commitdiff_plain/14e081b2c6cf5eed4903d61bee0a23ac49fc120f avoid compressing html --- diff --git a/debian/rules b/debian/rules index 115b3f0c2..da8249920 100755 --- a/debian/rules +++ b/debian/rules @@ -1,4 +1,11 @@ #!/usr/bin/make -f + +binary: binary-indep +binary-indep: + dh $@ --before dh_compress + dh_compress -Xhtml + dh $@ --after dh_compress + %: dh $@