diff options
author | Johan Dahlin <jdahlin@litl.com> | 2011-08-13 10:06:49 -0300 |
---|---|---|
committer | Johan Dahlin <jdahlin@litl.com> | 2011-08-13 10:06:49 -0300 |
commit | f239fc6fbea0c7297e28f903237a3eb0377c336b (patch) | |
tree | 3092a154f0a8cc4feae59c87e4a0aaa481e4e8bf /common.mk | |
parent | b81b91a9cb89a073a04e8df325525d102f770b6b (diff) | |
download | gobject-introspection-f239fc6fbea0c7297e28f903237a3eb0377c336b.tar.gz |
Move doctool over to common.mk
Diffstat (limited to 'common.mk')
-rw-r--r-- | common.mk | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -26,3 +26,5 @@ INTROSPECTION_COMPILER_ARGS = \ --includedir=$(top_srcdir)/gir \ --includedir=$(builddir) \ --includedir=$(top_builddir) + +INTROSPECTION_DOCTOOL = $(top_builddir)/g-ir-doc-tool$(EXEEXT) |