about summary refs log tree commit homepage
path: root/Documentation/GNUmakefile
diff options
context:
space:
mode:
authorEric Wong <e@80x24.org>2016-02-22 00:23:33 +0000
committerEric Wong <e@80x24.org>2016-02-22 00:29:53 +0000
commite2604972452d6d553c9c5bb60bf8637c7213695e (patch)
tree5f03030ce42bfe2c1cb055880d9c14bfcd41baa4 /Documentation/GNUmakefile
parentc3b628c5446853e9c16d7f8ebffd6a48343bab33 (diff)
downloadyahns-e2604972452d6d553c9c5bb60bf8637c7213695e.tar.gz
Remove all pandoc references.  We shouldn't need to clutter our
documentation with out-of-date references to pandoc, and pod2man is
probably widely-available enough that nobody should need to install
it.

Reduce HTTP redirects when linking to external sites.

It's also excessive to mention libkqueue as using the native
implementation (whether it be kqueue or epoll) is preferred
and easier.
Diffstat (limited to 'Documentation/GNUmakefile')
-rw-r--r--Documentation/GNUmakefile1
1 files changed, 0 insertions, 1 deletions
diff --git a/Documentation/GNUmakefile b/Documentation/GNUmakefile
index 6db8d49..ee27399 100644
--- a/Documentation/GNUmakefile
+++ b/Documentation/GNUmakefile
@@ -6,7 +6,6 @@ INSTALL = install
 POD2MAN = pod2man
 -include ../GIT-VERSION-FILE
 release := yahns $(VERSION)
-PANDOC_OPTS = -f markdown --email-obfuscation=none
 POD2MAN_OPTS = -v -r '$(release)' --stderr -d 1994-10-02 -c 'yahns user manual'
 pod2man = $(POD2MAN) $(POD2MAN_OPTS)
 POD2TEXT = pod2text