aboutsummaryrefslogtreecommitdiff
path: root/office/org-mode/Makefile.patch
diff options
context:
space:
mode:
authorValeriy Timchenko <ValTimchenko@gmail.com>2011-12-11 11:43:02 -0200
committerNiels Horn <niels.horn@slackbuilds.org>2011-12-11 11:43:02 -0200
commitb44744c2895bdd260ad95bcbc9e35c669afee8b6 (patch)
treec21c2e56b69a645b295a771c811a86a526f60758 /office/org-mode/Makefile.patch
parent0d6a089515a3963fde74d05db0b2fbc748b67275 (diff)
downloadslackbuilds-b44744c2895bdd260ad95bcbc9e35c669afee8b6.tar.xz
office/org-mode: Updated for version 7.7.
Signed-off-by: Niels Horn <niels.horn@slackbuilds.org>
Diffstat (limited to 'office/org-mode/Makefile.patch')
-rw-r--r--office/org-mode/Makefile.patch30
1 files changed, 16 insertions, 14 deletions
diff --git a/office/org-mode/Makefile.patch b/office/org-mode/Makefile.patch
index d4eb8e13fdc0..7daae18e01fc 100644
--- a/office/org-mode/Makefile.patch
+++ b/office/org-mode/Makefile.patch
@@ -1,27 +1,29 @@
---- Makefile 2010-10-29 10:43:29.000000000 +0400
-+++ Makefile.new 2010-10-30 01:08:48.379339339 +0400
-@@ -14,13 +14,13 @@
+--- Makefile.back 2011-10-14 00:08:29.754834385 +0400
++++ Makefile 2011-10-14 00:47:36.227996214 +0400
+@@ -14,7 +14,7 @@
EMACS=emacs
# Where local software is found
-prefix=/usr/local
-+prefix=$(DESTDIR)
++prefix=${DESTDIR}
# Where local lisp files go.
lispdir = $(prefix)/share/emacs/site-lisp
-
- # Where info files go.
--infodir = $(prefix)/share/info
-+infodir = $(prefix)/info
-
- ##----------------------------------------------------------------------
- ## YOU MAY NEED TO EDIT THESE
-@@ -243,7 +243,7 @@
+@@ -246,7 +246,7 @@
doc/org.html: doc/org.texi
- (cd doc; $(TEXI2HTML) --no-split -o org.html org.texi)
+ (cd doc && $(TEXI2HTML) --no-split -o org.html org.texi)
- UTILITIES/manfull.pl doc/org.html
+# UTILITIES/manfull.pl doc/org.html
doc/orgcard.pdf: doc/orgcard.tex
- (cd doc; pdftex orgcard.tex)
+ (cd doc && pdftex orgcard.tex)
+@@ -277,7 +277,7 @@
+ $(TEXI2HTML) -o doc/guide doc/orgguide.texi
+ UTILITIES/guidesplit.pl doc/guide/*.html
+
+-info: doc/org
++info: doc/org-7.7
+
+ pdf: doc/org.pdf doc/orgguide.pdf
+