we need a document describing automake from the end user's point of view
eg describe INSTALL_HEADER there, among other things
+* maintainer-clean
+
+Akim:
+> @@ -31,5 +31,9 @@
+> DISTCLEAN -test -z "$(DISTCLEANFILES)" || rm -f $(DISTCLEANFILES)
+>
+> maintainer-clean-generic:
+> +## FIXME: shouldn't we really print these messages before running
+> +## the dependencies?
+> + @echo "This command is intended for maintainers to use"
+> + @echo "it deletes files that may require special tools to rebuild."
+> -rm -f Makefile.in
+
+Tom:
+> I'd like to eventually fix the FIXME comment by having
+> maintainer-clean look like:
+>
+> maintainer-clean:
+> @echo ...
+> $(MAKE) whatever
+>
+> We're left with the question of whether we should repeat them in every
+> subdir.
+
*
Alexandre Oliva:
> Hmm... Interesting. It must have been a side effect of the enabling
* quoting bugs
- how to install file with a space in its name?
[ don't bother with this -- make is just too losing ]
+
+Local Variables:
+mode: outline
+End: