diff options
-rw-r--r-- | Makefile.am | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/Makefile.am b/Makefile.am index 4a5db16..77c44ba 100644 --- a/Makefile.am +++ b/Makefile.am @@ -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 |