doc-src/IsarRef/IsaMakefile
author wenzelm
Mon, 28 Apr 2008 14:22:42 +0200
changeset 26754 c0424e4de33d
parent 26741 eb15fd4cd1ad
child 26758 72af85f6d70b
permissions -rw-r--r--
converted syntax.tex to Thy/syntax.thy;


## 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)/Pure-Thy.gz

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


## clean

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