* Makefile.am (INSTALL): Add rule, to accomodate 'make dist' after
GNUmakefile's _autoconf rule removes INSTALL.
Signed-off-by: Eric Blake <ebb9@byu.net>
+2008-06-03 Eric Blake <ebb9@byu.net>
+
+ Fix 'make dist' regression from 2008-05-08.
+ * Makefile.am (INSTALL): Add rule, to accomodate 'make dist' after
+ GNUmakefile's _autoconf rule removes INSTALL.
+
2008-05-27 Eric Blake <ebb9@byu.net>
Document Solaris /bin/sh redirection pitfall.
## INSTALL. ##
## --------- ##
+## abs_srcdir is necessary for case-insensitive make to distinguish from
+## 'make install'. But automake also insists that the plain target INSTALL
+## exist prior to 'make dist'.
+INSTALL: $(abs_srcdir)/INSTALL
+
pkgdata_DATA = $(abs_srcdir)/INSTALL
AM_MAKEINFOFLAGS = --no-headers --no-validate --no-split
$(abs_srcdir)/INSTALL: $(top_srcdir)/doc/install.texi