blob: da8249920a4daa0208c3e9cf7098ba7b1b5a00fa (
plain)
- #!/usr/bin/make -f
- binary: binary-indep
- binary-indep:
- dh $@ --before dh_compress
- dh_compress -Xhtml
- dh $@ --after dh_compress
- %:
- dh $@
- # Not intended for use by anyone except the author.
- announcedir:
- @echo ${HOME}/src/ikiwiki/doc/news
|