Texinfo 4.1 bug.
Report from Dalibor Topic.
+2003-11-24 Alexandre Duret-Lutz <adl@gnu.org>
+
+ * lib/am/texibuild.am (%SOURCE_SUFFIX%.html): Work around a
+ Texinfo 4.1 bug.
+ Report from Dalibor Topic.
+
2003-11-22 Alexandre Duret-Lutz <adl@gnu.org>
Fix for PR automake/411:
Charles Wilson cwilson@ece.gatech.edu
Chris Provenzano proven@io.proven.org
Christian Cornelssen ccorn@cs.tu-berlin.de
+Dalibor Topic robilad@kaffe.org
danbp danpb@nospam.postmaster.co.uk
Dave Brolley brolley@redhat.com
Dave Morrison dave@bnl.gov
$(MAKEINFOHTML) $(AM_MAKEINFOHTMLFLAGS) $(MAKEINFOFLAGS) %MAKEINFOFLAGS% \
?GENERIC? -o $@ %SOURCE%
?!GENERIC? -o $@ `test -f '%SOURCE%' || echo '$(srcdir)/'`%SOURCE%
+## Work around a bug in Texinfo 4.1 (-o foo.html outputs files in foo/
+## instead of foo.html/).
+ if test ! -d $@ && test -d $(@:.html=); then \
+ mv $(@:.html=) $@; else :; fi
## If we are using the generic rules, we need separate dependencies.
## (Don't wonder about %DIRSTAMP% here, this is used only by non-generic