Skip to content

Install the same files with Meson as with Autotools

Simon McVittie requested to merge wip/smcv/meson into master
  • meson: Install no-xslt variants of Autotools Makefile fragment

    Previously, these were installed when building with Autotools but not when building with Meson.

  • meson: Use the same name for the manual as in Autotools


These are fixes for:

  • Steps to reproduce: Build and install gtk-doc with Autotools (I used the Debian packaging, updated for the gtk-doc-for-gtk4 branch). Build and install with Meson (I modified the Debian packaging). Compare the results.
  • Expected result: The files are the same.
  • Actual result: With Meson, the no-xslt Makefile fragments are not installed, and the name of the directory containing the Yelp manual is different.

Merge request reports