1
0
Fork 0

Makefile's install target only requires doc-info

closure/master
Mike Gerwitz 2011-05-25 22:40:51 -04:00
parent 0a6e8153df
commit 72fe45e84d
1 changed files with 1 additions and 1 deletions

View File

@ -136,7 +136,7 @@ build/%.min.js: build/%.js
cat $(path_tools)/license.tpl > $@
node $(path_tools)/minify.js < $< >> $@
install: all
install: doc-info
[ -d $(path_info_install) ] || mkdir -p $(path_info_install)
cp $(path_doc_output_info) $(path_info_install)