Created
September 25, 2011 11:33
-
-
Save henry0312/1240518 to your computer and use it in GitHub Desktop.
YaTeX makefile diff
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
--- 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 | |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Update for yatex 1.75 (and my ENVIRONMENT)