URL:
<http://gna.org/bugs/?9678>
Summary: make install does not support XEmacs properly
Project: Emacs Muse
Submitted by: metaperl
Submitted on: Saturday 08/04/2007 at 06:59
Category: muse
Severity: 3 - Normal
Priority: 5 - Normal
Status: None
Privacy: Public
Assigned to: None
Originator Email:
Open/Closed: Open
Discussion Lock: Any
_______________________________________________________
Details:
I had to make the following changes to get muse to install smoothly on
XEmacs:
[EMAIL PROTECTED] ~/mydocs/dl/tmp/muse : diff -u Makefile.defs
../../muse/Makefile.defs
--- Makefile.defs 2005-06-19 00:46:39.000000000 -0400
+++ ../../muse/Makefile.defs 2007-08-04 02:53:25.411953000 -0400
@@ -1,13 +1,13 @@
# -*- Makefile -*-
-EMACS = emacs
-SITEFLAG = --no-site-file
+#EMACS = emacs
+#SITEFLAG = --no-site-file
# Xemacs users will probably want the following settings.
-#EMACS = xemacs
-#SITEFLAG = -no-site-file
+EMACS = xemacs
+SITEFLAG = -no-site-file1
# Installation options
# PREFIX is only used here.
-PREFIX = /usr/local
-ELISPDIR = $(PREFIX)/share/emacs/site-lisp/muse
+PREFIX = /usr/share/xemacs-21.4.20
+ELISPDIR = $(PREFIX)/muse
INFODIR = $(PREFIX)/info
[EMAIL PROTECTED] ~/mydocs/dl/tmp/muse :
[EMAIL PROTECTED] ~/mydocs/dl/tmp/muse : diff -u Makefile
../../muse/Makefile
--- Makefile 2005-06-19 00:46:39.000000000 -0400
+++ ../../muse/Makefile 2007-08-04 02:53:54.021328000 -0400
@@ -33,8 +33,8 @@
install: lisp muse.info
(cd lisp && $(MAKE) install)
install -d $(INFODIR)
- install -m 0644 muse.info $(INFODIR)/muse
- install-info --section "Emacs" "emacs" --info-dir=$(INFODIR)
$(INFODIR)/muse
+ install -m 0644 muse.info $(INFODIR)
+ install-info --section "XEmacs 21.4" muse.info $(INFODIR)/dir
test:
(cd lisp && $(MAKE) test)
[EMAIL PROTECTED] ~/mydocs/dl/tmp/muse :
_______________________________________________________
Reply to this item at:
<http://gna.org/bugs/?9678>
_______________________________________________
Message sent via/by Gna!
http://gna.org/
_______________________________________________
Muse-el-commits mailing list
[email protected]
https://mail.gna.org/listinfo/muse-el-commits