diff options
| author | Dana Jansens <danakj@orodu.net> | 2007-05-07 02:54:22 +0000 |
|---|---|---|
| committer | Dana Jansens <danakj@orodu.net> | 2007-05-07 02:54:22 +0000 |
| commit | 51338fb53a3701d3d2b5c42c3d20d5302905ee92 (patch) | |
| tree | 1275ff26719fe1e3587b339b0092653fe86b2929 | |
| parent | 24c0d618471276fd514cd666bc7067d30be8d0ca (diff) | |
dont install the xsd's
| -rw-r--r-- | Makefile.am | 7 |
1 files 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 \ |
