1
0
Fork 0

Corrected Makefile; moved src_* back to root Makefile

- Was causing combine target to not recognize file changes
closure/master
Mike Gerwitz 2011-06-11 20:55:45 -04:00
parent 58a8198fda
commit a929c42a3f
2 changed files with 3 additions and 2 deletions

View File

@ -10,6 +10,9 @@ path_perf_test=${path_test}/perf
perf_tests := $(shell find "$(path_perf_test)" -name 'perf-*.js')
src_js := index.js $(wildcard $(path_lib)/*.js)
src_tests := index.js $(wildcard $(path_test)/test-*)
path_doc := ./doc
combine=${path_tools}/combine

View File

@ -15,8 +15,6 @@ path_manual_texi=${path_doc}/manual.texi
path_info_install := /usr/local/share/info
src_js := index.js $(wildcard $(path_lib)/*.js)
src_tests := index.js $(wildcard $(path_test)/test-*)
doc_src := $(wildcard $(path_doc)/*.texi)
doc_imgs := $(patsubst %.dia, %.png, $(wildcard $(path_doc_img)/*.dia))
doc_imgs_txt := $(patsubst %.dia, %.png, $(wildcard $(path_doc_img)/*.txt))