doc-src/IsarRef/IsaMakefile
author wenzelm
Wed, 23 Apr 2008 12:13:08 +0200
changeset 26741 eb15fd4cd1ad
parent 26738 615e1a86787b
child 26754 c0424e4de33d
permissions -rw-r--r--
converted intro.tex to Thy/intro.thy;
     1 
     2 ## targets
     3 
     4 default: Thy
     5 images: 
     6 test: Thy
     7 
     8 all: images test
     9 
    10 
    11 ## global settings
    12 
    13 SRC = $(ISABELLE_HOME)/src
    14 OUT = $(ISABELLE_OUTPUT)
    15 LOG = $(OUT)/log
    16 
    17 USEDIR = $(ISATOOL) usedir -v true -i false -d false -C false -D document
    18 
    19 
    20 ## Thy
    21 
    22 Thy: $(LOG)/Pure-Thy.gz
    23 
    24 $(LOG)/Pure-Thy.gz: Thy/ROOT.ML ../antiquote_setup.ML Thy/intro.thy
    25 	@$(USEDIR) Pure Thy
    26 
    27 
    28 ## clean
    29 
    30 clean:
    31 	@rm -f $(LOG)/Pure-Thy.gz