diff options
Diffstat (limited to 'print/auctex/patches')
-rw-r--r-- | print/auctex/patches/patch-aa | 22 | ||||
-rw-r--r-- | print/auctex/patches/patch-ab | 13 | ||||
-rw-r--r-- | print/auctex/patches/patch-ac | 18 |
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: + |