doc-src/LaTeXsugar/IsaMakefile
author wenzelm
Thu, 01 Oct 2009 20:13:32 +0200
changeset 32835 00c14c4a6b4f
parent 30458 804de935c328
permissions -rw-r--r--
enable slow-motion mode to accomodate unsynchronized refs within theory sources;
     1 
     2 ## targets
     3 
     4 default: Sugar
     5 images: 
     6 test: Sugar
     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 = $(ISABELLE_TOOL) usedir -v true -i false -g false -d false -D document -M 1
    18 
    19 
    20 ## Sugar
    21 
    22 Sugar: $(LOG)/HOL-Sugar.gz
    23 
    24 $(LOG)/HOL-Sugar.gz: Sugar/ROOT.ML Sugar/Sugar.thy \
    25   Sugar/document/root.tex Sugar/document/root.bib \
    26   $(SRC)/HOL/Library/LaTeXsugar.thy $(SRC)/HOL/Library/OptionalSugar.thy 
    27 	@$(USEDIR) HOL Sugar
    28 	@rm -f Sugar/document/isabelle.sty Sugar/document/isabellesym.sty \
    29 	 Sugar/document/pdfsetup.sty Sugar/document/session.tex
    30 
    31 
    32 ## clean
    33 
    34 clean:
    35 	@rm -f $(LOG)/HOL-Sugar.gz