rename to README.md

This commit is contained in:
Motiejus Jakštys 2019-10-26 19:52:25 +03:00
parent 5ab4184e2f
commit 3a0f095895
3 changed files with 3 additions and 2 deletions

View File

@ -1 +1,2 @@
/db/ /db/
/README.html

View File

@ -1,8 +1,8 @@
toolshed = docker run --rm -v $(PWD):/x -w /x motiejus/toolshed toolshed = docker run --rm -v $(PWD):/x -w /x motiejus/toolshed
all: straipsnis.html all: README.html
straipsnis.html: straipsnis.md README.html: README.md
$(toolshed) pandoc \ $(toolshed) pandoc \
-T "$(shell head -1 $<)" \ -T "$(shell head -1 $<)" \
--self-contained $< -o $@ --self-contained $< -o $@