old and outdated doc removed
This commit is contained in:
parent
8324b0f646
commit
9698c3943c
|
|
@ -1,58 +0,0 @@
|
|||
2005-08-15 Steven Borley <steven.borley@virgin.net>
|
||||
|
||||
* Fixed missing parenthesis around CLEANFILES and DISTCLEANFILES in
|
||||
Makefile.am as reported by David Fang <fang@csl.cornell.edu>
|
||||
|
||||
* Fixed the section in ngspice.texi where the use of @/ in a @url{} was
|
||||
giving problems. Actually this whole section on the Windows port is now
|
||||
out-of-date, and date link was broken, so I have replaced it with something
|
||||
more appropriate. thank you to Stuart Brorson for reporting these problems.
|
||||
|
||||
2005-08-14 Steven Borley <steven.borley@virgin.net>
|
||||
|
||||
* Fixed the problems of the AUTHORS file not being found by adding its
|
||||
directory to the search paths for makeinfo and for texi2dvi in Makefile.am
|
||||
|
||||
* Fixed the warning caused by @strong{Note:} in ngspice.texti - used the
|
||||
@quotation Note style as given in the texinfo user manual section 10.2
|
||||
|
||||
* Added an @include version.texi in the header of the ngspice.texi file.
|
||||
This causes automake to create the necessary files and allow the use of
|
||||
@value(VERSION) in the ngspice.texi. The .cvsignore file has been adjusted
|
||||
to take account of the generated files.
|
||||
|
||||
* Used @copying and @insertcopying for the copyright text in ngspice.texi
|
||||
and modified the file's structure a little. It now more closely follows the
|
||||
simple example given in the texinfo user manual.
|
||||
|
||||
* Fixed some of the 'overfull' error generated by TeX when processing
|
||||
ngspice.texi - many more still present.
|
||||
|
||||
* removed non-ASCII characters from ngspice.texi. this needed a work-round
|
||||
for the degrees symbol - used @math{^o}
|
||||
|
||||
* Added ngsspice.pdf as an output file of make dist
|
||||
|
||||
2001-12-05 Emmanuel Rouat <emmanuel.rouat@wanadoo.fr>
|
||||
|
||||
* ngspice.texi: changed (most) references of spice3 to ngspice.
|
||||
|
||||
2001-12-04 Emmanuel Rouat <emmanuel.rouat@wanadoo.fr>
|
||||
|
||||
* ngspice.texi: corrected a few bugs, and made some chapters readable.
|
||||
|
||||
2000-05-22 Paolo Nenzi <p.nenzi@ieee.org>
|
||||
* ngspice.texi: Added text for u2 function and for resistance ac
|
||||
paramter.
|
||||
|
||||
1999-09-06 Arno Peters <A.W.Peters@ieee.org>
|
||||
|
||||
* ngspice.texi: Added TeX equivalents for some formula.
|
||||
First tables converted to texinfo format.
|
||||
|
||||
1999-08-31 Emmanuel Rouat <emmanuel.rouat@wanadoo.fr>
|
||||
|
||||
* Makefile.am: added .texi file by Arno Peters - a distribution will now
|
||||
include a postscript doc.
|
||||
updated 'clean' rules
|
||||
|
||||
|
|
@ -1,17 +0,0 @@
|
|||
## Process this file with automake to produce Makefile.in
|
||||
|
||||
EXTRA_DIST = ngspice.ps ngspice.pdf
|
||||
|
||||
info_TEXINFOS = ngspice.texi
|
||||
|
||||
CLEANFILES = *.fns *.pg *.tp *.aux *.cp *.ky *.vr *.fn *.log *.toc *.vrs
|
||||
|
||||
DISTCLEANFILES = $(CLEANFILES) *.ps *.dvi *.info*
|
||||
|
||||
MAINTAINERCLEANFILES = $(DISTCLEANFILES) Makefile.in
|
||||
|
||||
# This adds the root directory of the ngspice source distribution
|
||||
# to be included in the search path for includes in the ngspice.texi file
|
||||
# (which is necessary for the AUTHORS file to be found)
|
||||
AM_MAKEINFOFLAGS = -I $(top_srcdir)
|
||||
TEXI2DVI = texi2dvi -I $(top_srcdir)
|
||||
12530
doc/ngspice.texi
12530
doc/ngspice.texi
File diff suppressed because it is too large
Load Diff
|
|
@ -1,4 +0,0 @@
|
|||
@set UPDATED 25 November 2008
|
||||
@set UPDATED-MONTH November 2008
|
||||
@set EDITION 20
|
||||
@set VERSION 20
|
||||
Loading…
Reference in New Issue