Explorar el Código

Depend on .bib files

Ryan C. Thompson hace 9 años
padre
commit
2e68c74286
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      dodo.py

+ 1 - 1
dodo.py

@@ -48,7 +48,7 @@ def task_lyx2pdf():
         yield {
             'name': lyxfile,
             'actions': [lyx_cmd],
-            'file_dep': [lyxfile],
+            'file_dep': [lyxfile] + list(glob_recursive('*.bib')),
             'targets': [pdffile],
             'verbosity': 0,
             'clean': True,