aboutsummaryrefslogtreecommitdiff
path: root/print/auctex
diff options
context:
space:
mode:
authorHiroki Sato <hrs@FreeBSD.org>2004-08-20 18:53:14 +0000
committerHiroki Sato <hrs@FreeBSD.org>2004-08-20 18:53:14 +0000
commit715ef044d1ce7e6409870ee6567bcfd11acc0271 (patch)
tree06f2f5929afe99c8c1cbbe5e767d44ea62e5cd7a /print/auctex
parent7495996e0886b1553694ecafcc2f2cc80538e26e (diff)
downloadports-715ef044d1ce7e6409870ee6567bcfd11acc0271.tar.gz
ports-715ef044d1ce7e6409870ee6567bcfd11acc0271.zip
Notes
Diffstat (limited to 'print/auctex')
-rw-r--r--print/auctex/Makefile27
-rw-r--r--print/auctex/distinfo4
-rw-r--r--print/auctex/files/patch-aa80
-rw-r--r--print/auctex/files/patch-ab30
-rw-r--r--print/auctex/files/patch-doc-Makefile46
-rw-r--r--print/auctex/files/patch-doc-auc-tex.texi11
-rw-r--r--print/auctex/files/patch-doc::Makefile.in18
-rw-r--r--print/auctex/pkg-plist248
8 files changed, 168 insertions, 296 deletions
diff --git a/print/auctex/Makefile b/print/auctex/Makefile
index 538d42b2f267..324dd9eb1d99 100644
--- a/print/auctex/Makefile
+++ b/print/auctex/Makefile
@@ -6,34 +6,25 @@
#
PORTNAME= auctex
-PORTVERSION= 11.14
+PORTVERSION= 11.51
+PORTREVISION= 0
CATEGORIES= print elisp
MASTER_SITES= ${MASTER_SITE_GNU}
-MASTER_SITE_SUBDIR= ${PORTNAME}/${PORTVERSION}
+MASTER_SITE_SUBDIR= ${PORTNAME}
-MAINTAINER= hrs@FreeBSD.org
+MAINTAINER= hrs@FreeBSD.org
COMMENT= Integrated environment for writing LaTeX using GNU Emacs
+GNU_CONFIGURE= yes
+CONFIGURE_ARGS= --with-lispdir=${PREFIX}/${LISPDIR} \
+ --with-auto-dir=${PREFIX}/${LISPDIR}/auctex/auto
EMACS_PORT_NAME?= emacs21
-EMACS_NO_RUN_DEPENDS= yes
-LISPDIR= ${EMACS_SITE_LISPDIR}
-ALL_TARGET= all contrib
-INSTALL_TARGET= install install-contrib install-info
-MAKE_ARGS+= lispdir=${PREFIX}/${LISPDIR}
+LISPDIR= ${EMACS_VERSION_SITE_LISPDIR}
+
PLIST_SUB+= LISPDIR=${LISPDIR}
-USE_REINPLACE= yes
INFO= auctex
-post-patch:
- ${REINPLACE_CMD} -e 's?%%PREFIX%%?${PREFIX}?g' ${WRKSRC}/tex.el
-
post-install:
-.if !defined(NOPORTDOCS)
- ${MKDIR} ${DOCSDIR}
-.for file in CHANGES INSTALLATION README
- ${INSTALL_MAN} ${WRKSRC}/${file} ${DOCSDIR}
-.endfor
-.endif
@${CAT} ${PKGMESSAGE}
.include <bsd.port.mk>
diff --git a/print/auctex/distinfo b/print/auctex/distinfo
index 6e5c00c3d460..f2f8ecb2ad53 100644
--- a/print/auctex/distinfo
+++ b/print/auctex/distinfo
@@ -1,2 +1,2 @@
-MD5 (auctex-11.14.tar.gz) = 8b0dd6adedfd3c84f94e30b07011f0c9
-SIZE (auctex-11.14.tar.gz) = 296045
+MD5 (auctex-11.51.tar.gz) = 67018d4c890a647c755756925a34bda6
+SIZE (auctex-11.51.tar.gz) = 456420
diff --git a/print/auctex/files/patch-aa b/print/auctex/files/patch-aa
deleted file mode 100644
index a6fa164bbb68..000000000000
--- a/print/auctex/files/patch-aa
+++ /dev/null
@@ -1,80 +0,0 @@
---- Makefile.orig Thu Jan 24 18:55:33 2002
-+++ Makefile Mon Apr 8 04:08:24 2002
-@@ -10,7 +10,7 @@
- ##----------------------------------------------------------------------
-
- # Where local software is found
--prefix=/usr/local
-+prefix = ${PREFIX}
-
- # Where info files go.
- infodir = $(prefix)/info
-@@ -22,7 +22,7 @@
- aucdir=$(lispdir)/auctex
-
- # Name of your emacs binary
--EMACS=emacs
-+EMACS ?= emacs
-
- ##----------------------------------------------------------------------
- ## YOU MAY NEED TO EDIT THESE
-@@ -48,10 +48,13 @@
- AUTOC= $(ELC)
-
- # How to move the byte compiled files to their destination.
--MV = mv
-+MV = ${BSD_INSTALL_DATA}
-
--# How to copy the lisp files to their distination.
--CP = cp -p
-+# How to copy the lisp files to their destination.
-+CP = ${BSD_INSTALL_DATA}
-+
-+# How to create destination directories.
-+MKDIR = mkdir -p -m 755
-
- ##----------------------------------------------------------------------
- ## BELOW THIS LINE ON YOUR OWN RISK!
-@@ -120,7 +123,7 @@
- # $(ELC) hilit-LaTeX.el # Doesn't compile without X
-
- install-lisp: some
-- if [ ! -d $(lispdir) ]; then mkdir $(lispdir); else true; fi ;
-+ if [ ! -d $(lispdir) ]; then $(MKDIR) $(lispdir); else true; fi ;
- if [ -f $(lispdir)/tex-site.el ]; \
- then \
- echo "Leaving old tex-site.el alone."; \
-@@ -128,17 +131,17 @@
- sed -e 's#@AUCDIR#$(aucdir)/#' tex-site.el \
- > $(lispdir)/tex-site.el ; \
- fi
-- if [ ! -d $(aucdir) ]; then mkdir $(aucdir); else true; fi ;
-+ if [ ! -d $(aucdir) ]; then $(MKDIR) $(aucdir); else true; fi ;
- if [ `/bin/pwd` != `(cd $(aucdir) && /bin/pwd)` ] ; \
- then \
-- if [ ! -d $(aucdir)/style ]; then mkdir $(aucdir)/style; \
-+ if [ ! -d $(aucdir)/style ]; then $(MKDIR) $(aucdir)/style; \
- else true; fi ; \
- $(MV) $(AUCELC) $(aucdir) ; \
- $(MV) style/*.elc $(aucdir)/style ; \
- $(CP) $(AUCSRC) $(aucdir) ; \
- $(CP) style/*.el $(aucdir)/style ; \
- touch $(aucdir)/style/.nosearch ; \
-- if [ ! -d $(aucdir)/auto ]; then mkdir $(aucdir)/auto; \
-+ if [ ! -d $(aucdir)/auto ]; then $(MKDIR) $(aucdir)/auto; \
- else true; fi ; \
- touch $(aucdir)/auto/.nosearch ; \
- else \
-@@ -198,9 +201,9 @@
- -(cd style; auc add `echo $(STYLESRC) | sed -e s@style/@@g` )
- cvs commit -m 'Release_$(TAG)'
- cvs tag release_`echo $(TAG) | sed -e 's/[.]/_/g'`
-- mkdir auctex-$(TAG)
-- mkdir auctex-$(TAG)/style
-- mkdir auctex-$(TAG)/doc
-+ $(MKDIR) auctex-$(TAG)
-+ $(MKDIR) auctex-$(TAG)/style
-+ $(MKDIR) auctex-$(TAG)/doc
- cp $(AUCSRC) $(EXTRAFILES) auctex-$(TAG)
- cp $(STYLESRC) auctex-$(TAG)/style
- touch auctex-$(TAG)/style/.nosearch
diff --git a/print/auctex/files/patch-ab b/print/auctex/files/patch-ab
deleted file mode 100644
index 326950c5dcdc..000000000000
--- a/print/auctex/files/patch-ab
+++ /dev/null
@@ -1,30 +0,0 @@
---- tex.el~ Thu Feb 11 11:19:47 1999
-+++ tex.el Sun Nov 21 14:08:05 1999
-@@ -75,7 +75,7 @@
-
- ;; Change this to point to the place where the TeX macros are stored
- ;; at yourt site.
--(defcustom TeX-macro-global '("/usr/local/lib/texmf/tex/")
-+(defcustom TeX-macro-global '("%%PREFIX%%/share/texmf/tex/")
- "Directories containing the sites TeX macro files and style files.
- The directory names *must* end with a slash."
- :group 'TeX-file
-@@ -253,7 +253,8 @@
-
- (defcustom TeX-printer-list
- '(("Local" "dvips -f %s | lpr" "lpq")
-- ("lw") ("ps"))
-+; ("lp") ("ps")
-+ )
- "List of available printers.
-
- The first element of each entry is the printer name.
-@@ -284,7 +285,7 @@
- (defcustom TeX-printer-default (or (getenv "PRINTER")
- (and TeX-printer-list
- (car (car TeX-printer-list)))
-- "lw")
-+ "lp")
- "*Default printer to use with TeX-command."
- :group 'TeX-command
- :type 'string)
diff --git a/print/auctex/files/patch-doc-Makefile b/print/auctex/files/patch-doc-Makefile
deleted file mode 100644
index 65b907f16945..000000000000
--- a/print/auctex/files/patch-doc-Makefile
+++ /dev/null
@@ -1,46 +0,0 @@
---- doc/Makefile.dist Sun Dec 15 11:15:43 2002
-+++ doc/Makefile Sat May 22 22:32:39 2004
-@@ -1,10 +1,9 @@
--
--infodir=/usr/local/info
-+MKDIR=mkdir -p -m 0755
- TEX=tex
-
--all: auc-tex.dvi tex-ref.dvi math-ref.dvi auctex
-+all: auc-tex.dvi tex-ref.dvi math-ref.dvi auctex.info
-
--dist: auctex INSTALLATION README CHANGES auc-tex_toc.html auc-tex.ps
-+dist: auctex.info INSTALLATION README CHANGES auc-tex_toc.html auc-tex.ps
-
- auc-tex_toc.html: auc-tex.texi
- texi2html -split_node auc-tex.texi
-@@ -38,8 +37,8 @@
- auc-tex.ps: auc-tex.dvi
- dvips auc-tex.dvi -o auc-tex.ps
-
--auctex: auc-tex.texi install.texi intro.texi changes.texi
-- -makeinfo auc-tex.texi
-+auctex.info: auc-tex.texi install.texi intro.texi changes.texi
-+ -makeinfo --no-split auc-tex.texi
- @echo "**********************************************************"
- @echo "** If this gave trouble, maybe you need to install"
- @echo "** a newer version of texinfo?"
-@@ -57,14 +56,10 @@
- HISTORY: history.texi
- -makeinfo --no-headers history.texi --output HISTORY
-
--install: auctex
-- -mkdir -p $(infodir)
-- cp auctex auctex-* $(infodir)
-- @echo "**********************************************************"
-- @echo "** The \`auctex' info files are now installed."
-- @echo "** Edit \`$(infodir)/dir'"
-- @echo "** to add an entry for file \`auctex'"
-- @echo "**********************************************************"
-+install: auctex.info
-+ $(MKDIR) $(infodir)
-+ $(BSD_INSTALL_DATA) auctex.info $(infodir)
-+ install-info $(infodir)/auctex.info $(infodir)/dir
-
- clean: allways
- rm -f *.dvi *.ps *.aux *.cp *.fn *.info *.ky *.log *~ \#*\# *.tp *.vr *.pg *.toc *.tp *.bak *.cps *.kys *.tps *.fns *.vrs *.pgs auctex auctex-? *.html INSTALLATION README CHANGES
diff --git a/print/auctex/files/patch-doc-auc-tex.texi b/print/auctex/files/patch-doc-auc-tex.texi
deleted file mode 100644
index 7c04c4dc47af..000000000000
--- a/print/auctex/files/patch-doc-auc-tex.texi
+++ /dev/null
@@ -1,11 +0,0 @@
---- doc/auc-tex.texi.dist Sun Dec 15 11:15:43 2002
-+++ doc/auc-tex.texi Sat May 22 22:13:03 2004
-@@ -1,6 +1,7 @@
- \input texinfo
--@setfilename auctex
-+@setfilename auctex.info
- @settitle AUC TeX
-+@dircategory TeX
- @direntry
- * AUCTeX: (auctex). A much enhanced LaTeX mode for GNU Emacs.
- @end direntry
diff --git a/print/auctex/files/patch-doc::Makefile.in b/print/auctex/files/patch-doc::Makefile.in
new file mode 100644
index 000000000000..c250a3c304df
--- /dev/null
+++ b/print/auctex/files/patch-doc::Makefile.in
@@ -0,0 +1,18 @@
+--- doc/Makefile.in.orig Sat Aug 21 02:46:30 2004
++++ doc/Makefile.in Sat Aug 21 03:00:56 2004
+@@ -84,13 +84,13 @@
+
+ install: auctex
+ -$(MKINSTALLDIRS) $(infodir)
+- $(INSTALL_DATA) auctex $(infodir)
++ $(INSTALL_DATA) auctex $(infodir)/auctex.info
+ for x in auctex-*; do \
+ if [ -r $$x ]; then \
+ $(INSTALL_DATA) $$x $(infodir) ; \
+ fi; \
+ done
+- -$(INSTALL_INFO) --info-dir=$(infodir) auctex
++ $(INSTALL_INFO) $(infodir)/auctex.info $(infodir)/dir
+
+ clean:
+ rm -f *.dvi *.ps *.pdf *.aux *.cp *.fn *.info *.ky *.log *~ \#*\# \
diff --git a/print/auctex/pkg-plist b/print/auctex/pkg-plist
index 83a9021dbf8f..66450d4c281e 100644
--- a/print/auctex/pkg-plist
+++ b/print/auctex/pkg-plist
@@ -1,139 +1,169 @@
-%%PORTDOCS%%%%DOCSDIR%%/CHANGES
-%%PORTDOCS%%%%DOCSDIR%%/INSTALLATION
-%%PORTDOCS%%%%DOCSDIR%%/README
-%%PORTDOCS%%@dirrm %%DOCSDIR%%
+@comment $FreeBSD$
%%LISPDIR%%/tex-site.el
-%%LISPDIR%%/auctex/auc-old.el
-%%LISPDIR%%/auctex/auc-old.elc
-%%LISPDIR%%/auctex/auto/.nosearch
-@dirrm %%LISPDIR%%/auctex/auto
-%%LISPDIR%%/auctex/bib-cite.el
-%%LISPDIR%%/auctex/bib-cite.elc
-%%LISPDIR%%/auctex/font-latex.el
-%%LISPDIR%%/auctex/font-latex.elc
-%%LISPDIR%%/auctex/hilit-LaTeX.el
+%%LISPDIR%%/auctex/tex.el
+%%LISPDIR%%/auctex/tex-buf.el
%%LISPDIR%%/auctex/latex.el
-%%LISPDIR%%/auctex/latex.elc
+%%LISPDIR%%/auctex/tex-info.el
+%%LISPDIR%%/auctex/texmathp.el
%%LISPDIR%%/auctex/multi-prompt.el
-%%LISPDIR%%/auctex/multi-prompt.elc
+%%LISPDIR%%/auctex/tex-mik.el
+%%LISPDIR%%/auctex/font-latex.el
+%%LISPDIR%%/auctex/tex-font.el
+%%LISPDIR%%/auctex/context.el
+%%LISPDIR%%/auctex/context-en.el
+%%LISPDIR%%/auctex/context-nl.el
+%%LISPDIR%%/auctex/tex-fold.el
+%%LISPDIR%%/auctex/auto/.nosearch
%%LISPDIR%%/auctex/style/.nosearch
+%%LISPDIR%%/auctex/style/prosper.el
+%%LISPDIR%%/auctex/style/slides.el
+%%LISPDIR%%/auctex/style/foils.el
+%%LISPDIR%%/auctex/style/amstex.el
+%%LISPDIR%%/auctex/style/article.el
+%%LISPDIR%%/auctex/style/book.el
+%%LISPDIR%%/auctex/style/letter.el
+%%LISPDIR%%/auctex/style/report.el
%%LISPDIR%%/auctex/style/amsart.el
-%%LISPDIR%%/auctex/style/amsart.elc
%%LISPDIR%%/auctex/style/amsbook.el
-%%LISPDIR%%/auctex/style/amsbook.elc
-%%LISPDIR%%/auctex/style/amsbsy.el
-%%LISPDIR%%/auctex/style/amsbsy.elc
+%%LISPDIR%%/auctex/style/epsf.el
+%%LISPDIR%%/auctex/style/psfig.el
+%%LISPDIR%%/auctex/style/latexinfo.el
+%%LISPDIR%%/auctex/style/dutch.el
+%%LISPDIR%%/auctex/style/german.el
+%%LISPDIR%%/auctex/style/dk.el
+%%LISPDIR%%/auctex/style/j-article.el
+%%LISPDIR%%/auctex/style/j-book.el
+%%LISPDIR%%/auctex/style/j-report.el
+%%LISPDIR%%/auctex/style/jarticle.el
+%%LISPDIR%%/auctex/style/jbook.el
+%%LISPDIR%%/auctex/style/jreport.el
+%%LISPDIR%%/auctex/style/dinbrief.el
+%%LISPDIR%%/auctex/style/virtex.el
+%%LISPDIR%%/auctex/style/plfonts.el
+%%LISPDIR%%/auctex/style/plhb.el
+%%LISPDIR%%/auctex/style/harvard.el
+%%LISPDIR%%/auctex/style/swedish.el
+%%LISPDIR%%/auctex/style/danish.el
+%%LISPDIR%%/auctex/style/slovak.el
+%%LISPDIR%%/auctex/style/czech.el
%%LISPDIR%%/auctex/style/amsmath.el
-%%LISPDIR%%/auctex/style/amsmath.elc
-%%LISPDIR%%/auctex/style/amsopn.el
-%%LISPDIR%%/auctex/style/amsopn.elc
-%%LISPDIR%%/auctex/style/amstex.el
-%%LISPDIR%%/auctex/style/amstex.elc
%%LISPDIR%%/auctex/style/amstext.el
-%%LISPDIR%%/auctex/style/amstext.elc
+%%LISPDIR%%/auctex/style/amsbsy.el
+%%LISPDIR%%/auctex/style/amsopn.el
%%LISPDIR%%/auctex/style/amsthm.el
-%%LISPDIR%%/auctex/style/amsthm.elc
-%%LISPDIR%%/auctex/style/article.el
+%%LISPDIR%%/auctex/style/natbib.el
+%%LISPDIR%%/auctex/style/index.el
+%%LISPDIR%%/auctex/style/makeidx.el
+%%LISPDIR%%/auctex/style/multind.el
+%%LISPDIR%%/auctex/style/varioref.el
+%%LISPDIR%%/auctex/style/fancyref.el
+%%LISPDIR%%/auctex/style/mdwlist.el
+%%LISPDIR%%/auctex/style/ngerman.el
+%%LISPDIR%%/auctex/style/graphicx.el
+%%LISPDIR%%/auctex/style/graphics.el
+%%LISPDIR%%/auctex/style/verbatim.el
+%%LISPDIR%%/auctex/style/scrbase.el
+%%LISPDIR%%/auctex/style/emp.el
+%%LISPDIR%%/auctex/style/scrartcl.el
+%%LISPDIR%%/auctex/style/scrbook.el
+%%LISPDIR%%/auctex/style/scrreprt.el
+%%LISPDIR%%/auctex/style/scrlttr2.el
+%%LISPDIR%%/auctex/style/scrpage2.el
+%%LISPDIR%%/auctex/style/captcont.el
+%%LISPDIR%%/auctex/style/subfigure.el
+%%LISPDIR%%/auctex/style/paralist.el
+%%LISPDIR%%/auctex/style/booktabs.el
+%%LISPDIR%%/auctex/style/jura.el
+%%LISPDIR%%/auctex/style/alphanum.el
+%%LISPDIR%%/auctex/style/beamer.el
+%%LISPDIR%%/auctex/style/alltt.el
+%%LISPDIR%%/auctex/style/italian.el
+%%LISPDIR%%/auctex/style/doc.el
+%%LISPDIR%%/auctex/style/ltxdoc.el
+%%LISPDIR%%/auctex/style/ltx-base.el
+%%LISPDIR%%/auctex/style/units.el
+%%LISPDIR%%/auctex/style/nicefrac.el
+%%LISPDIR%%/auctex/style/prosper.elc
+%%LISPDIR%%/auctex/style/slides.elc
+%%LISPDIR%%/auctex/style/foils.elc
+%%LISPDIR%%/auctex/style/amstex.elc
%%LISPDIR%%/auctex/style/article.elc
-%%LISPDIR%%/auctex/style/book.el
%%LISPDIR%%/auctex/style/book.elc
-%%LISPDIR%%/auctex/style/czech.el
-%%LISPDIR%%/auctex/style/czech.elc
-%%LISPDIR%%/auctex/style/danish.el
-%%LISPDIR%%/auctex/style/danish.elc
-%%LISPDIR%%/auctex/style/dinbrief.el
-%%LISPDIR%%/auctex/style/dinbrief.elc
-%%LISPDIR%%/auctex/style/dk.el
%%LISPDIR%%/auctex/style/dk.elc
-%%LISPDIR%%/auctex/style/dutch.el
-%%LISPDIR%%/auctex/style/dutch.elc
-%%LISPDIR%%/auctex/style/epsf.el
+%%LISPDIR%%/auctex/style/letter.elc
+%%LISPDIR%%/auctex/style/report.elc
+%%LISPDIR%%/auctex/style/amsart.elc
+%%LISPDIR%%/auctex/style/amsbook.elc
%%LISPDIR%%/auctex/style/epsf.elc
-%%LISPDIR%%/auctex/style/fancyref.el
-%%LISPDIR%%/auctex/style/fancyref.elc
-%%LISPDIR%%/auctex/style/foils.el
-%%LISPDIR%%/auctex/style/foils.elc
-%%LISPDIR%%/auctex/style/german.el
+%%LISPDIR%%/auctex/style/psfig.elc
+%%LISPDIR%%/auctex/style/latexinfo.elc
+%%LISPDIR%%/auctex/style/dutch.elc
%%LISPDIR%%/auctex/style/german.elc
-%%LISPDIR%%/auctex/style/graphics.el
-%%LISPDIR%%/auctex/style/graphics.elc
-%%LISPDIR%%/auctex/style/graphicx.el
-%%LISPDIR%%/auctex/style/graphicx.elc
-%%LISPDIR%%/auctex/style/harvard.el
-%%LISPDIR%%/auctex/style/harvard.elc
-%%LISPDIR%%/auctex/style/index.el
-%%LISPDIR%%/auctex/style/index.elc
-%%LISPDIR%%/auctex/style/j-article.el
%%LISPDIR%%/auctex/style/j-article.elc
-%%LISPDIR%%/auctex/style/j-book.el
%%LISPDIR%%/auctex/style/j-book.elc
-%%LISPDIR%%/auctex/style/j-report.el
%%LISPDIR%%/auctex/style/j-report.elc
-%%LISPDIR%%/auctex/style/jarticle.el
%%LISPDIR%%/auctex/style/jarticle.elc
-%%LISPDIR%%/auctex/style/jbook.el
%%LISPDIR%%/auctex/style/jbook.elc
-%%LISPDIR%%/auctex/style/jreport.el
%%LISPDIR%%/auctex/style/jreport.elc
-%%LISPDIR%%/auctex/style/latexinfo.el
-%%LISPDIR%%/auctex/style/latexinfo.elc
-%%LISPDIR%%/auctex/style/letter.el
-%%LISPDIR%%/auctex/style/letter.elc
-%%LISPDIR%%/auctex/style/makeidx.el
+%%LISPDIR%%/auctex/style/dinbrief.elc
+%%LISPDIR%%/auctex/style/virtex.elc
+%%LISPDIR%%/auctex/style/plfonts.elc
+%%LISPDIR%%/auctex/style/plhb.elc
+%%LISPDIR%%/auctex/style/harvard.elc
+%%LISPDIR%%/auctex/style/swedish.elc
+%%LISPDIR%%/auctex/style/danish.elc
+%%LISPDIR%%/auctex/style/slovak.elc
+%%LISPDIR%%/auctex/style/czech.elc
+%%LISPDIR%%/auctex/style/amsmath.elc
+%%LISPDIR%%/auctex/style/amstext.elc
+%%LISPDIR%%/auctex/style/amsbsy.elc
+%%LISPDIR%%/auctex/style/amsopn.elc
+%%LISPDIR%%/auctex/style/amsthm.elc
+%%LISPDIR%%/auctex/style/natbib.elc
+%%LISPDIR%%/auctex/style/index.elc
%%LISPDIR%%/auctex/style/makeidx.elc
-%%LISPDIR%%/auctex/style/mdwlist.el
-%%LISPDIR%%/auctex/style/mdwlist.elc
-%%LISPDIR%%/auctex/style/multind.el
%%LISPDIR%%/auctex/style/multind.elc
-%%LISPDIR%%/auctex/style/natbib.el
-%%LISPDIR%%/auctex/style/natbib.elc
-%%LISPDIR%%/auctex/style/ngerman.el
+%%LISPDIR%%/auctex/style/varioref.elc
+%%LISPDIR%%/auctex/style/fancyref.elc
+%%LISPDIR%%/auctex/style/mdwlist.elc
%%LISPDIR%%/auctex/style/ngerman.elc
-%%LISPDIR%%/auctex/style/plfonts.el
-%%LISPDIR%%/auctex/style/plfonts.elc
-%%LISPDIR%%/auctex/style/plhb.el
-%%LISPDIR%%/auctex/style/plhb.elc
-%%LISPDIR%%/auctex/style/prosper.el
-%%LISPDIR%%/auctex/style/prosper.elc
-%%LISPDIR%%/auctex/style/psfig.el
-%%LISPDIR%%/auctex/style/psfig.elc
-%%LISPDIR%%/auctex/style/report.el
-%%LISPDIR%%/auctex/style/report.elc
-%%LISPDIR%%/auctex/style/scrartcl.el
-%%LISPDIR%%/auctex/style/scrartcl.elc
-%%LISPDIR%%/auctex/style/scrbase.el
+%%LISPDIR%%/auctex/style/graphicx.elc
+%%LISPDIR%%/auctex/style/graphics.elc
+%%LISPDIR%%/auctex/style/verbatim.elc
%%LISPDIR%%/auctex/style/scrbase.elc
-%%LISPDIR%%/auctex/style/scrbook.el
+%%LISPDIR%%/auctex/style/scrartcl.elc
%%LISPDIR%%/auctex/style/scrbook.elc
-%%LISPDIR%%/auctex/style/scrlttr2.el
-%%LISPDIR%%/auctex/style/scrlttr2.elc
-%%LISPDIR%%/auctex/style/scrreprt.el
%%LISPDIR%%/auctex/style/scrreprt.elc
-%%LISPDIR%%/auctex/style/slides.el
-%%LISPDIR%%/auctex/style/slides.elc
-%%LISPDIR%%/auctex/style/slovak.el
-%%LISPDIR%%/auctex/style/slovak.elc
-%%LISPDIR%%/auctex/style/swedish.el
-%%LISPDIR%%/auctex/style/swedish.elc
-%%LISPDIR%%/auctex/style/varioref.el
-%%LISPDIR%%/auctex/style/varioref.elc
-%%LISPDIR%%/auctex/style/verbatim.el
-%%LISPDIR%%/auctex/style/verbatim.elc
-%%LISPDIR%%/auctex/style/virtex.el
-%%LISPDIR%%/auctex/style/virtex.elc
-@dirrm %%LISPDIR%%/auctex/style
-%%LISPDIR%%/auctex/tex-buf.el
+%%LISPDIR%%/auctex/style/scrlttr2.elc
+%%LISPDIR%%/auctex/style/scrpage2.elc
+%%LISPDIR%%/auctex/style/captcont.elc
+%%LISPDIR%%/auctex/style/subfigure.elc
+%%LISPDIR%%/auctex/style/paralist.elc
+%%LISPDIR%%/auctex/style/booktabs.elc
+%%LISPDIR%%/auctex/style/emp.elc
+%%LISPDIR%%/auctex/style/jura.elc
+%%LISPDIR%%/auctex/style/alphanum.elc
+%%LISPDIR%%/auctex/style/beamer.elc
+%%LISPDIR%%/auctex/style/alltt.elc
+%%LISPDIR%%/auctex/style/italian.elc
+%%LISPDIR%%/auctex/style/doc.elc
+%%LISPDIR%%/auctex/style/ltxdoc.elc
+%%LISPDIR%%/auctex/style/ltx-base.elc
+%%LISPDIR%%/auctex/style/units.elc
+%%LISPDIR%%/auctex/style/nicefrac.elc
+%%LISPDIR%%/auctex/tex.elc
%%LISPDIR%%/auctex/tex-buf.elc
-%%LISPDIR%%/auctex/tex-font.el
-%%LISPDIR%%/auctex/tex-font.elc
-%%LISPDIR%%/auctex/tex-fptex.el
-%%LISPDIR%%/auctex/tex-info.el
+%%LISPDIR%%/auctex/latex.elc
%%LISPDIR%%/auctex/tex-info.elc
-%%LISPDIR%%/auctex/tex-jp.el
-%%LISPDIR%%/auctex/tex-mik.el
-%%LISPDIR%%/auctex/tex-mik.elc
-%%LISPDIR%%/auctex/tex.el
-%%LISPDIR%%/auctex/tex.elc
-%%LISPDIR%%/auctex/texmathp.el
%%LISPDIR%%/auctex/texmathp.elc
+%%LISPDIR%%/auctex/multi-prompt.elc
+%%LISPDIR%%/auctex/tex-mik.elc
+%%LISPDIR%%/auctex/font-latex.elc
+%%LISPDIR%%/auctex/tex-font.elc
+%%LISPDIR%%/auctex/context.elc
+%%LISPDIR%%/auctex/context-en.elc
+%%LISPDIR%%/auctex/context-nl.elc
+%%LISPDIR%%/auctex/tex-fold.elc
+@dirrm %%LISPDIR%%/auctex/style
+@dirrm %%LISPDIR%%/auctex/auto
@dirrm %%LISPDIR%%/auctex