2006-03-15 05:05:53 +01:00
|
|
|
#!/usr/bin/make -f
|
2009-02-17 03:49:26 +01:00
|
|
|
%:
|
|
|
|
dh $@
|
|
|
|
|
|
|
|
override_dh_auto_configure:
|
2009-02-20 00:58:46 +01:00
|
|
|
# keeps it out of /usr/local
|
2009-02-17 03:49:26 +01:00
|
|
|
dh_auto_configure -- PREFIX=/usr
|
2009-02-16 04:08:04 +01:00
|
|
|
|
2009-02-17 03:49:26 +01:00
|
|
|
override_dh_compress:
|
2009-02-20 00:58:46 +01:00
|
|
|
# avoid compressing files in the doc wiki
|
2009-02-16 04:08:04 +01:00
|
|
|
dh_compress -Xhtml
|
|
|
|
|
2009-02-17 03:49:26 +01:00
|
|
|
override_dh_auto_clean:
|
2009-02-20 00:58:46 +01:00
|
|
|
# distclean moans about MANIFEST, this is quieter
|
2009-02-17 03:49:26 +01:00
|
|
|
$(MAKE) realclean
|
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
|