X-Git-Url: http://git.vanrenterghem.biz/git.ikiwiki.info.git/blobdiff_plain/862caff2a9d66ec7b79f03cf769a53ba0fdc3539..25b1f60aeb26f8d14d7619b304f8aca0735c850f:/debian/rules?ds=sidebyside diff --git a/debian/rules b/debian/rules index 115b3f0c2..0a6571521 100755 --- a/debian/rules +++ b/debian/rules @@ -2,6 +2,18 @@ %: dh $@ +# keeps it out if /usr/local +override_dh_auto_configure: + dh_auto_configure -- PREFIX=/usr + +# avoid compressing files in the doc wiki +override_dh_compress: + dh_compress -Xhtml + +# distclean moans about MANIFEST, this is quieter +override_dh_auto_clean: + $(MAKE) realclean + # Not intended for use by anyone except the author. announcedir: @echo ${HOME}/src/ikiwiki/doc/news