Skip to content
  • Inigo Martínez's avatar
    build: Make generate-plugin-docs.pl independent of autotools · 28914f6a
    Inigo Martínez authored and Thomas Haller's avatar Thomas Haller committed
    `generate-plugin-docs.pl` script which is used to parse
    `nm-setting-c*.c` files depends on autotools. This is because it
    parses the `Makefile.am` in order to figure out the setting files
    it needs to parse.
    
    This patch makes the script independent of autotools by passing
    the necessary setting files by command line instead of parsing the
    `Makefile.am` file. It also changes the autotools' and meson's
    accordingly.
    28914f6a