On Jan 14, 2008 10:29 PM, Patrick Ale <patrick.ale at gmail.com> wrote:
> On Jan 14, 2008 10:15 PM, Patrick Ale <patrick.ale at gmail.com> wrote:
> > On Jan 14, 2008 10:02 PM, Brian Cameron <Brian.Cameron at sun.com> wrote:
>
> Providing it was 6:30 when I did this in the train I cut myself some slack ;)
*shrug* I am getting code/letter blind I guess, I thought i found it,
but didnt.... maybe you can help me out.
The only thing I see in Makefile.in , with similar 'if' statements is
this mentioned below. I don't see the imstall-xmlDATA section for
this. Tis is exactly why I hacked the Makefile.am and not the
Makefile.am
install-data-local:
if GCONF_SCHEMAS_INSTALL
$(mkinstalldirs) $(DESTDIR)$(schemadir)
GCONF_CONFIG_SOURCE=$(GCONF_SCHEMA_CONFIG_SOURCE) gconftool-2 --makefile
-install-rule $(schema_DATA)
endif
@for l in *; do \
if [ -f $$l/main.kbd ]; then \
$(mkinstalldirs) $(DESTDIR)$(datadir)/gok/$$l; \
for f in $$l/*.kbd; do \
echo copying $$f to $(DESTDIR)$(datadir)/gok/$$l
; \
cp $$f $(DESTDIR)$(datadir)/gok/$$l; \
done; \
fi; \
done