From: Dana Jansens Date: Mon, 7 May 2007 02:54:22 +0000 (+0000) Subject: dont install the xsd's X-Git-Url: https://git.brokenzipper.com/gitweb?a=commitdiff_plain;h=51338fb53a3701d3d2b5c42c3d20d5302905ee92;p=chaz%2Fopenbox dont install the xsd's --- 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 \