Skip to content

Commit 18420de

Browse files
committed
Quick Save
1 parent cf227cf commit 18420de

File tree

2 files changed

+3
-336
lines changed

2 files changed

+3
-336
lines changed

Makefile

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,11 +14,13 @@ MARKDOWN_PAGES =$(shell ls -1 *.md | sed -E 's/\.md//g')
1414
HTML_PAGES = $(shell ls -1 *.md | sed -E 's/\.md/.html/g')
1515

1616

17-
build: $(HTML_PAGES) CITATION.cff
17+
build: $(HTML_PAGES) CITATION.cff index.html
1818

1919
CITATION.cff: codemeta.json
2020
codemeta2cff
2121

22+
index.html: README.md $(MARKDOWN_PAGES)
23+
mv README.html index.html
2224

2325
$(HTML_PAGES): $(MARKDOWN_PAGES)
2426

README.html

Lines changed: 0 additions & 335 deletions
This file was deleted.

0 commit comments

Comments
 (0)