remove yaml from STATICEXTS
This commit is contained in:
parent
e5d888ae01
commit
4d53deabf4
1 changed files with 1 additions and 1 deletions
2
Makefile
2
Makefile
|
@ -8,7 +8,7 @@ BUILDDIR ?= _build
|
|||
POSTSDIR ?= posts
|
||||
TEMPLATEDIR ?= templates
|
||||
|
||||
STATICEXTS := yaml
|
||||
STATICEXTS :=
|
||||
|
||||
POSTS != find $(POSTSDIR) -name '*.md'
|
||||
STATICS != parallel find $(POSTSDIR) -name '\*.{}' ::: $(STATICEXTS)
|
||||
|
|
Loading…
Reference in a new issue