diff --git a/Makefile b/Makefile index c44bdc0..2aa40be 100644 --- a/Makefile +++ b/Makefile @@ -10,28 +10,7 @@ path_perf_test=${path_test}/perf perf_tests := $(shell find "$(path_perf_test)" -name 'perf-*.js') -path_doc=./doc -path_doc_output=${path_build}/doc -path_doc_output_info=${path_doc_output}/easejs.info -path_doc_output_plain=${path_doc_output}/manual.txt -path_doc_output_html=${path_doc_output}/manual -path_doc_output_html1=${path_doc_output}/manual.html -path_doc_css=${path_doc}/manual.css -path_doc_img=${path_doc}/img -path_doc_css_ref=manual.css -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)) - -doc_replace := s/<\/body>/