[library-web] Detect gtk-doc modules using gtk-doc.make in $(srcdir)
- From: Frederic Peters <fpeters src gnome org>
- To: svn-commits-list gnome org
- Cc:
- Subject: [library-web] Detect gtk-doc modules using gtk-doc.make in $(srcdir)
- Date: Sun, 1 Nov 2009 16:41:18 +0000 (UTC)
commit 37f25ee31be93dd70b761747a267cc7d817127e4
Author: Frédéric Péters <fpeters 0d be>
Date: Sun Nov 1 17:40:56 2009 +0100
Detect gtk-doc modules using gtk-doc.make in $(srcdir)
src/lgo.py | 1 +
1 files changed, 1 insertions(+), 0 deletions(-)
---
diff --git a/src/lgo.py b/src/lgo.py
index 35757c6..04bcc5f 100755
--- a/src/lgo.py
+++ b/src/lgo.py
@@ -416,6 +416,7 @@ class Lgo(App):
logging.debug('found usage of docbook in %s' % tarinfo.name)
doc = GnomeDocbookModule.create_from_tar(tar, tarinfo, makefile_am, nightly)
elif 'include $(top_srcdir)/gtk-doc.make' in makefile_am or \
+ 'include $(srcdir)/gtk-doc.make' in makefile_am or \
('gtkdoc-scan' in makefile_am and not 'gtk-doc' in tarinfo.name):
logging.debug('found usage of gtk-doc in %s' % tarinfo.name)
doc = GtkDocModule.create_from_tar(tar, tarinfo, makefile_am, nightly)
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]