diff options
Diffstat (limited to 'office/org-mode/Makefile.patch')
-rw-r--r-- | office/org-mode/Makefile.patch | 30 |
1 files changed, 16 insertions, 14 deletions
diff --git a/office/org-mode/Makefile.patch b/office/org-mode/Makefile.patch index d4eb8e13fd..7daae18e01 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 + |