1
0
Fork 0

Placed mkbuild back into root Makefile

closure/master
Mike Gerwitz 2011-06-05 13:53:05 -04:00
parent 8fa10c494e
commit 8705de950d
2 changed files with 2 additions and 1 deletions

View File

@ -21,6 +21,8 @@ combine=${path_tools}/combine
default: combine min default: combine min
all: combine min doc all: combine min doc
mkbuild: $(path_build)
# create build dir # create build dir
$(path_build): $(path_build):
mkdir -p "$(path_build)" mkdir -p "$(path_build)"

View File

@ -37,7 +37,6 @@ mkbuild-doc: $(path_doc_output)
$(path_doc_output): $(path_doc_output):
[ -d $(path_doc_output) ] || mkdir -p "$(path_doc_output)" [ -d $(path_doc_output) ] || mkdir -p "$(path_doc_output)"
mkbuild: $(path_build)
# doc images # doc images
$(path_doc)/img/%.png: $(path_doc)/img/%.dia $(path_doc)/img/%.png: $(path_doc)/img/%.dia