[library-web] Detect gtk-doc modules where gtk-doc.make is in the doc directory (dconf)
- From: Frederic Peters <fpeters src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [library-web] Detect gtk-doc modules where gtk-doc.make is in the doc directory (dconf)
- Date: Fri, 28 Jan 2011 17:35:13 +0000 (UTC)
commit f2dd76bdf97bc87fdc0ffb7836af3f976db8af38
Author: Frédéric Péters <fpeters 0d be>
Date: Fri Jan 28 18:34:19 2011 +0100
Detect gtk-doc modules where gtk-doc.make is in the doc directory (dconf)
src/lgo.py | 1 +
1 files changed, 1 insertions(+), 0 deletions(-)
---
diff --git a/src/lgo.py b/src/lgo.py
index 5cfb90a..44d9552 100755
--- a/src/lgo.py
+++ b/src/lgo.py
@@ -479,6 +479,7 @@ class Lgo(App):
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 \
+ 'include 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]