IsaMakefile
changeset 163 67063c5365e1
parent 71 8c7f10b3da7b
--- a/IsaMakefile	Thu Feb 07 06:39:06 2013 +0000
+++ b/IsaMakefile	Sun Feb 10 19:49:07 2013 +0000
@@ -14,7 +14,7 @@
 OUT = $(ISABELLE_OUTPUT)
 LOG = $(OUT)/log
 
-USEDIR = $(ISABELLE_TOOL) usedir -v true -i false -D generated
+USEDIR = $(ISABELLE_TOOL) usedir -v true -i false 
 
 
 ## utm
@@ -24,13 +24,13 @@
 $(OUT)/utm: thys/*.thy ROOT.ML
 	@$(USEDIR) -f ROOT.ML -b HOL UTM
 
-paper:  ROOT.ML \
-	document/root* \
-	*.thy
-	rm -rf generated # otherwise latex will fall over 
-	@$(USEDIR) -f ROOT1.ML UTM .
-	$(ISABELLE_TOOL) document -o pdf  generated
-	cp generated/root.pdf paper.pdf  
+#paper:  ROOT.ML \
+#	document/root* \
+#	*.thy
+#	rm -rf generated # otherwise latex will fall over 
+#	@$(USEDIR) -f ROOT1.ML UTM .
+#	$(ISABELLE_TOOL) document -o pdf  generated
+#	cp generated/root.pdf paper.pdf  
 
 ## ITP itp