CVSROOT:        /cvsroot/auctex
Module name:    auctex
Changes by:     Ralf Angeli <angeli>    06/07/10 15:25:09

Index: Makefile.in
===================================================================
RCS file: /cvsroot/auctex/auctex/Makefile.in,v
retrieving revision 1.39
retrieving revision 1.40
diff -u -b -r1.39 -r1.40
--- Makefile.in 6 May 2004 08:52:04 -0000       1.39
+++ Makefile.in 13 May 2004 08:29:11 -0000      1.40
@@ -1,4 +1,3 @@
-
 @SET_MAKE@
 
 # Makefile - for the AUCTeX distribution.
@@ -13,7 +12,7 @@
 lispdir = @lispdir@
 packagedir = @packagedir@
 auctexdir= $(lispdir)/auctex
-autodir = $(auctexdir)/auto
+autodir = @autodir@
 styledir = $(auctexdir)/style
 
 INSTALL = @INSTALL@
@@ -66,7 +65,7 @@
           style/scrpage2.el  style/captcont.el  style/subfigure.el \
           style/paralist.el  style/booktabs.el  style/emp.el \
           style/jura.el      style/alphanum.el  style/beamer.el \
-          style/alltt.el
+          style/alltt.el     style/italian.el
 
 DOCFILES = doc/Makefile.in doc/auc-tex.texi doc/intro.texi doc/install.texi \
        doc/changes.texi doc/tex-ref.tex doc/math-ref.tex doc/history.texi \
@@ -220,4 +219,3 @@
 patch:
        diff -u auctex-$(OLD) auctex-$(TAG) > \
                $(FTPDIR)/auctex-$(OLD)-to-$(TAG).patch; exit 0
-


_______________________________________________
auctex-diffs mailing list
[EMAIL PROTECTED]
http://lists.gnu.org/mailman/listinfo/auctex-diffs

Reply via email to