emacs-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

themes not getting installed: mingw build


From: dhruva
Subject: themes not getting installed: mingw build
Date: Sun, 17 Oct 2010 09:11:55 +0530

Hello,
 I am using emacs built using mingw tool chain on windoze XP. The
themes are not getting installed when I do a 'make bootstrap; make
install'

In the source dir, I find the following files (using git repo):
emacs\lisp\themes\tango-dark-theme.el
emacs\lisp\themes\tango-theme.el
emacs\lisp\themes\wheatgrass-theme.el

Is this a know problem?

The trivial patch below fixes the problem:

diff --git a/lisp/makefile.w32-in b/lisp/makefile.w32-in
index cd76ffa..28ef222 100644
--- a/lisp/makefile.w32-in
+++ b/lisp/makefile.w32-in
@@ -117,6 +117,7 @@ WINS_BASIC=\
        play \
        progmodes \
        textmodes \
+       themes \
        url \
        vc


-dhruva



reply via email to

[Prev in Thread] Current Thread [Next in Thread]