diff options
author | Jussi Pakkanen <jpakkane@gmail.com> | 2016-01-16 18:04:59 +0200 |
---|---|---|
committer | Jussi Pakkanen <jpakkane@gmail.com> | 2016-01-16 18:04:59 +0200 |
commit | d6e176f45589485786fe87ba7ef15fe7fd8302d1 (patch) | |
tree | ba0f5ee99fc202c93869c37cdcb585e9ceafdc81 /mesonbuild/mesonmain.py | |
parent | 23b98cd6e66c6ae0f070e28e0f8b1566c0b5e585 (diff) | |
download | meson-d6e176f45589485786fe87ba7ef15fe7fd8302d1.zip meson-d6e176f45589485786fe87ba7ef15fe7fd8302d1.tar.gz meson-d6e176f45589485786fe87ba7ef15fe7fd8302d1.tar.bz2 |
Made gtkdoc and run targets work.
Diffstat (limited to 'mesonbuild/mesonmain.py')
-rw-r--r-- | mesonbuild/mesonmain.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mesonbuild/mesonmain.py b/mesonbuild/mesonmain.py index 82f30fe..7b0834c 100644 --- a/mesonbuild/mesonmain.py +++ b/mesonbuild/mesonmain.py @@ -188,7 +188,7 @@ def run_script_command(args): import mesonbuild.scripts.dirchanger as abc cmdfunc = abc.run elif cmdname == 'gtkdoc': - import meson.scripts.gtkdochelper as abc + import mesonbuild.scripts.gtkdochelper as abc cmdfunc = abc.run elif cmdname == 'regencheck': import mesonbuild.scripts.regen_checker as abc |