lib/scripts/getfunctions
changeset 69342 fa981730b964
parent 69277 258bef08b31e
child 69374 ab66951166f3
equal deleted inserted replaced
69341:6aa24ccd8049 69342:fa981730b964
   122     fi
   122     fi
   123   done
   123   done
   124   export ISABELLE_SCALA_TOOLS
   124   export ISABELLE_SCALA_TOOLS
   125 }
   125 }
   126 export -f isabelle_scala_tools
   126 export -f isabelle_scala_tools
       
   127 
       
   128 #Isabelle fonts
       
   129 function isabelle_fonts ()
       
   130 {
       
   131   local X=""
       
   132   for X in "$@"
       
   133   do
       
   134     if [ -z "$ISABELLE_FONTS" ]; then
       
   135       ISABELLE_FONTS="$X"
       
   136     else
       
   137       ISABELLE_FONTS="$ISABELLE_FONTS:$X"
       
   138     fi
       
   139   done
       
   140   export ISABELLE_FONTS
       
   141 }
       
   142 export -f isabelle_fonts
   127 
   143 
   128 #file formats
   144 #file formats
   129 function isabelle_file_format ()
   145 function isabelle_file_format ()
   130 {
   146 {
   131   local X=""
   147   local X=""