avoid compressing html

master
Joey Hess 2009-02-15 22:08:04 -05:00
parent 862caff2a9
commit 14e081b2c6
1 changed files with 7 additions and 0 deletions

7
debian/rules vendored
View File

@ -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 $@