* themes not getting installed: mingw build
@ 2010-10-17 3:41 dhruva
2010-10-17 20:44 ` Chong Yidong
0 siblings, 1 reply; 2+ messages in thread
From: dhruva @ 2010-10-17 3:41 UTC (permalink / raw)
To: Emacs Development
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
^ permalink raw reply related [flat|nested] 2+ messages in thread
end of thread, other threads:[~2010-10-17 20:44 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-10-17 3:41 themes not getting installed: mingw build dhruva
2010-10-17 20:44 ` Chong Yidong
Code repositories for project(s) associated with this external index
https://git.savannah.gnu.org/cgit/emacs.git
https://git.savannah.gnu.org/cgit/emacs/org-mode.git
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.