doc-src/System/IsaMakefile
author wenzelm
Mon, 15 Sep 2008 17:32:12 +0200
changeset 28220 889e5b7e006c
child 28221 ca9fdab0f971
permissions -rw-r--r--
basic setup for generated document sources (cf. IsarRef/isar-ref.tex);
     1 
     2 ## targets
     3 
     4 default: Pure-System
     5 images: 
     6 test: Pure-System
     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 ## IsarRef sessions
    21 
    22 Pure-System: $(LOG)/Pure-System.gz
    23 
    24 $(LOG)/Pure-System.gz: Thy/ROOT.ML ../antiquote_setup.ML	\
    25   Thy/Basics.thy
    26 	@$(USEDIR) -s System Pure Thy
    27 
    28 
    29 ## clean
    30 
    31 clean:
    32 	@rm -f $(LOG)/Pure-System.gz