add uncommited files

This commit is contained in:
root 2017-10-30 18:02:59 +01:00
parent 500a29be8d
commit e951c3b9b2
2 changed files with 6 additions and 1 deletions

View File

@ -50,6 +50,11 @@
{"name": "publik-alt",
"title": "Publik",
"description": "Gestion de la Relation Usager",
"private": false
},
{"name": "au-quotidien-victor",
"title": "Au quotidien",
"description": "Téléservices en ligne",
"private": true
}
]

View File

@ -117,7 +117,7 @@ def publish_mallard(module, branch, directory):
cmd.extend(page_files)
subprocess.call(cmd, **kws)
if os.path.exists(cache_file):
if os.path.exists(cache_file) and False:
latex_file = os.path.join(temp_dir, 'doc-%s.tex' % module_name)
cmd = ['xsltproc', '-o', latex_file, '../mal2latex/mal2latex.xsl',
cache_file]