2006-03-15 05:05:53 +01:00
|
|
|
#!/usr/bin/make -f
|
2009-02-16 04:08:04 +01:00
|
|
|
|
|
|
|
binary: binary-indep
|
|
|
|
binary-indep:
|
|
|
|
dh $@ --before dh_compress
|
|
|
|
dh_compress -Xhtml
|
|
|
|
dh $@ --after dh_compress
|
|
|
|
|
2009-02-16 02:12:16 +01:00
|
|
|
%:
|
|
|
|
dh $@
|
2006-03-15 05:05:53 +01:00
|
|
|
|
2006-03-30 22:15:14 +02:00
|
|
|
# Not intended for use by anyone except the author.
|
|
|
|
announcedir:
|
2006-04-29 20:09:19 +02:00
|
|
|
@echo ${HOME}/src/ikiwiki/doc/news
|