doc-src/IsarRef/IsaMakefile
author wenzelm
Tue, 29 Apr 2008 13:39:32 +0200
changeset 26758 72af85f6d70b
parent 26754 c0424e4de33d
child 26767 cc127cc0951b
permissions -rw-r--r--
session based on HOL;


## targets

default: Thy
images: 
test: Thy

all: images test


## global settings

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

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


## Thy

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

$(LOG)/HOL-Thy.gz: Thy/ROOT.ML ../antiquote_setup.ML Thy/intro.thy \
  Thy/syntax.thy
	@$(USEDIR) HOL Thy


## clean

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