From c520b616eb2bb7951a4a35d0ef6df1b793ad2fae Mon Sep 17 00:00:00 2001 From: David Maus <maus@hab.de> Date: Fri, 20 Oct 2017 14:18:22 +0200 Subject: [PATCH] =?UTF-8?q?L=C3=B6sche=20kompilierte=20Schematron-Styleshe?= =?UTF-8?q?ets?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Makefile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Makefile b/Makefile index 6491f64fe..b3099bb10 100644 --- a/Makefile +++ b/Makefile @@ -24,5 +24,7 @@ clean: $(RM) test/schema/*.rnc $(RM) test/schema/*.rng $(RM) test/schema/*.sch + $(RM) test/schema/*-compiled.xspec + $(RM) -r test/scheme/xspec copy-schema: test/schema/common.rnc test/schema/vocab.rnc -- GitLab