forked from e16/e16
1
0
Fork 0

Remove obsolete localized config files.

Menu and tooltip strings can be localized via "strings.c" and the po files,
as usual.


SVN revision: 12681
This commit is contained in:
Kim Woelders 2005-01-02 09:59:41 +00:00
parent ec6c40428c
commit d6eebfefd4
4 changed files with 3 additions and 3 deletions

View File

@ -16,17 +16,17 @@ menus.cfg
configdatadir = $(ENLIGHTENMENT_ROOT)/config
TRANSLATIONS = config.ja config.pl config.ko
TRANSLATIONS = # config.ja config.pl config.ko
EXTRA_DIST = $(configdata_DATA) $(TRANSLATIONS) strings.c
install-data-local:
no-install-data-local:
$(mkinstalldirs) $(DESTDIR)$(configdatadir)
for f in $(TRANSLATIONS); do \
gzip -d -c < $(srcdir)/$$f | \
(cd $(DESTDIR)$(configdatadir); tar -xmf -) \
done
uninstall-local:
no-uninstall-local:
for f in $(TRANSLATIONS); do \
gzip -d -c < $(srcdir)/$$f | \
(cd $(DESTDIR)$(configdatadir); rm -f `tar -tf -` 2>/dev/null) \

Binary file not shown.

Binary file not shown.

Binary file not shown.