diff options
| author | Dana Jansens <danakj@orodu.net> | 2003-09-19 19:17:26 +0000 |
|---|---|---|
| committer | Dana Jansens <danakj@orodu.net> | 2003-09-19 19:17:26 +0000 |
| commit | 86fa7c096668feee1f629c27552bf5e262e8556f (patch) | |
| tree | 99c239842d17c5b3e4beff88c8a29dbe38108723 /Makefile.am | |
| parent | cdbd7ad98536f2215d9fcd94c9e85ce597165b98 (diff) | |
add the schemas to the distribution
Diffstat (limited to 'Makefile.am')
| -rw-r--r-- | Makefile.am | 13 |
1 files changed, 12 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am index 0095c1a1..194492b4 100644 --- a/Makefile.am +++ b/Makefile.am @@ -8,6 +8,7 @@ desktopfilesdir = $(datadir)/gnome/wm-properties pkgconfigdir = $(libdir)/pkgconfig pubincludedir = $(includedir)/openbox/@OB_VERSION@/openbox pixmapdir = $(datadir)/pixmaps +xsddir = $(datadir)/openbox userscriptdir = $(datadir)/openbox theme = TheBear @@ -269,10 +270,18 @@ nodist_pkgconfig_DATA = \ dist_pixmap_DATA = \ data/openbox.png -dist_rc_DATA = \ +nodist_rc_DATA = \ data/rc.xml \ data/menu.xml +dist_xsd_DATA = \ + data/rc.xsd + data/menu.xsd + +%.xml: %.xml.in + @echo make: creating $@ + @$(SED) -e 's!@version@!$(VERSION)!' -e 's!@xsddir@!$(xsddir)!' $^ > $@ + dist_userscript_DATA = \ tools/themeupdate/themeupdate.py @@ -283,6 +292,8 @@ dist_desktopfiles_DATA = \ data/openbox.desktop dist_noinst_DATA = \ + data/rc.xml.in \ + data/menu.xml.in \ render/obrender-3.0.pc.in \ parser/obparser-3.0.pc.in |
