[tor-commits] [flashproxy/master] Put the asciidoc command on one line.
dcf at torproject.org
dcf at torproject.org
Mon Dec 3 00:46:03 UTC 2012
commit 2ad69d57884fafac6fdd9cd43cedaf523c0bcbd5
Author: David Fifield <david at bamsoftware.com>
Date: Sun Dec 2 10:50:16 2012 -0800
Put the asciidoc command on one line.
---
Makefile | 3 +--
1 files changed, 1 insertions(+), 2 deletions(-)
diff --git a/Makefile b/Makefile
index 9787571..1afc93a 100644
--- a/Makefile
+++ b/Makefile
@@ -13,8 +13,7 @@ all: $(CLIENT_DIST_FILES) $(CLIENT_MAN)
%.1: %.1.txt
rm -f $@
- a2x --no-xmllint --xsltproc-opts "--stringparam man.th.title.max.length 23" \
- -d manpage -f manpage $<
+ a2x --no-xmllint --xsltproc-opts "--stringparam man.th.title.max.length 23" -d manpage -f manpage $<
install:
mkdir -p $(BINDIR)
More information about the tor-commits
mailing list