]> Dogcows Code - chaz/openbox/commitdiff
dont install the xsd's
authorDana Jansens <danakj@orodu.net>
Mon, 7 May 2007 02:54:22 +0000 (02:54 +0000)
committerDana Jansens <danakj@orodu.net>
Mon, 7 May 2007 02:54:22 +0000 (02:54 +0000)
Makefile.am

index af283aac4467fead2390e35883c1706ee07344eb..a30248eb43943070eb3be346cd796563dc64e17e 100644 (file)
@@ -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 \
This page took 0.022538 seconds and 4 git commands to generate.