src --> srb
This commit is contained in:
6
Makefile
6
Makefile
@@ -1,12 +1,12 @@
|
|||||||
vpath %.md src
|
vpath %.md srb
|
||||||
|
|
||||||
########## Variables ##########
|
########## Variables ##########
|
||||||
|
|
||||||
dependencies = lowdown
|
dependencies = lowdown
|
||||||
|
|
||||||
markdown = $(wildcard src/*.md)
|
markdown = $(wildcard srb/**/*.md)
|
||||||
|
|
||||||
pages = $(patsubst src/%.md, public/%.html, $(markdown))
|
pages = $(patsubst srb/%.md, public/%.html, $(markdown))
|
||||||
|
|
||||||
targets += $(pages)
|
targets += $(pages)
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user