+Sat Jan 20 15:54:24 1996 Tom Tromey <tromey@creche.cygnus.com>
+
+ * automake.in (handle_dist_worker): Bug fix.
+
Fri Jan 19 00:50:29 1996 Tom Tromey <tromey@creche.cygnus.com>
* automake.in (require_file): Install missing files only according
dist-zip.
Add support for html via an option. Use texi2html. Use "html_HTMLS",
-and htmldir = .../html.
+and htmldir = .../html. Include html files in distribution.
if configure.in not found, move up a directory and try again? This
could eliminate a common source of problems.
# distribution. Note that DISTFILES can contain a wildcard (for
# info files, sigh), so we must use the echo trick.
- $output_rules .= ' @for file in `cd $(srcdir) && $(DISTFILES); do \\
+ $output_rules .= ' @for file in `cd $(srcdir) && echo $(DISTFILES)`; do \\
test -f $(distdir)/$$file \\
|| ln $(srcdir)/$$file $(distdir)/$$file 2> /dev/null \\
|| cp -p $(srcdir)/$$file $(distdir)/$$file; \\