[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[AUCTeX-diffs] Changes to auctex/doc/Makefile.in,v
From: |
David Kastrup |
Subject: |
[AUCTeX-diffs] Changes to auctex/doc/Makefile.in,v |
Date: |
Fri, 29 Sep 2006 00:09:22 +0000 |
CVSROOT: /sources/auctex
Module name: auctex
Changes by: David Kastrup <dak> 06/09/29 00:09:21
Index: doc/Makefile.in
===================================================================
RCS file: /sources/auctex/auctex/doc/Makefile.in,v
retrieving revision 1.40
retrieving revision 1.41
diff -u -b -r1.40 -r1.41
--- doc/Makefile.in 10 Jul 2006 15:25:09 -0000 1.40
+++ doc/Makefile.in 29 Sep 2006 00:09:21 -0000 1.41
@@ -17,8 +17,12 @@
MKINSTALLDIRS = ../mkinstalldirs
address@hidden@
address@hidden@
address@hidden@
address@hidden@
+
AUCTEXTEXIFILES = auctex.texi install.texi wininstall.texi intro.texi \
- changes.texi todo.texi faq.texi macros.texi quickstart.texi
+ changes.texi todo.texi faq.texi macros.texi quickstart.texi \
+ fdl.texi version.texi
PREVIEWTEXIFILES = copying.texi preview-faq.texi macros.texi \
preview-dtxdoc.texi preview-latex.texi preview-problems.texi \
preview-readme.texi preview-todo.texi
@@ -65,6 +69,10 @@
tex-ref.pdf: tex-ref.tex
$(PDFTEX) tex-ref.tex
+version.texi: Makefile
+ echo @set VERSION $(AUCTEXVERSION) >version.texi
+ echo @set UPDATED $(AUCTEXDATE) >>version.texi
+
auctex.dvi: $(AUCTEXTEXIFILES)
$(TEXI2DVI) auctex.texi
@@ -158,4 +166,4 @@
maintainer-clean: distclean
rm -f INSTALL.windows README CHANGES HISTORY TODO FAQ \
- preview-dtxdoc.texi auto.texi $(DISTTEXTS) *.info *.info-*
+ preview-dtxdoc.texi version.texi $(DISTTEXTS) *.info *.info-*
- [AUCTeX-diffs] Changes to auctex/doc/Makefile.in,v,
David Kastrup <=