aboutsummaryrefslogtreecommitdiff
path: root/web/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'web/Makefile')
-rw-r--r--web/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/web/Makefile b/web/Makefile
index e6ecba1d5..625ae7dfb 100644
--- a/web/Makefile
+++ b/web/Makefile
@@ -1,4 +1,4 @@
-ALL := index.html README.html INSTALL.html examples.html pandoc1.html markdown2pdf1.html html2markdown1.html hsmarkdown1.html html2x.html
+ALL := index.html README.html INSTALL.html examples.html pandoc.1.html markdown2pdf.1.html html2markdown.1.html hsmarkdown.1.html html2x.html
PANDOC_PATH ?= $(dir $(shell which pandoc))
MAKEPAGE = $(PANDOC_PATH)/pandoc -s -S -H css -A footer.html
all : $(ALL)
@@ -27,7 +27,7 @@ INSTALL.html : INSTALL css
%.html : %.txt css
$(MAKEPAGE) $< > $@
-%1.html : %.1
+%.1.html : %.1
groff -man -T html $< > $@
%.html : % css