about summary refs log tree commit homepage
path: root/Documentation/GNUmakefile
diff options
context:
space:
mode:
authorEric Wong <normalperson@yhbt.net>2009-09-17 18:40:48 -0700
committerEric Wong <normalperson@yhbt.net>2009-09-17 18:40:48 -0700
commitf2f8f89e5e17c68b275e0a0804a698742803e551 (patch)
tree1d01cd42da80010a0b1f0c3b14a8e6d8f76695d9 /Documentation/GNUmakefile
parentff52d8e0c3bf10410745d39b640dfc6c7d4394bf (diff)
downloadunicorn-f2f8f89e5e17c68b275e0a0804a698742803e551.tar.gz
Diffstat (limited to 'Documentation/GNUmakefile')
-rw-r--r--Documentation/GNUmakefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Documentation/GNUmakefile b/Documentation/GNUmakefile
index bd64133..a49920a 100644
--- a/Documentation/GNUmakefile
+++ b/Documentation/GNUmakefile
@@ -5,7 +5,7 @@ PANDOC_OPTS = -s -f markdown --email-obfuscation=none --sanitize-html
 pandoc = $(PANDOC) $(PANDOC_OPTS)
 pandoc_html = $(pandoc) --toc -t html --no-wrap
 
-man1 := unicorn
+man1 := unicorn unicorn_rails
 
 all:: html man
 doc-gz: man-gz html-gz