2020-09-25 Kjell Ahlstedt 1.0.2 2020-09-25 Kjell Ahlstedt Autotools builds: Create only .tar.xz tarballs This is what Meson does. 2020-09-25 Kjell Ahlstedt Makefile.am: Remove the name of a removed file Should have been fixed when skeletonmm/tools/dist-cmd.py was removed. 2020-09-02 Kjell Ahlstedt Python files: Use the 'with' statement when files are opened 2020-09-02 Kjell Ahlstedt dist-build-scripts.py: Remove files from dist, if requested The caller (a meson.build file in e.g. glibmm) can specify git-tracked files and directories that shall not be included in the tarball. They shall be removed from MESON_DIST_ROOT. 2020-07-20 Kjell Ahlstedt doc-reference.py: Fix the DevHelp base path The DevHelp base path shall not include DESTDIR. Fixes #2 2020-06-17 Kjell Ahlstedt util/doc-install.pl: Improve the update for Doxygen >= 1.8.16 * skeletonmm/doc/reference/meson.build: * util/doc-install.pl: Move some code from meson.build to doc-install.pl, where regular expressions can be used. 2020-06-15 Kjell Ahlstedt util/doc-install.pl: Update for Doxygen >= 1.8.16 Doxygen 1.8.16 and later does not store tag file names in the html files. * skeletonmm/doc/reference/meson.build: * util/doc-install.pl: Modify so that references to other modules are still updated in the html files when they are installed.