1
0
Fork 0

Makefile.am: Specify hoxsl-generated apply stylesheets

This should significantly speed up the build.

* Makefile.am (apply_src): Manually specify sources.
master v1.10.2
Mike Gerwitz 2018-10-11 23:35:10 -04:00
parent 3231f3fd53
commit 9a24443678
1 changed files with 1 additions and 2 deletions

View File

@ -22,8 +22,7 @@ path_src = src
path_test = test
#
# all source files will be run through hoxsl; see `applies' target
apply_src := $(shell find "$(path_src)" "$(path_test)" \
-name '*.xsl' )
apply_src := $(path_src)/meta.xsl $(path_test)/util/serialize.xsl
apply_dest := $(apply_src:%.xsl=%.xsl.apply)
.DELETE_ON_ERROR: