diff options
author | Joey Hess <joeyh@joeyh.name> | 2015-03-14 15:53:43 -0400 |
---|---|---|
committer | Joey Hess <joeyh@joeyh.name> | 2015-03-14 15:53:43 -0400 |
commit | f412f81a4d793a54800852b36680c37e11a2d510 (patch) | |
tree | 0b47bfa9ba0afe5bb32f8580b39d68b298d18e13 | |
parent | 0af8bfcd8ec8e4704230005d5cba2ccb56d50d18 (diff) |
remove announcedir target
-rwxr-xr-x | debian/rules | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/debian/rules b/debian/rules index 1c4d079..6fbf146 100755 --- a/debian/rules +++ b/debian/rules @@ -4,7 +4,3 @@ export PYTHON_INSTALL_OPTS=--install-layout=deb %: dh --with python2 $@ - -# Not intended for use by anyone except the author. -announcedir: - @echo ${HOME}/src/etckeeper/doc/news |