summaryrefslogtreecommitdiff
path: root/print/auctex/patches
diff options
context:
space:
mode:
authorjtb <jtb@pkgsrc.org>2000-12-02 07:49:25 +0000
committerjtb <jtb@pkgsrc.org>2000-12-02 07:49:25 +0000
commit2a23332b1730c09361c3c50ad197965601e67ba1 (patch)
tree553bd53ba3e59193c9db12f571ae2fa41fa49a67 /print/auctex/patches
parent59efa7901be6bc7c3fac07a6f91fab428ccfbb59 (diff)
downloadpkgsrc-2a23332b1730c09361c3c50ad197965601e67ba1.tar.gz
Initial import of new "auctex" package:
Enhanced LaTeX mode for Emacs
Diffstat (limited to 'print/auctex/patches')
-rw-r--r--print/auctex/patches/patch-aa22
-rw-r--r--print/auctex/patches/patch-ab13
-rw-r--r--print/auctex/patches/patch-ac18
3 files changed, 53 insertions, 0 deletions
diff --git a/print/auctex/patches/patch-aa b/print/auctex/patches/patch-aa
new file mode 100644
index 00000000000..0bd56672bb4
--- /dev/null
+++ b/print/auctex/patches/patch-aa
@@ -0,0 +1,22 @@
+$NetBSD: patch-aa,v 1.1.1.1 2000/12/02 07:49:27 jtb Exp $
+
+--- Makefile.orig Sun Nov 5 20:54:41 2000
++++ Makefile
+@@ -10,7 +10,7 @@
+ ##----------------------------------------------------------------------
+
+ # Where local software is found
+-prefix=/usr/local
++prefix=${PREFIX}
+
+ # Where info files go.
+ infodir = $(prefix)/info
+@@ -109,7 +109,7 @@
+
+ some: $(AUCELC) $(STYLESRC:.el=.elc)
+
+-install: install-lisp
++install: install-lisp install-info
+
+ contrib:
+ $(ELC) bib-cite.el
diff --git a/print/auctex/patches/patch-ab b/print/auctex/patches/patch-ab
new file mode 100644
index 00000000000..dbec6c36e42
--- /dev/null
+++ b/print/auctex/patches/patch-ab
@@ -0,0 +1,13 @@
+$NetBSD: patch-ab,v 1.1.1.1 2000/12/02 07:49:27 jtb Exp $
+
+--- doc/auc-tex.texi.orig Mon Oct 9 01:06:31 2000
++++ doc/auc-tex.texi
+@@ -2,7 +2,7 @@
+ @setfilename auctex
+ @settitle AUC TeX
+ @direntry
+-* AUCTeX:: A much enhanced LaTeX mode for GNU Emacs.
++* AUCTeX: (auctex). A much enhanced LaTeX mode for GNU Emacs.
+ @end direntry
+ @c footnotestyle separate
+ @c paragraphindent 2
diff --git a/print/auctex/patches/patch-ac b/print/auctex/patches/patch-ac
new file mode 100644
index 00000000000..4245a6ff783
--- /dev/null
+++ b/print/auctex/patches/patch-ac
@@ -0,0 +1,18 @@
+$NetBSD: patch-ac,v 1.1.1.1 2000/12/02 07:49:27 jtb Exp $
+
+--- tex-site.el.orig Sat Dec 2 07:30:00 2000
++++ tex-site.el
+@@ -57,8 +57,12 @@
+ ;; Copy variables you need to change from the start of `tex.el' and
+ ;; insert them here.
+
+-(defvar TeX-lisp-directory "@AUCDIR"
++(defvar TeX-lisp-directory "%%PREFIX%%/share/emacs/site-lisp/auctex/"
+ "*The directory where the AUC TeX lisp files are located.")
++
++(defvar TeX-macro-global '("%%TEX_PREFIX%%/share/texmf/tex/")
++ "Directories containing the sites TeX macro files and style files.
++ The directory names *must* end with a slash.")
+
+ ;;; Autoloads:
+