Skip to content

Commit 5a82e82

Browse files
committedOct 15, 2021
Move validations/sch to validation/styleguides
1 parent d4db844 commit 5a82e82

File tree

3 files changed

+2
-2
lines changed

3 files changed

+2
-2
lines changed
 

‎src/validations/module.mk

+2-2
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ test-validations: $(SAXON_CP) test-xspec test-sch ## Test validations
2626
test-xspec: $(VALIDATIONS_DIR)/test/test_all.xspec
2727
$(EVAL_XSPEC) $^
2828

29-
$(VALIDATIONS_DIR)/target/%.sch.xsl: $(VALIDATIONS_DIR)/sch/%.sch
29+
$(VALIDATIONS_DIR)/target/%.sch.xsl: $(VALIDATIONS_DIR)/styleguides/%.sch
3030
$(COMPILE_SCH) $^ $@
3131

3232
$(VALIDATIONS_DIR)/report/test/%.svrl.xml: $(VALIDATIONS_DIR)/target/%.sch.xsl $(VALIDATIONS_DIR)/rules/ssp.sch
@@ -38,4 +38,4 @@ $(VALIDATIONS_DIR)/target/ssp.xsl: $(VALIDATIONS_DIR)/rules/ssp.sch
3838
@echo "Building Schematron validations..."
3939
$(COMPILE_SCH) $^ $@
4040

41-
build-validations: $(VALIDATIONS_DIR)/target/ssp.xsl ## Build Schematron validations
41+
build-validations: $(SAXON_CP) $(VALIDATIONS_DIR)/target/ssp.xsl ## Build Schematron validations
File renamed without changes.
File renamed without changes.

0 commit comments

Comments
 (0)