all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* 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

* Re: themes not getting installed: mingw build
  2010-10-17  3:41 themes not getting installed: mingw build dhruva
@ 2010-10-17 20:44 ` Chong Yidong
  0 siblings, 0 replies; 2+ messages in thread
From: Chong Yidong @ 2010-10-17 20:44 UTC (permalink / raw)
  To: dhruva; +Cc: Emacs Development

dhruva <dhruvakm@gmail.com> writes:

> 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?

I just moved the themes directory to etc/, so this is not necessary now.
Thanks, tho.



^ permalink raw reply	[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.