doc-src/Main/IsaMakefile
author boehmes
Fri, 21 Aug 2009 09:44:55 +0200
changeset 32382 98674ac811c4
parent 30457 28b487cd9e15
child 42513 96a55556639c
permissions -rw-r--r--
Mirabelle tool script conforming to standard Isabelle tool interface, tidied Perl script, moved ML sources to Tools subdirectory


## 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