From 711ca5408415fd3f435d0a36d3284baeda51ce28 Mon Sep 17 00:00:00 2001 From: Eric Wong Date: Thu, 17 Sep 2009 20:15:31 -0700 Subject: doc: begin integration of HTML manpages into RDoc Kinda sorta works, still some Markdown => HTML formatting issues to work out but it gives the site a reasonably consistent look. --- Documentation/GNUmakefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'Documentation') diff --git a/Documentation/GNUmakefile b/Documentation/GNUmakefile index 82cc88d..16fcaf0 100644 --- a/Documentation/GNUmakefile +++ b/Documentation/GNUmakefile @@ -1,7 +1,7 @@ all:: PANDOC = pandoc -PANDOC_OPTS = -s -f markdown --email-obfuscation=none --sanitize-html +PANDOC_OPTS = -f markdown --email-obfuscation=none --sanitize-html pandoc = $(PANDOC) $(PANDOC_OPTS) pandoc_html = $(pandoc) --toc -t html --no-wrap @@ -24,7 +24,7 @@ install-man: man %.1: %.1.txt $(pandoc) -t man < $< > $@+ && mv $@+ $@ %.1.html: %.1.txt - $(pandoc_html) -T $(basename $@) < $< > $@+ && mv $@+ $@ + $(pandoc_html) < $< > $@+ && mv $@+ $@ clean:: $(RM) $(man1) $(html1) -- cgit v1.2.3-24-ge0c7