From 51338fb53a3701d3d2b5c42c3d20d5302905ee92 Mon Sep 17 00:00:00 2001 From: Dana Jansens Date: Mon, 7 May 2007 02:54:22 +0000 Subject: [PATCH] dont install the xsd's --- Makefile.am | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/Makefile.am b/Makefile.am index af283aac..a30248eb 100644 --- a/Makefile.am +++ b/Makefile.am @@ -373,10 +373,6 @@ nodist_rc_DATA = \ data/rc.xml \ data/menu.xml -dist_xsd_DATA = \ - data/rc.xsd \ - data/menu.xsd - edit = $(SED) \ -e 's!@version\@!$(VERSION)!' \ -e 's!@xsddir\@!$(xsddir)!' @@ -405,6 +401,9 @@ dist_xsessions_DATA = \ dist_noinst_DATA = \ version.h.in \ + data/rc.xsd \ + data/menu.xsd \ + data/themerc.xsd \ data/rc.xml.in \ data/menu.xml.in \ render/obrender-3.0.pc.in \ -- 2.39.2