home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 22 gnu / 22-gnu.zip / gnufind.zip / Makefile.am < prev    next >
Makefile  |  1994-11-04  |  256b  |  7 lines

  1. DIST_OTHER = COPYING ChangeLog TODO install-sh config.h.in stamp-h.in
  2. SUBDIRS = lib find xargs locate doc testsuite
  3. CONFIG_HEADER = config.h
  4.  
  5. distname:
  6.     echo findutils-`sed -e '/version_string/!d' -e 's/[^0-9.]*\([0-9.]*\).*/\1/' -e q find/version.c` > $@
  7.