Makefile.am: Specify hoxsl-generated apply stylesheets

This will speed up compilation a bit.

* Makefile.am (apply_src): Manually specify apply files.
master
Mike Gerwitz 2018-10-11 23:26:44 -04:00
parent 1a7dbcb651
commit f44d89d4d2
1 changed files with 2 additions and 3 deletions

View File

@ -23,9 +23,8 @@ path_test = test
path_aux = build-aux
# all source files will be run through hoxsl; see `applies' target
apply_src := $(shell find "$(path_src)" "$(path_test)" \
-name '*.xsl' \
-a \! -path "$(path_src)"/current/\* )
apply_src := $(path_src)/graph.xsl $(path_src)/symtable.xsl \
$(path_src)/symtable/symbols.xsl $(path_test)/graph-test.xsl
apply_dest := $(apply_src:%.xsl=%.xsl.apply)
# needed by test runner