diff options
author | joey <joey@0fa5a96a-9a0e-0410-b3b2-a0fd24251071> | 2006-04-29 18:09:19 +0000 |
---|---|---|
committer | joey <joey@0fa5a96a-9a0e-0410-b3b2-a0fd24251071> | 2006-04-29 18:09:19 +0000 |
commit | 763a95599626e2e673ff934ce13f910045b1403c (patch) | |
tree | d1b4922802957c955f04d19fac544625b09b9c92 /debian/rules | |
parent | 4ab068ce237bb6c583ca6fa7128c4fd6f7796b34 (diff) | |
download | ikiwiki-763a95599626e2e673ff934ce13f910045b1403c.tar ikiwiki-763a95599626e2e673ff934ce13f910045b1403c.tar.gz |
fix announcedir
Diffstat (limited to 'debian/rules')
-rwxr-xr-x | debian/rules | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/debian/rules b/debian/rules index ca65e3d5d..ac3b328a6 100755 --- a/debian/rules +++ b/debian/rules @@ -37,7 +37,7 @@ binary-indep: build # Not intended for use by anyone except the author. announcedir: - @echo ${HOME}/src/ikiwiki/news + @echo ${HOME}/src/ikiwiki/doc/news binary: binary-indep binary-arch .PHONY: build clean binary-indep binary-arch binary |