Skip to content

Instantly share code, notes, and snippets.

@henry0312
Created September 25, 2011 11:33
Show Gist options
  • Save henry0312/1240518 to your computer and use it in GitHub Desktop.
Save henry0312/1240518 to your computer and use it in GitHub Desktop.
YaTeX makefile diff
--- makefile.orig 2012-01-12 11:41:02.000000000 +0900
+++ makefile 2012-01-16 14:50:51.000000000 +0900
@@ -3,14 +3,14 @@
#
# Edit these variables to be suitable for your site
-PREFIX = /usr/local
+PREFIX = /Users/henry/.emacs.d
## mule2
#EMACS = mule
#EMACSDIR= ${PREFIX}/lib/${EMACS}
## emacs20 or later
-EMACS = emacs
-EMACSDIR= ${PREFIX}/share/${EMACS}
+#EMACS = emacs
+#EMACSDIR= ${PREFIX}/share/${EMACS}
## XEmacs
#EMACS = xemacs
#EMACSDIR= ${PREFIX}/lib/${EMACS}
@@ -18,18 +18,18 @@
#EMACS = meadow
#EMACSDIR = c:/usr/local/meadow
## CarbonEmacs on Darwin (Sample)
-#EMACS = /Applications/Emacs.app/Contents/MacOS/Emacs
+EMACS = /Applications/Emacs.app/Contents/MacOS/Emacs
#PREFIX = /Applications/Emacs.app/Contents/Resources
-#EMACSDIR = ${PREFIX}
+EMACSDIR = ${PREFIX}
-LISPDIR = ${EMACSDIR}/site-lisp/yatex
+LISPDIR = ${EMACSDIR}/elisp/yatex
# LISPDIR = ${EMACSDIR}/site-packages/lisp/yatex
DOCDIR = ${LISPDIR}/docs
HELPDIR = ${EMACSDIR}/site-lisp
INFODIR = ${PREFIX}/info
TAR = tar
-INSTALL = install -c -m 444
+INSTALL = install -c -m 644
MKDIR = mkdir -p
INSTINFO= install-info
@henry0312
Copy link
Author

Update for yatex 1.75 (and my ENVIRONMENT)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment