meta: Add FOAF support. Closes: #623156 (Jonas Smedegaard)
[ikiwiki.git] / debian / rules
blob0a7ce7a267e43c0999d6e468f7e6844abbc8d660
1 #!/usr/bin/make -f
2 %:
3 dh $@
5 override_dh_auto_configure:
6 # keeps it out of /usr/local
7 dh_auto_configure -- PREFIX=/usr
9 override_dh_compress:
10 # avoid compressing files in the doc wiki
11 dh_compress -Xhtml
13 override_dh_auto_clean:
14 # distclean moans about MANIFEST, this is quieter
15 if [ -e Makefile ]; then $(MAKE) realclean; fi
17 # Not intended for use by anyone except the author.
18 announcedir:
19 @echo ${HOME}/src/ikiwiki/doc/news