commit 5a0be39953b05b0e51dc95d513ea0727be499228 Author: Alexandre Allaire alexandre.allaire@mail.mcgill.ca Date: Mon Nov 12 20:25:58 2012 -0500
Removed spurious semi-colon from make recipe. --- Makefile | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/Makefile b/Makefile index 1f12d46..b29ab48 100644 --- a/Makefile +++ b/Makefile @@ -45,6 +45,6 @@ sign: dist/$(DISTNAME).zip %.1: $(CLIENT_ASCIIDOCS) rm -rf $@ a2x --no-xmllint --xsltproc-opts "--stringparam man.th.title.max.length 23" \ - -d manpage -f manpage $@.txt; + -d manpage -f manpage $@.txt
.PHONY: all install clean test dist sign