2020-09-25  Kjell Ahlstedt  <kjellahlstedt@gmail.com>

  1.0.2

2020-09-25  Kjell Ahlstedt  <kjellahlstedt@gmail.com>

  Autotools builds: Create only .tar.xz tarballs

  This is what Meson does.

2020-09-25  Kjell Ahlstedt  <kjellahlstedt@gmail.com>

  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  <kjellahlstedt@gmail.com>

  Python files: Use the 'with' statement when files are opened

2020-09-02  Kjell Ahlstedt  <kjellahlstedt@gmail.com>

  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  <kjellahlstedt@gmail.com>

  doc-reference.py: Fix the DevHelp base path

  The DevHelp base path shall not include DESTDIR. Fixes #2

2020-06-17  Kjell Ahlstedt  <kjellahlstedt@gmail.com>

  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  <kjellahlstedt@gmail.com>

  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.