about summary refs log tree commit homepage
path: root/Documentation
diff options
context:
space:
mode:
authorEric Wong <normalperson@yhbt.net>2009-09-18 14:04:54 -0700
committerEric Wong <normalperson@yhbt.net>2009-09-18 14:04:54 -0700
commit2b1b119f93cb19946b92496f56350140472b400b (patch)
treeb7a6fedecc07fc6fbbe5ccd0bab1974a94e80bab /Documentation
parentfbe63c175d0fb0ca67ea726cd1126540a76ea80a (diff)
downloadunicorn-2b1b119f93cb19946b92496f56350140472b400b.tar.gz
Otherwise we end up with unreadable manpages.
Diffstat (limited to 'Documentation')
-rw-r--r--Documentation/GNUmakefile2
1 files changed, 1 insertions, 1 deletions
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 $@+ $@