diff options
author | joey <joey@0fa5a96a-9a0e-0410-b3b2-a0fd24251071> | 2006-03-30 20:15:14 +0000 |
---|---|---|
committer | joey <joey@0fa5a96a-9a0e-0410-b3b2-a0fd24251071> | 2006-03-30 20:15:14 +0000 |
commit | cfe0ea7a43a1a4c863c599f1890323b2c801fb08 (patch) | |
tree | d3797f45b4af3158f215dc1b58ddaafd2e234a17 /debian/rules | |
parent | 22d501e5de22d3f66b02b36ff7a91a2d28ebabd9 (diff) |
arrange for new releases to get news prepared for them via my wikiannounce
script
Diffstat (limited to 'debian/rules')
-rwxr-xr-x | debian/rules | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/debian/rules b/debian/rules index fc703fc90..f64efb776 100755 --- a/debian/rules +++ b/debian/rules @@ -38,5 +38,9 @@ binary-indep: build dh_md5sums dh_builddeb +# Not intended for use by anyone except the author. +announcedir: + @echo ${HOME}/src/ikiwiki/news + binary: binary-indep binary-arch .PHONY: build clean binary-indep binary-arch binary |