2012-09-29 Murray Cumming Dist .js files that doxygen now generates 2012-07-23 Kjell Ahlstedt Use $(MMDOCTOOLDIR) instead of @MMDOCTOOLDIR@ in Doxyfile.in. MM_CONFIG_DOCTOOL_DIR([doc]) defines MMDOCTOOLDIR=${top_srcdir}/doc, which Doxygen does not understand, if it's substituted into Doxyfile. Let 'make' do the necessary recursive substitutions and export the result to Doxygen in the environment variable MMDOCTOOLDIR. * build/doc-reference.am: Export MMDOCTOOLDIR to Doxygen. * skeletonmm/configure.ac: Add MM_CONFIG_DOCTOOL_DIR([doc]). * skeletonmm/doc/reference/Doxyfile.in: Replace @MMDOCTOOLDIR@ by $(MMDOCTOOLDIR). Bug #673984. 2011-09-20 Krzesimir Nowak Make downloading tags optional. Allow networking to be disabled - may be useful for developers with no connection to Internet. By default networking is paired with maintainer mode, that is - it is enabled/disabled when maintainer mode is enabled/disabled. * configure.ac: Check for networking. Check for wget and curl if networking is enabled. * Makefile.am: Use NETWORK_ENABLED condition. 2011-09-16 Krzesimir Nowak Don't try to run tar by shell. This was a leftover from removing `missing' script use. `missing' is written in shell so it was possible to run it as `/bin/sh missing'. tar is a binary file and it should be called directly. This fixes skeletonmm tarball creation. * Makefile.am: Removed $(SHELL) from command packing skeletonmm into tarball. 2011-09-13 Krzesimir Nowak Don't use missing for making skeleton tarball. Missing script is rather intended to be used by maintainers, that is - in maintainer mode, so just look for tar utility and use it directly. * configure.ac: Add check for tar utility. * Makefile.am: Don't use missing for packaging skeleton files. 2011-05-18 Armin Burgmeier Fix running doxygen when it is located at a path containing spaces (#630051) 2011-03-30 Murray Cumming 0.9.5