ikiwiki/debian/rules

20 lines
434 B
Plaintext
Raw Normal View History

2006-03-15 05:05:53 +01:00
#!/usr/bin/make -f
%:
dh $@
override_dh_auto_configure:
2009-02-20 00:58:46 +01:00
# keeps it out of /usr/local
dh_auto_configure -- PREFIX=/usr
2009-02-16 04:08:04 +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
override_dh_auto_clean:
2009-02-20 00:58:46 +01:00
# distclean moans about MANIFEST, this is quieter
2009-02-27 21:40:42 +01:00
if [ -e Makefile ]; then $(MAKE) realclean; fi
2006-03-15 05:05:53 +01: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