2000-04-27 22:03:57 +02:00
|
|
|
## Process this file with automake to produce Makefile.in
|
|
|
|
|
|
2005-08-14 21:35:56 +02:00
|
|
|
EXTRA_DIST = ngspice.ps ngspice.pdf
|
2000-04-27 22:03:57 +02:00
|
|
|
|
|
|
|
|
info_TEXINFOS = ngspice.texi
|
|
|
|
|
|
|
|
|
|
CLEANFILES = *.fns *.pg *.tp *.aux *.cp *.ky *.vr *.fn *.log *.toc *.vrs
|
|
|
|
|
|
2005-08-16 00:24:58 +02:00
|
|
|
DISTCLEANFILES = $(CLEANFILES) *.ps *.dvi *.info*
|
2000-04-27 22:03:57 +02:00
|
|
|
|
2005-08-16 00:24:58 +02:00
|
|
|
MAINTAINERCLEANFILES = $(DISTCLEANFILES) Makefile.in
|
2005-08-11 03:41:02 +02:00
|
|
|
|
2005-08-14 21:35:56 +02:00
|
|
|
# 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)
|
2007-10-08 12:40:45 +02:00
|
|
|
AM_MAKEINFOFLAGS = -I $(top_srcdir)
|
|
|
|
|
TEXI2DVI = texi2dvi -I $(top_srcdir)
|