Browse Source

ajouts md et texinput

Hugo Roy 7 years ago
parent
commit
5258de3d43
1 changed files with 1 additions and 1 deletions
  1. 1 1
      cocktail

+ 1 - 1
cocktail

@@ -414,7 +414,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 tex txt
+  for ext in pdf docx html md texinput 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"