home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 11 Util / 11-Util.zip / txtut122.zip / textutil / doc / Makefile.am < prev    next >
Makefile  |  1996-11-02  |  478b  |  13 lines

  1. ## Process this file with automake to produce Makefile.in
  2. info_TEXINFOS = textutils.texi
  3.  
  4. # FIXME: remove this when automake has been fixed to include this
  5. # file automatically
  6. EXTRA_DIST = texinfo.tex
  7.  
  8. # Tell makeinfo to put everything in a single info file: sh-utils.info.
  9. # Otherwise, it would also generate files with names like sh-utils.info-[123],
  10. # and those names all map to one 14-byte name (sh-utils.info-) on some crufty
  11. # old systems.
  12. MAKEINFO = makeinfo --no-split
  13.