Corrected Makefile; moved src_* back to root Makefile
- Was causing combine target to not recognize file changesclosure/master
parent
58a8198fda
commit
a929c42a3f
3
Makefile
3
Makefile
|
@ -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
|
||||
|
|
|
@ -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))
|
||||
|
|
Loading…
Reference in New Issue