doc-src/Locales/IsaMakefile
author wenzelm
Fri, 27 Jan 2006 19:03:07 +0100
changeset 18801 b913ce69660c
parent 17135 58f044289dca
child 27063 d1d35284542f
permissions -rw-r--r--
moved theorem tags from Drule to PureThy; replaced kind attribute by kind string; tuned name_multi: index > 1 only; added note_thmss_qualified (from Isar/locale.ML);


## targets

default: Locales
images:
test: Locales

all: images test


## global settings

SRC = $(ISABELLE_HOME)/src
OUT = $(ISABELLE_OUTPUT)
LOG = $(OUT)/log
USEDIR = $(ISATOOL) usedir -d false -D document


## 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 \
  Locales/document/root.tex Locales/document/root.bib
	@$(USEDIR) $(OUT)/HOL Locales


## clean

clean:
	@rm -f $(LOG)/HOL-Locales.gz