summaryrefslogtreecommitdiff
path: root/print/auctex/MESSAGE
diff options
context:
space:
mode:
authoruebayasi <uebayasi>2003-03-01 03:49:50 +0000
committeruebayasi <uebayasi>2003-03-01 03:49:50 +0000
commitbadc4f2e252cec5ea5a29eb160a8cea55432c1ba (patch)
treedfe0f621d29ad746810f313a4f30b6c3b7c13511 /print/auctex/MESSAGE
parent8cfa046551171dd810726ac5496abf8d1cd04a5d (diff)
downloadpkgsrc-badc4f2e252cec5ea5a29eb160a8cea55432c1ba.tar.gz
* Remove dependency to teTeX. Auctex can be installed fine without any teTeX
installed. This addresses PR20532 by Christopher Richards <richards plus netbsd at CS dot Princeton dot EDU> * Fix compilation for FSF Emacs 20.7. The resulting binary package will have a different dependency info, so different package content, so revision bump.
Diffstat (limited to 'print/auctex/MESSAGE')
-rw-r--r--print/auctex/MESSAGE11
1 files changed, 9 insertions, 2 deletions
diff --git a/print/auctex/MESSAGE b/print/auctex/MESSAGE
index 11333f29209..d263aaf8c49 100644
--- a/print/auctex/MESSAGE
+++ b/print/auctex/MESSAGE
@@ -1,5 +1,5 @@
===========================================================================
-$NetBSD: MESSAGE,v 1.2 2002/09/16 03:31:26 uebayasi Exp $
+$NetBSD: MESSAGE,v 1.3 2003/03/01 03:49:50 uebayasi Exp $
To customize AUC TeX you will need to edit the file
@@ -14,6 +14,13 @@ You may then put
(require 'tex-site)
-in you `.emacs.el' file.
+in your `${HOME}/.emacs.el' file.
+
+If your site TeX macro files and style files are put elsewhere than
+`${PREFIX}/share/texmf/tex', set `TeX-macro-global' to the directory in
+your `${HOME}/.emacs.el' file.
+
+ ;;; Note that the directory name must end with a slash!
+ (setq TeX-macro-global "/home/foo/my/tex/")
===========================================================================