doc-src/Main/IsaMakefile
author blanchet
Mon, 04 Apr 2011 18:53:35 +0200
changeset 42227 662b50b7126f
parent 30457 28b487cd9e15
child 42513 96a55556639c
permissions -rw-r--r--
if "monomorphize" is enabled, mangle the type information in the names by default


## targets

default: HOL-Docs
images:
test: HOL-Docs

all: images test


## global settings

SRC = $(ISABELLE_HOME)/src
OUT = $(ISABELLE_OUTPUT)
LOG = $(OUT)/log

USEDIR = $(ISABELLE_TOOL) usedir -v true -i false -d false -C false -D document


## sessions

HOL-Docs: $(LOG)/HOL-Docs.gz

$(LOG)/HOL-Docs.gz: Docs/Main_Doc.thy Docs/ROOT.ML
	@$(USEDIR) HOL Docs


## clean

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