diff options
| author | Matthias Klumpp <matthias@tenstral.net> | 2017-08-29 01:45:26 +0200 |
|---|---|---|
| committer | Jussi Pakkanen <jpakkane@gmail.com> | 2017-08-29 18:38:07 +0300 |
| commit | d49eeb243f49d57e6c69ff61354556897fbe8ed5 (patch) | |
| tree | e32ff1b9f340c46ff9cf77cde6eb26b5a4df6279 /test cases/frameworks | |
| parent | d220683787182923a06525fe46e636b9c5d88ec0 (diff) | |
| download | meson-d49eeb243f49d57e6c69ff61354556897fbe8ed5.tar.gz | |
gnome: Fix typo in gtkdoc_html_dir, so it returns the correct path
Diffstat (limited to 'test cases/frameworks')
| -rw-r--r-- | test cases/frameworks/10 gtk-doc/meson.build | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test cases/frameworks/10 gtk-doc/meson.build b/test cases/frameworks/10 gtk-doc/meson.build index 4cfcca182..e5e77058d 100644 --- a/test cases/frameworks/10 gtk-doc/meson.build +++ b/test cases/frameworks/10 gtk-doc/meson.build @@ -2,7 +2,7 @@ project('gtkdoctest', 'c', version : '1.0.0') gnome = import('gnome') -assert(gnome.gtkdoc_html_dir('foobar') == 'share/gtkdoc/html/foobar', 'Gtkdoc install dir is incorrect.') +assert(gnome.gtkdoc_html_dir('foobar') == 'share/gtk-doc/html/foobar', 'Gtkdoc install dir is incorrect.') inc = include_directories('include') |
