From 66d69f10cb9c45159f5b09aad07c8be07a2d1521 Mon Sep 17 00:00:00 2001 From: Mike Taylor Date: Thu, 8 Jun 2006 22:22:58 +0000 Subject: [PATCH] Text config-local --- etc/Makefile.am | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/etc/Makefile.am b/etc/Makefile.am index f62c6e7..d6e31a5 100644 --- a/etc/Makefile.am +++ b/etc/Makefile.am @@ -1,4 +1,4 @@ -# $Id: Makefile.am,v 1.1 2006-04-27 17:01:00 adam Exp $ +# $Id: Makefile.am,v 1.2 2006-06-08 22:22:58 mike Exp $ # This doesn't actually build anything, it just tests whether the # configuration files here correspond with the schema. @@ -7,7 +7,7 @@ etcdatadir = $(pkgdatadir)/etc config = config0.xml config1.xml config2.xml \ config3.xml config4.xml config5.xml \ - config-simple-multi.xml + config-simple-multi.xml config-local.xml misc = example.simple-auth example.target-auth pqf2pqf.xsl @@ -17,7 +17,7 @@ EXTRA_DIST = $(etcdata_DATA) test: test-config0 test-config1 test-config2 \ test-config3 test-config4 test-config5 \ - test-config-simple-multi + test-config-simple-multi test-config-local test-%: %.xml config.xsd xmllint --noout --schema config.xsd $< -- 1.7.10.4