doc-src/LaTeXsugar/IsaMakefile
author nipkow
Mon, 29 Nov 2004 18:49:35 +0100
changeset 15342 13bd3d12ec2f
parent 15337 628d87767434
child 15467 8447132f4ff5
permissions -rw-r--r--
*** empty log message ***
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
15337
nipkow
parents:
diff changeset
     1
nipkow
parents:
diff changeset
     2
## targets
nipkow
parents:
diff changeset
     3
nipkow
parents:
diff changeset
     4
default: Sugar
nipkow
parents:
diff changeset
     5
images: 
nipkow
parents:
diff changeset
     6
test: Sugar
nipkow
parents:
diff changeset
     7
nipkow
parents:
diff changeset
     8
all: images test
nipkow
parents:
diff changeset
     9
nipkow
parents:
diff changeset
    10
nipkow
parents:
diff changeset
    11
## global settings
nipkow
parents:
diff changeset
    12
nipkow
parents:
diff changeset
    13
SRC = $(ISABELLE_HOME)/src
nipkow
parents:
diff changeset
    14
OUT = $(ISABELLE_OUTPUT)
nipkow
parents:
diff changeset
    15
LOG = $(OUT)/log
nipkow
parents:
diff changeset
    16
nipkow
parents:
diff changeset
    17
USEDIR = $(ISATOOL) usedir -v true -i true -d pdf -D generated
nipkow
parents:
diff changeset
    18
nipkow
parents:
diff changeset
    19
nipkow
parents:
diff changeset
    20
## Sugar
nipkow
parents:
diff changeset
    21
nipkow
parents:
diff changeset
    22
Sugar: $(LOG)/HOL-Sugar.gz
nipkow
parents:
diff changeset
    23
15342
13bd3d12ec2f *** empty log message ***
nipkow
parents: 15337
diff changeset
    24
$(LOG)/HOL-Sugar.gz: Sugar/ROOT.ML Sugar/document/root.tex Sugar/document/root.bib Sugar/*.thy
15337
nipkow
parents:
diff changeset
    25
	@$(USEDIR) HOL Sugar
nipkow
parents:
diff changeset
    26
nipkow
parents:
diff changeset
    27
nipkow
parents:
diff changeset
    28
## clean
nipkow
parents:
diff changeset
    29
nipkow
parents:
diff changeset
    30
clean:
nipkow
parents:
diff changeset
    31
	@rm -f $(LOG)/HOL-Sugar.gz