1## Process this file with automake to produce Makefile.in
2
3info_TEXINFOS = plotutils.texi
4
5# Use --no-split to avoid creating filenames > 14 chars.
6MAKEINFO = makeinfo --no-split
7
8man_MANS = ode.1 plot.1 spline.1 tek2plot.1 plotfont.1
9
10# why must the man pages be mentioned explicitly?
11EXTRA_DIST = ode.1 plot.1 spline.1 tek2plot.1 plotfont.1 gendocs.sh gendocs_template
12