mirror of
https://github.com/dcronqvist/DotTiled.git
synced 2025-02-05 00:42:49 +02:00
Make sure docs index.md depends on README.md as it is copied
This commit is contained in:
parent
837f58bf68
commit
feb4375cd5
1 changed files with 1 additions and 1 deletions
2
Makefile
2
Makefile
|
@ -9,7 +9,7 @@ docs-serve: docs/index.md
|
|||
docs-build: docs/index.md
|
||||
docfx docs/docfx.json
|
||||
|
||||
docs/index.md:
|
||||
docs/index.md: README.md
|
||||
cp README.md docs/index.md
|
||||
|
||||
lint:
|
||||
|
|
Loading…
Add table
Reference in a new issue