home *** CD-ROM | disk | FTP | other *** search
/ Dream 52 / Amiga_Dream_52.iso / OS2 / gnuinfo.zip / Makefile.am < prev    next >
Makefile  |  1997-07-20  |  552b  |  16 lines

  1. ## Makefile.am for texinfo.
  2. ## $Id: Makefile.am,v 1.6 1997/07/20 11:52:25 karl Exp $
  3. ## Process this file with automake to produce Makefile.in in all directories.
  4.  
  5. ## Be sure we're using the right version of Automake.
  6. AUTOMAKE_OPTIONS = 1.1p
  7.  
  8. # Additional files to distribute.
  9. EXTRA_DIST = INTRODUCTION dir-example README-alpha
  10.  
  11. # All subdirectories.
  12. # Do intl/ and lib/ first since the C programs depend on them.
  13. # Do doc/ last so makeinfo will be built when we get there.
  14. # Others are alphabetical.
  15. SUBDIRS = intl lib emacs info makeinfo po util doc
  16.