From 2b1b119f93cb19946b92496f56350140472b400b Mon Sep 17 00:00:00 2001 From: Eric Wong Date: Fri, 18 Sep 2009 14:04:54 -0700 Subject: pandoc needs the standalone switch for manpages Otherwise we end up with unreadable manpages. --- Documentation/GNUmakefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Documentation') diff --git a/Documentation/GNUmakefile b/Documentation/GNUmakefile index 16fcaf0..fcda3c4 100644 --- a/Documentation/GNUmakefile +++ b/Documentation/GNUmakefile @@ -22,7 +22,7 @@ install-man: man install -m 644 $(man1) ../man/man1 %.1: %.1.txt - $(pandoc) -t man < $< > $@+ && mv $@+ $@ + $(pandoc) -s -t man < $< > $@+ && mv $@+ $@ %.1.html: %.1.txt $(pandoc_html) < $< > $@+ && mv $@+ $@ -- cgit v1.2.3-24-ge0c7