diff options
author | Joey Hess <joeyh@joeyh.name> | 2015-03-14 15:56:52 -0400 |
---|---|---|
committer | Joey Hess <joeyh@joeyh.name> | 2015-03-14 15:56:52 -0400 |
commit | 6ff7d4bba6e78399cacb0d19c7e66a90ed208fbe (patch) | |
tree | 111a20f9a42dc24fa095d8b8764b7c8cdc13d603 /debian | |
parent | cd51e403dcff5028eb0cdfc72d08f7c9ecf0bea3 (diff) | |
download | ikiwiki-6ff7d4bba6e78399cacb0d19c7e66a90ed208fbe.tar ikiwiki-6ff7d4bba6e78399cacb0d19c7e66a90ed208fbe.tar.gz |
remove announcedir target
only I use this, and I moved it to my mrconfig
Diffstat (limited to 'debian')
-rwxr-xr-x | debian/rules | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/debian/rules b/debian/rules index 0a7ce7a26..9cb2a8adc 100755 --- a/debian/rules +++ b/debian/rules @@ -13,7 +13,3 @@ override_dh_compress: override_dh_auto_clean: # distclean moans about MANIFEST, this is quieter if [ -e Makefile ]; then $(MAKE) realclean; fi - -# Not intended for use by anyone except the author. -announcedir: - @echo ${HOME}/src/ikiwiki/doc/news |