doc-src/Locales/IsaMakefile
author wenzelm
Sat, 04 Oct 2008 16:05:09 +0200
changeset 28500 4b79e5d3d0aa
parent 27063 d1d35284542f
child 30458 804de935c328
permissions -rw-r--r--
replaced ISATOOL by ISABELLE_TOOL;
     1 
     2 ## targets
     3 
     4 default: Locales
     5 images:
     6 test: Locales
     7 
     8 all: images test
     9 
    10 
    11 ## global settings
    12 
    13 SRC = $(ISABELLE_HOME)/src
    14 OUT = $(ISABELLE_OUTPUT)
    15 LOG = $(OUT)/log
    16 USEDIR = $(ISABELLE_TOOL) usedir -d false -D document
    17 
    18 
    19 ## Locales
    20 
    21 Locales: $(LOG)/HOL-Locales.gz
    22 
    23 HOL:
    24 	@cd $(SRC)/HOL; $(ISABELLE_TOOL) make HOL
    25 
    26 $(LOG)/HOL-Locales.gz: $(OUT)/HOL Locales/ROOT.ML Locales/Examples.thy \
    27   Locales/Examples1.thy Locales/Examples2.thy Locales/Examples3.thy \
    28   Locales/document/root.tex Locales/document/root.bib
    29 	@$(USEDIR) $(OUT)/HOL Locales
    30 
    31 
    32 ## clean
    33 
    34 clean:
    35 	@rm -f $(LOG)/HOL-Locales.gz