summaryrefslogtreecommitdiff
path: root/themes/Makefile.am
diff options
context:
space:
mode:
Diffstat (limited to 'themes/Makefile.am')
-rw-r--r--themes/Makefile.am7
1 files changed, 0 insertions, 7 deletions
diff --git a/themes/Makefile.am b/themes/Makefile.am
index 251ffdd..00804b8 100644
--- a/themes/Makefile.am
+++ b/themes/Makefile.am
@@ -6,13 +6,6 @@ EXTRA_DIST = Eterm/theme.cfg.in irc/theme.cfg.in chooser/theme.cfg.in emacs/them
Eterm/menus.cfg irc/menus.cfg chooser/menus.cfg emacs/menus.cfg mutt/menus.cfg trans/menus.cfg \
cEterm/menus.cfg cEterm/theme.cfg.in auto/menus.cfg auto/theme.cfg.in
-all: Makefile
- -@for i in $(THEMES) ; do \
- echo "Generating theme config file for the $$i theme." ; \
- $(SED) -e 's%@''PREFIX''@%${prefix}%g' -e 's%@''PKGDATADIR''@%${DESTDIR}${pkgdatadir}%g' -e 's%@''THEME''@%'$$i'%g' \
- $(srcdir)/$$i/theme.cfg.in > $(srcdir)/$$i/theme.cfg ; \
- done
-
install-data-hook:
$(mkinstalldirs) $(DESTDIR)$(pkgdatadir)/themes
-@for i in $(THEMES) ; do \