[library-web] mallard: add support for HELP_MEDIA_NODUP



commit c18ccd5fa760672460dc8e2a41b1ab4300bd2f4f
Author: Frédéric Péters <fpeters 0d be>
Date:   Mon Nov 18 18:14:19 2013 +0100

    mallard: add support for HELP_MEDIA_NODUP

 src/modtypes/mallard.py |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/src/modtypes/mallard.py b/src/modtypes/mallard.py
index 2cc43c3..3ccff30 100644
--- a/src/modtypes/mallard.py
+++ b/src/modtypes/mallard.py
@@ -216,7 +216,7 @@ class MallardModule(DocModule):
             return
 
         try:
-            doc_figures = re.findall(r'(?:DOC_FIGURES|HELP_FIGURES|HELP_MEDIA)\s+=\s+(.*)',
+            doc_figures = re.findall(r'(?:DOC_FIGURES|HELP_FIGURES|HELP_MEDIA|HELP_MEDIA_NODUP)\s+=\s+(.*)',
                     self.makefile_am)[0].split()
             figures_dirname = os.path.join(ext_dirname, self.dirname, 'C')
             self.expand_doc_figures(doc_figures)


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