[library-web] changed debug message as gnome-doc-utils doesn't imply docbook anymore
- From: Frederic Peters <fpeters src gnome org>
- To: svn-commits-list gnome org
- Cc:
- Subject: [library-web] changed debug message as gnome-doc-utils doesn't imply docbook anymore
- Date: Sat, 8 Aug 2009 08:42:33 +0000 (UTC)
commit 9f8fd05d5bc41b6b52b0149431069fef4a86fd37
Author: Frédéric Péters <fpeters 0d be>
Date: Sat Aug 8 10:40:53 2009 +0200
changed debug message as gnome-doc-utils doesn't imply docbook anymore
src/lgo.py | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/src/lgo.py b/src/lgo.py
index c0335b2..36f20b1 100755
--- a/src/lgo.py
+++ b/src/lgo.py
@@ -416,7 +416,7 @@ class Lgo(App):
logging.debug('found usage of mallard in %s' % tarinfo.name)
doc = MallardModule(tar, tarinfo, makefile_am, nightly)
elif 'DOC_MODULE' in makefile_am and regex_gdu.findall(makefile_am):
- logging.debug('found usage of gnome-doc-utils in %s' % tarinfo.name)
+ logging.debug('found usage of docbook in %s' % tarinfo.name)
doc = GnomeDocbookModule(tar, tarinfo, makefile_am, nightly)
elif 'include $(top_srcdir)/gtk-doc.make' in makefile_am or \
('gtkdoc-scan' in makefile_am and not 'gtk-doc' in tarinfo.name):
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]