forked from e16/e16
1
0
Fork 0

Remove unused backup-....cfg stuff.

SVN revision: 29875
This commit is contained in:
Kim Woelders 2007-05-06 13:35:42 +00:00
parent 44e77e8685
commit d6e0b13275
8 changed files with 3 additions and 47 deletions

View File

@ -1,13 +1,9 @@
SUBDIRS = pix
configdatadir = $(ENLIGHTENMENT_ROOT)/config
configdata_DATA = \
actionclasses.cfg \
backup-borders.cfg \
backup-colormodifiers.cfg \
backup-cursors.cfg \
backup-imageclasses.cfg \
backup-textclasses.cfg \
backup-tooltips.cfg \
bindings.cfg \
definitions \
matches.cfg \
@ -15,20 +11,4 @@ menus.cfg \
e16keyedit.db \
fonts.cfg-xft_example
configdatadir = $(ENLIGHTENMENT_ROOT)/config
TRANSLATIONS = # config.ja config.pl config.ko
EXTRA_DIST = $(configdata_DATA) $(TRANSLATIONS) strings.c
no-install-data-local:
$(mkinstalldirs) $(DESTDIR)$(configdatadir)
for f in $(TRANSLATIONS); do \
gzip -d -c < $(srcdir)/$$f | \
(cd $(DESTDIR)$(configdatadir); tar -xmf -) \
done
no-uninstall-local:
for f in $(TRANSLATIONS); do \
gzip -d -c < $(srcdir)/$$f | \
(cd $(DESTDIR)$(configdatadir); rm -f `tar -tf -` 2>/dev/null) \
done
EXTRA_DIST = $(configdata_DATA) strings.c

View File

@ -1,3 +0,0 @@
#include <definitions>
__E_CFG_VERSION 0

View File

@ -1,3 +0,0 @@
#include <definitions>
__E_CFG_VERSION 0

View File

@ -1,3 +0,0 @@
#include <definitions>
__E_CFG_VERSION 0

View File

@ -1,3 +0,0 @@
#include <definitions>
__E_CFG_VERSION 0

View File

@ -1,3 +0,0 @@
#include <definitions>
__E_CFG_VERSION 0

View File

@ -1,3 +0,0 @@
#include <definitions>
__E_CFG_VERSION 0

View File

@ -531,23 +531,17 @@ ThemeConfigLoad(void)
"fonts.cfg",
"init.cfg",
"textclasses.cfg",
"backup-textclasses.cfg",
#if ENABLE_COLOR_MODIFIERS
"colormodifiers.cfg",
"backup-colormodifiers.cfg",
#endif
"imageclasses.cfg",
"backup-imageclasses.cfg",
"desktops.cfg",
"actionclasses.cfg",
"backup-cursors.cfg",
"buttons.cfg",
"slideouts.cfg",
"borders.cfg",
"backup-borders.cfg",
"windowmatches.cfg",
"tooltips.cfg",
"backup-tooltips.cfg",
"menustyles.cfg",
};
char s[FILEPATH_LEN_MAX];