generate README.html again; can be useful for local preview.
I added it to .gitignore, though git was already ignoring it for some reason.
This commit is contained in:
5
Makefile
5
Makefile
@@ -1,7 +1,8 @@
|
||||
all: html
|
||||
|
||||
# generate html from all md files
|
||||
html: $(patsubst %.md,%.html,$(filter-out README.md CONTRIBUTING.md,$(wildcard *.md quickref/*.md))) Makefile
|
||||
# Generate html from all md files
|
||||
# (including README, maybe useful for local preview. $(filter-out README.md, ...) to exclude).
|
||||
html: $(patsubst %.md,%.html,$(wildcard *.md quickref/*.md)) Makefile
|
||||
|
||||
PANDOC=pandoc -f markdown-smart+autolink_bare_uris
|
||||
|
||||
|
||||
Reference in New Issue
Block a user