mirror of
https://github.com/frainfreeze/the-monospace-web-pandoc
synced 2025-12-30 02:59:50 -08:00
v0.1.5
This commit is contained in:
3
Makefile
3
Makefile
@@ -1,4 +1,5 @@
|
||||
VERSION=$(shell jq -r .version package.json)
|
||||
DATE=$(shell date +%F)
|
||||
|
||||
all: index.html
|
||||
|
||||
@@ -6,6 +7,6 @@ clean:
|
||||
rm -f index.html
|
||||
|
||||
index.html: demo/index.md demo/template.html Makefile
|
||||
pandoc --toc -s --css src/reset.css --css src/index.css -Vversion=v$(VERSION) -i $< -o $@ --template=demo/template.html
|
||||
pandoc --toc -s --css src/reset.css --css src/index.css -Vversion=v$(VERSION) -Vdate=$(DATE) -i $< -o $@ --template=demo/template.html
|
||||
|
||||
.PHONY: all clean
|
||||
|
||||
Reference in New Issue
Block a user