doc-src/Main/IsaMakefile
author huffman
Sat, 20 Aug 2011 10:08:47 -0700
changeset 44346 00dd3c4dabe0
parent 42513 96a55556639c
permissions -rw-r--r--
rename real_squared_diff_one_factored to square_diff_one_factored and move to Rings.thy


## 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
	@rm -f Docs/document/isabelle.sty
	@rm -f Docs/document/isabellesym.sty
	@rm -f Docs/document/pdfsetup.sty
	@rm -f Docs/document/session.tex


## clean

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