gplugin/gplugin

Install the correct INSTALL.md file
bugfix/docs-cleanup
2019-08-12, Gary Kramlich
9db55eb0b79d
Parents c15c5a0f012e
Children 25f45174de5b
Install the correct INSTALL.md file
  • +1 -1
    meson.build
  • --- a/meson.build Wed Aug 14 05:55:03 2019 +0000
    +++ b/meson.build Mon Aug 12 22:20:36 2019 -0500
    @@ -110,6 +110,6 @@
    # Install stuff
    ###############################################################################
    # documentation
    -install_data('ChangeLog', 'INSTALL', 'README', 'HACKING',
    +install_data('ChangeLog', 'INSTALL.md', 'README.md', 'HACKING',
    install_dir : join_paths(get_option('datadir'), 'doc', 'gplugin'))