build probs when maintainer mode is disabled?

Gary Funck <[email protected]> Wed, 26 Jan 2011 11:33:26 -0800
Newsgroups gmane.comp.gnu.source-highlight.general
Message-ID <[email protected]>
Configuration:
    OS: Fedora FC4
    source-highlight: latest git

After a default configure && make, the build failed because
various 'doc' targets that the Makefile needed were not being built.
They appeared to only be built if --enable-maintainer-mode is
enabled (this mode is disabled by default).

If it is verified that builds fail when maintainer mode
is disabled, one fix might be to remove the maintainer
mode support entirely.  Per,
http://www.gnu.org/software/hello/manual/automake/maintainer_002dmode.html
using maintainer mode is not a recommended practice.