doc-src/Locales/Makefile
author wenzelm
Sat, 09 Jul 2011 21:53:27 +0200
changeset 43721 fad8634cee62
parent 42637 381fdcab0f36
permissions -rw-r--r--
echo prover input via raw_messages, for improved protocol tracing;
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
14586
7b8d56b4ac60 Added Locales Tutorial.
ballarin
parents:
diff changeset
     1
7b8d56b4ac60 Added Locales Tutorial.
ballarin
parents:
diff changeset
     2
## targets
7b8d56b4ac60 Added Locales Tutorial.
ballarin
parents:
diff changeset
     3
7b8d56b4ac60 Added Locales Tutorial.
ballarin
parents:
diff changeset
     4
default: dvi
7b8d56b4ac60 Added Locales Tutorial.
ballarin
parents:
diff changeset
     5
7b8d56b4ac60 Added Locales Tutorial.
ballarin
parents:
diff changeset
     6
7b8d56b4ac60 Added Locales Tutorial.
ballarin
parents:
diff changeset
     7
## dependencies
7b8d56b4ac60 Added Locales Tutorial.
ballarin
parents:
diff changeset
     8
7b8d56b4ac60 Added Locales Tutorial.
ballarin
parents:
diff changeset
     9
include ../Makefile.in
7b8d56b4ac60 Added Locales Tutorial.
ballarin
parents:
diff changeset
    10
7b8d56b4ac60 Added Locales Tutorial.
ballarin
parents:
diff changeset
    11
NAME = locales
7b8d56b4ac60 Added Locales Tutorial.
ballarin
parents:
diff changeset
    12
17135
58f044289dca tuned arrangement of generated stuff;
wenzelm
parents: 16168
diff changeset
    13
FILES = Locales/document/root.tex Locales/document/root.bib \
27063
d1d35284542f New version covering interpretation.
ballarin
parents: 26916
diff changeset
    14
  Locales/document/session.tex Locales/document/Examples.tex \
d1d35284542f New version covering interpretation.
ballarin
parents: 26916
diff changeset
    15
  Locales/document/Examples1.tex Locales/document/Examples2.tex \
d1d35284542f New version covering interpretation.
ballarin
parents: 26916
diff changeset
    16
  Locales/document/Examples3.tex \
42511
bf89455ccf9d eliminated copies of isabelle style files;
wenzelm
parents: 27076
diff changeset
    17
  ../../lib/texinputs/isabelle.sty ../../lib/texinputs/isabellesym.sty ../pdfsetup.sty 
14586
7b8d56b4ac60 Added Locales Tutorial.
ballarin
parents:
diff changeset
    18
7b8d56b4ac60 Added Locales Tutorial.
ballarin
parents:
diff changeset
    19
dvi: $(NAME).dvi
7b8d56b4ac60 Added Locales Tutorial.
ballarin
parents:
diff changeset
    20
7b8d56b4ac60 Added Locales Tutorial.
ballarin
parents:
diff changeset
    21
$(NAME).dvi: $(FILES)
27076
e104481d289d removed TEXPATH, just chdir to Locales/document;
wenzelm
parents: 27063
diff changeset
    22
	cd Locales/document && \
e104481d289d removed TEXPATH, just chdir to Locales/document;
wenzelm
parents: 27063
diff changeset
    23
	$(LATEX) root && \
e104481d289d removed TEXPATH, just chdir to Locales/document;
wenzelm
parents: 27063
diff changeset
    24
	$(BIBTEX) root && \
e104481d289d removed TEXPATH, just chdir to Locales/document;
wenzelm
parents: 27063
diff changeset
    25
	$(LATEX) root && \
e104481d289d removed TEXPATH, just chdir to Locales/document;
wenzelm
parents: 27063
diff changeset
    26
	$(LATEX) root && \
e104481d289d removed TEXPATH, just chdir to Locales/document;
wenzelm
parents: 27063
diff changeset
    27
	$(LATEX) root
e104481d289d removed TEXPATH, just chdir to Locales/document;
wenzelm
parents: 27063
diff changeset
    28
	mv Locales/document/root.dvi $(NAME).dvi
14586
7b8d56b4ac60 Added Locales Tutorial.
ballarin
parents:
diff changeset
    29
7b8d56b4ac60 Added Locales Tutorial.
ballarin
parents:
diff changeset
    30
pdf: $(NAME).pdf
7b8d56b4ac60 Added Locales Tutorial.
ballarin
parents:
diff changeset
    31
7b8d56b4ac60 Added Locales Tutorial.
ballarin
parents:
diff changeset
    32
$(NAME).pdf: $(FILES)
27076
e104481d289d removed TEXPATH, just chdir to Locales/document;
wenzelm
parents: 27063
diff changeset
    33
	cd Locales/document && \
e104481d289d removed TEXPATH, just chdir to Locales/document;
wenzelm
parents: 27063
diff changeset
    34
	$(PDFLATEX) root && \
e104481d289d removed TEXPATH, just chdir to Locales/document;
wenzelm
parents: 27063
diff changeset
    35
	$(BIBTEX) root && \
e104481d289d removed TEXPATH, just chdir to Locales/document;
wenzelm
parents: 27063
diff changeset
    36
	$(PDFLATEX) root && \
e104481d289d removed TEXPATH, just chdir to Locales/document;
wenzelm
parents: 27063
diff changeset
    37
	$(PDFLATEX) root && \
e104481d289d removed TEXPATH, just chdir to Locales/document;
wenzelm
parents: 27063
diff changeset
    38
	$(PDFLATEX) root
e104481d289d removed TEXPATH, just chdir to Locales/document;
wenzelm
parents: 27063
diff changeset
    39
	mv Locales/document/root.pdf $(NAME).pdf