+Fri Jan 19 00:50:29 1996 Tom Tromey <tromey@creche.cygnus.com>
+
+ * automake.in (handle_dist_worker): Explicitly make 'dist' in
+ subdirs.
+
Thu Jan 18 00:25:56 1996 Tom Tromey <tromey@creche.cygnus.com>
From François Pinard:
--install-missing should only install COPYRIGHT when --gnu or better.
+Handle MAINT_CHARSET. Use recode in dist target. Handle dist-zoo and
+dist-zip.
+
if configure.in not found, move up a directory and try again? This
could eliminate a common source of problems.
|| mkdir $(distdir)/$$subdir \\
|| exit 1; \\
chmod 777 $(distdir)/$$subdir; \\
- (cd $$subdir && $(MAKE) $@) || exit 1; \\
+ (cd $$subdir && $(MAKE) dist) || exit 1; \\
done
';
}