doc-src/TutorialI/IsaMakefile
changeset 10538 d1bf9ca9008d
parent 10368 f7e8abd8ea15
child 10543 8e4307d1207a
equal deleted inserted replaced
10537:1d2f15504d38 10538:d1bf9ca9008d
   140 
   140 
   141 ## HOL-Types
   141 ## HOL-Types
   142 
   142 
   143 HOL-Types: HOL $(LOG)/HOL-Types.gz
   143 HOL-Types: HOL $(LOG)/HOL-Types.gz
   144 
   144 
   145 $(LOG)/HOL-Types.gz: $(OUT)/HOL Types/ROOT.ML Types/Typedef.thy \
   145 $(LOG)/HOL-Types.gz: $(OUT)/HOL Types/ROOT.ML Types/Pairs.thy \
       
   146   Types/Typedef.thy \
   146   Types/Overloading0.thy Types/Overloading1.thy Types/Overloading2.thy \
   147   Types/Overloading0.thy Types/Overloading1.thy Types/Overloading2.thy \
   147   Types/Overloading.thy Types/Axioms.thy
   148   Types/Overloading.thy Types/Axioms.thy
   148 	@$(ISATOOL) usedir -i true -d dvi -D document $(OUT)/HOL Types
   149 	@$(ISATOOL) usedir -i true -d dvi -D document $(OUT)/HOL Types
   149 	@rm -f tutorial.dvi
   150 	@rm -f tutorial.dvi
   150 
   151 
   153 HOL-Misc: HOL $(LOG)/HOL-Misc.gz
   154 HOL-Misc: HOL $(LOG)/HOL-Misc.gz
   154 
   155 
   155 $(LOG)/HOL-Misc.gz: $(OUT)/HOL Misc/ROOT.ML Misc/Tree.thy Misc/Tree2.thy \
   156 $(LOG)/HOL-Misc.gz: $(OUT)/HOL Misc/ROOT.ML Misc/Tree.thy Misc/Tree2.thy \
   156   Misc/fakenat.thy Misc/natsum.thy Misc/pairs.thy Misc/types.thy \
   157   Misc/fakenat.thy Misc/natsum.thy Misc/pairs.thy Misc/types.thy \
   157   Misc/prime_def.thy Misc/case_exprs.thy \
   158   Misc/prime_def.thy Misc/case_exprs.thy \
   158   Misc/arith1.thy Misc/arith2.thy Misc/arith3.thy \
       
   159   Misc/simp.thy Misc/Itrev.thy Misc/AdvancedInd.thy
   159   Misc/simp.thy Misc/Itrev.thy Misc/AdvancedInd.thy
   160 	@$(ISATOOL) usedir -i true -d dvi -D document $(OUT)/HOL Misc
   160 	@$(ISATOOL) usedir -i true -d dvi -D document $(OUT)/HOL Misc
   161 	@rm -f tutorial.dvi
   161 	@rm -f tutorial.dvi
   162 
   162 
   163 
   163