blob: da8249920a4daa0208c3e9cf7098ba7b1b5a00fa (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
#!/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
|