Closed aleksander0m closed 7 years ago
Thanks, this looks like a good improvement.
I guess I had never intended non-maintainers to build from Git.
Getting an error in the build now:
autogen.sh: Running automake --gnu --add-missing --force --copy -Wall
configure.ac:48: installing `build-scripts/ar-lib'
configure.ac:53: installing `build-scripts/config.guess'
configure.ac:53: installing `build-scripts/config.sub'
configure.ac:17: installing `build-scripts/install-sh'
configure.ac:17: installing `build-scripts/missing'
doc/Makefile.am:24: MAINTAINERCLEANFILES was already defined in condition TRUE, which includes condition MAINTAINER_MODE ...
doc/Makefile.am:10: ... `MAINTAINERCLEANFILES' previously defined here
frontend/Makefile.am: installing `build-scripts/depcomp'
Makefile.am: installing `./INSTALL'
If maintainer mode is disabled explicitly, the build should succeed skipping man pages and doxygen documentation. Currently this was breaking because there were rules referencing built files out of the MAINTAINER_MODE block.
In doc/html, there shouldn't be rules requiring doxygen.css or any other generated file out of the MAINTAINER_MODE block:
In doc/, there shouldn't be rules requiring twolame.1 or any other generated file out of the MAINTAINER_MODE block: