44 lines
1.3 KiB
Text
44 lines
1.3 KiB
Text
$NetBSD: patch-aa,v 1.5 2002/05/04 02:32:07 jtb Exp $
|
|
|
|
--- Makefile.orig Sat May 4 03:21:17 2002
|
|
+++ Makefile Sat May 4 03:22:54 2002
|
|
@@ -2,24 +2,24 @@
|
|
# prior to 19.14 for XEmacs are unsupported.
|
|
|
|
# what emacs is called on your system
|
|
-EMACS = emacs
|
|
+#EMACS = emacs
|
|
|
|
# top of the installation
|
|
-prefix = /usr/local
|
|
+prefix = ${PREFIX}
|
|
|
|
# where the Info file should go
|
|
-INFODIR = ${prefix}/lib/emacs/info
|
|
+#INFODIR = ${prefix}/lib/emacs/info
|
|
|
|
# where the vm.elc, tapestry.elc, etc. files should go
|
|
-LISPDIR = ${prefix}/lib/emacs/site-lisp
|
|
+#LISPDIR = ${prefix}/lib/emacs/site-lisp
|
|
|
|
# where the toolbar pixmaps should go.
|
|
# vm-toolbar-pixmap-directory must point to the same place.
|
|
# vm-image-directory must point to the same place.
|
|
-PIXMAPDIR = ${prefix}/lib/emacs/etc/vm
|
|
+#PIXMAPDIR = ${prefix}/lib/emacs/etc/vm
|
|
|
|
# where the binaries should be go.
|
|
-BINDIR = ${prefix}/bin
|
|
+#BINDIR = ${prefix}/bin
|
|
|
|
############## no user servicable parts beyond this point ###################
|
|
|
|
@@ -134,7 +134,7 @@
|
|
|
|
vm.info: vm.texinfo
|
|
@echo "making vm.info..."
|
|
- @$(EMACS) $(BATCHFLAGS) -insert vm.texinfo -l texinfmt -f texinfo-format-buffer -f save-buffer
|
|
+ $(MAKEINFO) vm.texinfo
|
|
|
|
# We use tr -d because Emacs under Cygwin apparently outputs CRLF
|
|
# under Windows. We remove the CRs.
|