From 72fe45e84d67d34bba73829d5931b4e9e06ac0db Mon Sep 17 00:00:00 2001 From: Mike Gerwitz Date: Wed, 25 May 2011 22:40:51 -0400 Subject: [PATCH] Makefile's install target only requires doc-info --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 08e511c..462850e 100644 --- a/Makefile +++ b/Makefile @@ -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)