summaryrefslogtreecommitdiff
path: root/sphinx/ext/oldcmarkup.py
diff options
context:
space:
mode:
authorGeorg Brandl <georg@python.org>2010-07-28 20:30:05 +0200
committerGeorg Brandl <georg@python.org>2010-07-28 20:30:05 +0200
commit27b4265a2f002e317872149eb5e8a28df407f005 (patch)
tree7443b7debb4c534aab230b1feba042c2505be323 /sphinx/ext/oldcmarkup.py
parent67ffb9bf5477b6d9489157ba761065f9218b937b (diff)
downloadsphinx-git-27b4265a2f002e317872149eb5e8a28df407f005.tar.gz
Update phony targets list.
Diffstat (limited to 'sphinx/ext/oldcmarkup.py')
-rw-r--r--sphinx/ext/oldcmarkup.py1
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:]