Commit db29ac33 authored by serg@hynda.mysql.fi's avatar serg@hynda.mysql.fi

Makefile.am rules for */errmsg.sys refined

parent 1420732f
mwagner@evoq.home.mwagner.org
serg@hynda.mysql.fi
## Process this file with automake to create Makefile.in
ERRMSG=$(patsubst %, %/errmsg.sys, @AVAILABLE_LANGUAGES@)
# This requires gnu cp at distribution time.
dist-hook:
for lang in @AVAILABLE_LANGUAGES@ charsets; \
do cp -a $(srcdir)/$$lang $(distdir); done
all:
for lang in @AVAILABLE_LANGUAGES@; \
do \
../../extra/comp_err $(srcdir)/$$lang/errmsg.txt $(srcdir)/$$lang/errmsg.sys; \
done
all: $(ERRMSG)
$(ERRMSG): %.sys: %.txt
../../extra/comp_err $< $@
install-data-local:
for lang in @AVAILABLE_LANGUAGES@; \
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment