doc-src/Locales/IsaMakefile
changeset 14586 7b8d56b4ac60
child 16168 adb83939177f
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/doc-src/Locales/IsaMakefile	Fri Apr 16 11:35:44 2004 +0200
@@ -0,0 +1,33 @@
+
+## targets
+
+default: Locales
+images:
+test: Locales
+
+all: images test
+
+
+## global settings
+
+SRC = $(ISABELLE_HOME)/src
+OUT = $(ISABELLE_OUTPUT)
+LOG = $(OUT)/log
+USEDIR = $(ISATOOL) usedir -i true -d "" -D generated
+
+
+## Locales
+
+Locales: $(LOG)/HOL-Locales.gz
+
+HOL:
+	@cd $(SRC)/HOL; $(ISATOOL) make HOL
+
+$(LOG)/HOL-Locales.gz: $(OUT)/HOL Locales/ROOT.ML Locales/Locales.thy
+	@$(USEDIR) $(OUT)/HOL Locales
+
+
+## clean
+
+clean:
+	@rm -f $(LOG)/HOL-Locales.gz