diff options
author | Georg Brandl <georg@python.org> | 2010-07-28 20:30:05 +0200 |
---|---|---|
committer | Georg Brandl <georg@python.org> | 2010-07-28 20:30:05 +0200 |
commit | 27b4265a2f002e317872149eb5e8a28df407f005 (patch) | |
tree | 7443b7debb4c534aab230b1feba042c2505be323 /sphinx/ext/oldcmarkup.py | |
parent | 67ffb9bf5477b6d9489157ba761065f9218b937b (diff) | |
download | sphinx-git-27b4265a2f002e317872149eb5e8a28df407f005.tar.gz |
Update phony targets list.
Diffstat (limited to 'sphinx/ext/oldcmarkup.py')
-rw-r--r-- | sphinx/ext/oldcmarkup.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sphinx/ext/oldcmarkup.py b/sphinx/ext/oldcmarkup.py index 84ae61dd2..3aa53fd86 100644 --- a/sphinx/ext/oldcmarkup.py +++ b/sphinx/ext/oldcmarkup.py @@ -31,6 +31,7 @@ class OldCDirective(Directive): def run(self): env = self.state.document.settings.env if not env.app._oldcmarkup_warned: + print 'XXXYYY' env.warn(env.docname, WARNING_MSG, self.lineno) env.app._oldcmarkup_warned = True newname = 'c:' + self.name[1:] |