commit 735ecbe1ac12d37d869c540740aa9301b2296ffc Author: David Fifield david@bamsoftware.com Date: Mon Nov 12 20:13:54 2012 -0800
No need for a recursive delete of a single file. --- Makefile | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/Makefile b/Makefile index 5539c44..361fdf3 100644 --- a/Makefile +++ b/Makefile @@ -45,7 +45,7 @@ sign: dist/$(DISTNAME).zip cd dist && gpg --verify $(DISTNAME).zip.asc $(DISTNAME).zip
%.1: %.1.txt - rm -rf $@ + rm -f $@ a2x --no-xmllint --xsltproc-opts "--stringparam man.th.title.max.length 23" \ -d manpage -f manpage $<
tor-commits@lists.torproject.org