rename to README.md
This commit is contained in:
parent
5ab4184e2f
commit
3a0f095895
1
MTM/task4-straipsnis/.gitignore
vendored
1
MTM/task4-straipsnis/.gitignore
vendored
@ -1 +1,2 @@
|
||||
/db/
|
||||
/README.html
|
||||
|
@ -1,8 +1,8 @@
|
||||
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 \
|
||||
-T "$(shell head -1 $<)" \
|
||||
--self-contained $< -o $@
|
||||
|
Loading…
Reference in New Issue
Block a user