mirror of https://gitee.com/bigwinds/arangodb
added keep-md
This commit is contained in:
parent
d7909d2035
commit
8632fed0ec
|
@ -13,10 +13,12 @@ clean-md-files:
|
|||
|
||||
.PHONY: build-books
|
||||
|
||||
build-books: md-files
|
||||
build-books: build-books-keep-md
|
||||
make clean-md-files
|
||||
|
||||
build-books-keep-md: md-files
|
||||
@test -d books || mkdir books
|
||||
make build-book NAME=Users
|
||||
make clean-md-files
|
||||
|
||||
build-book:
|
||||
@test -d books/$(NAME) || mkdir books/$(NAME)
|
||||
|
|
Loading…
Reference in New Issue