doc-src/Functions/IsaMakefile
author krauss
Tue, 28 Sep 2010 09:43:13 +0200
changeset 39986 ec6dfd9ce573
parent 30458 804de935c328
permissions -rw-r--r--
added dependency to base images to ensure that the doc test actually rebuilds the tutorials
krauss@21212
     1
krauss@21212
     2
## targets
krauss@21212
     3
krauss@21212
     4
default: Thy
krauss@21212
     5
images: 
krauss@21212
     6
test: Thy
krauss@21212
     7
krauss@21212
     8
all: images test
krauss@21212
     9
krauss@21212
    10
krauss@21212
    11
## global settings
krauss@21212
    12
krauss@21212
    13
SRC = $(ISABELLE_HOME)/src
krauss@21212
    14
OUT = $(ISABELLE_OUTPUT)
krauss@21212
    15
LOG = $(OUT)/log
krauss@21212
    16
wenzelm@28500
    17
USEDIR = $(ISABELLE_TOOL) usedir -v true -i false -d false -C false -D document
krauss@21212
    18
krauss@21212
    19
krauss@21212
    20
## Thy
krauss@21212
    21
krauss@21212
    22
THY = $(LOG)/HOL-Thy.gz
krauss@21212
    23
krauss@21212
    24
Thy: $(THY)
krauss@21212
    25
krauss@39986
    26
$(THY): $(OUT)/HOL Thy/ROOT.ML Thy/Functions.thy
krauss@21212
    27
	@$(USEDIR) HOL Thy
wenzelm@30458
    28
	@rm -f Thy/document/isabelle.sty Thy/document/isabellesym.sty \
wenzelm@30458
    29
	 Thy/document/pdfsetup.sty Thy/document/session.tex
krauss@21212
    30
krauss@21212
    31
krauss@21212
    32
## clean
krauss@21212
    33
krauss@21212
    34
clean:
krauss@21212
    35
	@rm -f $(THY)