From 4bb327a0300a3ccfe4d44d5a3446007dc239d0b8 Mon Sep 17 00:00:00 2001 From: "Kevin M. Rosenberg" Date: Mon, 26 Feb 2001 17:27:49 +0000 Subject: [PATCH] r587: *** empty log message *** --- configure | 2 +- doc/Makefile.in | 5 ++++- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/configure b/configure index c2196ca..8b5bdc5 100755 --- a/configure +++ b/configure @@ -715,7 +715,7 @@ fi PACKAGE=ctsim -VERSION=3.0.3 +VERSION=3.1.0 if test "`cd $srcdir && pwd`" != "`pwd`" && test -f $srcdir/config.status; then { echo "configure: error: source directory already configured; run "make distclean" there first" 1>&2; exit 1; } diff --git a/doc/Makefile.in b/doc/Makefile.in index 8fe60cb..82e0c30 100644 --- a/doc/Makefile.in +++ b/doc/Makefile.in @@ -90,7 +90,9 @@ wxcflags = @wxcflags@ wxconfig = @wxconfig@ wxlibs = @wxlibs@ -docs = ctsim.tex ctsim.bib texhelp.sty psbox.tex logo-huge.gif alphacalc.gif divergent.gif equiangular.gif equilinear.gif scangeometry.gif tex2rtf.ini ctsim.hpj bullet.bmp verbatim.sty mytitle.sty makeidx.sty mysober.sty fancyhea.sty ctsim.bib +docs = ctsim.tex ctsim.bib texhelp.sty psbox.tex logo.eps logo.gif ctsim-sgp.tex ctsim-concepts.tex ctsim-gui.tex ctsim-install.tex ctsim-textui.tex ctsim-web.tex alphacalc.eps alphacalc.gif divergent.eps divergent.gif equiangular.eps equiangular.gif equilinear.eps equilinear.gif scangeometry.eps scangeometry.gif tex2rtf.ini ctsim.hpj bullet.bmp verbatim.sty mytitle.sty makeidx.sty mysober.sty fancyhea.sty ctsim.bib ctsim-latex.bib ctsim-tex2rtf.bib + + EXTRA_DIST = ${docs} ctsim.htb mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs CONFIG_HEADER = ../config.h @@ -197,6 +199,7 @@ mostlyclean distclean maintainer-clean dvi: ctsim.tex + latex ctsim bibtex ctsim cp ctsim-latex.bib ctsim.bib latex ctsim -- 2.34.1