diff options
Diffstat (limited to 'web/Makefile')
-rw-r--r-- | web/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/web/Makefile b/web/Makefile index 8d38dcc5d..314573614 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 +ALL := index.html README.html INSTALL.html examples.html pandoc1.html markdown2pdf1.html html2markdown1.html hsmarkdown1.html html2x.html PANDOC_PATH ?= $(dir $(shell which pandoc)) MAKEPAGE = $(PANDOC_PATH)/pandoc -s -S -c pandoc.css -A footer.html all : $(ALL) @@ -34,4 +34,4 @@ INSTALL.html : INSTALL $(MAKEPAGE) $< > $@ upload : - sitecopy --update macfarlane + make -C .. upload |