Admin/mira.py
changeset 42822 dc7232f0c303
parent 42821 4629cbaebc04
child 42823 8a3b9dbc7406
equal deleted inserted replaced
42821:4629cbaebc04 42822:dc7232f0c303
   243   ])
   243   ])
   244 def AFP_images(*args):
   244 def AFP_images(*args):
   245     """Isabelle images needed for the AFP"""
   245     """Isabelle images needed for the AFP"""
   246     return isabelle_dependency_only(*args)
   246     return isabelle_dependency_only(*args)
   247 
   247 
   248 @configuration(repos = [Isabelle], deps = [
   248 @configuration(repos = [Isabelle], deps = [])
   249     (AFP_images, [0])
       
   250   ])
       
   251 def Isabelle_makeall(*args):
   249 def Isabelle_makeall(*args):
   252     """Isabelle makeall"""
   250     """Isabelle makeall"""
   253     return isabelle_makeall(*args)
   251     return isabelle_makeall(*args)
   254 
   252 
   255 
   253