You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
17 lines
556 B
17 lines
556 B
## 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 "../"
|
|
TEXI2DVI = texi2dvi -I "../"
|