Browse Source

Issue 10 (hugoroy) garder le tex après génération des documents

David Sniperovitch 8 years ago
parent
commit
74aa1e7913
1 changed files with 1 additions and 1 deletions
  1. 1 1
      cocktail

+ 1 - 1
cocktail

@@ -385,7 +385,7 @@ publish() {
     die "[$FUNCNAME] the folder '$dst_folder' does not exists"
     die "[$FUNCNAME] the folder '$dst_folder' does not exists"
   fi
   fi
 
 
-  for ext in pdf docx html txt
+  for ext in pdf docx html tex txt
   do
   do
     local from="$src_folder/$PROJET.$ext"
     local from="$src_folder/$PROJET.$ext"
     local to="$dst_folder/$PROJET.$ext"
     local to="$dst_folder/$PROJET.$ext"