~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/share/Makefile.am

  • Committer: Monty Taylor
  • Date: 2008-07-30 19:36:53 UTC
  • mto: (202.3.5 gettextize)
  • mto: This revision was merged to the branch mainline in revision 243.
  • Revision ID: monty@inaugust.com-20080730193653-hp84elvh1d7xa7k6
Added generated errmsg.sys files (for now... removing them post-gettext)

Show diffs side-by-side

added added

removed removed

Lines of Context:
26
26
        $(INSTALL_DATA) $(srcdir)/charsets/README $(distdir)/charsets
27
27
        $(INSTALL_DATA) $(srcdir)/charsets/Index.xml $(distdir)/charsets
28
28
 
29
 
all-local:      english/errmsg.sys
30
 
 
31
 
# Use the english errmsg.sys as a flag that all errmsg.sys needs to be
32
 
# created. Normally these are created by extra/Makefile
33
 
 
34
29
install-data-local:
35
30
        for lang in @AVAILABLE_LANGUAGES@; \
36
31
        do \
48
43
uninstall-local:
49
44
        @RM@ -f -r $(DESTDIR)$(pkgdatadir)
50
45
 
51
 
distclean-local:
52
 
        @RM@ -f */errmsg.sys
53
 
        @for lang in @AVAILABLE_LANGUAGES@ japanese-sjis ; do \
54
 
                @RM@ -f -r $$lang ; \
55
 
        done