library-web r418 - in trunk: . src



Author: fpeters
Date: Wed Mar 19 20:51:05 2008
New Revision: 418
URL: http://svn.gnome.org/viewvc/library-web?rev=418&view=rev

Log:
* src/lgo.py: special case gtk-doc as it has gtkdoc-scan but is not a
gtk-doc module.



Modified:
   trunk/ChangeLog
   trunk/src/lgo.py

Modified: trunk/src/lgo.py
==============================================================================
--- trunk/src/lgo.py	(original)
+++ trunk/src/lgo.py	Wed Mar 19 20:51:05 2008
@@ -1680,7 +1680,7 @@
                     logging.debug('found usage of gnome-doc-utils in %s' % tarinfo.name)
                     doc = GnomeDocUtilsModule(tar, tarinfo, makefile_am)
                 elif 'include $(top_srcdir)/gtk-doc.make' in makefile_am or \
-                        'gtkdoc-scan' in makefile_am:
+                        ('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(tar, tarinfo, makefile_am)
                 elif 'SUBDIRS = C' in makefile_am and \



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]