From: Kevin M. Rosenberg Date: Wed, 24 May 2000 22:49:51 +0000 (+0000) Subject: r60: Added support for texinfo file X-Git-Tag: debian-4.5.3-3~957 X-Git-Url: http://git.kpe.io/?p=ctsim.git;a=commitdiff_plain;h=881aa76b85473224ec84fbc6858a3b0f84c1fcf4 r60: Added support for texinfo file --- diff --git a/man/Makefile.am b/man/Makefile.am index 98f5daa..286439f 100644 --- a/man/Makefile.am +++ b/man/Makefile.am @@ -1,2 +1,3 @@ man_MANS=ctrec.1 phm2rs.1 phm2sdf.1 sdf2img.1 sdfinfo.1 sdf-1.1 -EXTRA_DIST = $(man_MANS) +info_INFO=ctsim.texi +EXTRA_DIST = $(man_MANS) $(info_INFO)