summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/source/latex/koma-script/doc/Makefile.guide
diff options
context:
space:
mode:
Diffstat (limited to 'Master/texmf-dist/source/latex/koma-script/doc/Makefile.guide')
-rw-r--r--Master/texmf-dist/source/latex/koma-script/doc/Makefile.guide32
1 files changed, 24 insertions, 8 deletions
diff --git a/Master/texmf-dist/source/latex/koma-script/doc/Makefile.guide b/Master/texmf-dist/source/latex/koma-script/doc/Makefile.guide
index 8f76ea692dd..432d427419d 100644
--- a/Master/texmf-dist/source/latex/koma-script/doc/Makefile.guide
+++ b/Master/texmf-dist/source/latex/koma-script/doc/Makefile.guide
@@ -1,6 +1,6 @@
# ======================================================================
# Makefile.guide
-# Copyright (c) Markus Kohm, 2002-2012
+# Copyright (c) Markus Kohm, 2002-2013
#
# This file is part of the LaTeX2e KOMA-Script bundle.
#
@@ -18,7 +18,7 @@
# This work consists of all files listed in manifest.txt.
# ----------------------------------------------------------------------
# Makefile.guide
-# Copyright (c) Markus Kohm, 2002-2012
+# Copyright (c) Markus Kohm, 2002-2013
#
# Dieses Werk darf nach den Bedingungen der LaTeX Project Public Lizenz,
# Version 1.3c, verteilt und/oder veraendert werden.
@@ -70,19 +70,23 @@ endif
TEX_CHAPTERS = preface.tex introduction.tex \
authorpart.tex typearea.tex scrbookreportarticle.tex \
- scrlttr2.tex scrpage2.tex scrdatetime.tex scraddr.tex \
+ scrlttr2.tex scrlayer-scrpage.tex scrpage2.tex \
+ scrdatetime.tex scraddr.tex \
adrconvnote.tex scrextend.tex \
expertpart.tex scrbase.tex scrlfile.tex scrwfile.tex \
tocbasic.tex scrhack.tex \
+ scrlayer.tex \
+ scrlayer-scrpage-experts.tex scrlayer-notecolumn.tex \
typearea-experts.tex scrbookreportarticle-experts.tex \
scrlttr2-experts.tex \
$(TEX_APPENDICES)
-TEX_MISC = $(DOCDIR)guide.tex $(DOCDIR)linkalias.tex \
+TEX_MISC = ../guide.tex ../linkalias.tex \
common-0.tex common-1.tex common-2.tex common-3.tex \
common-4.tex common-5.tex common-6.tex common-7.tex \
common-8.tex common-9.tex common-10.tex common-11.tex \
- common-12.tex common-13.tex common-14.tex common-15.tex
+ common-12.tex common-13.tex common-14.tex common-15.tex \
+ common-20.tex common-21.tex
EXAMPLE_LETTER_DTX = scrlttr2examples.dtx
@@ -93,6 +97,11 @@ EXAMPLE_LETTER_LETTERS = $(foreach num,\
EXAMPLE_LETTER_DTX_RESULT = $(EXAMPLE_LETTER_LETTERS) musterlogo.eps ich.lco
+ifeq ($(LANGUAGE),ngerman)
+EXAMPLE_NOTECOLUMN_SRC = scrlayer-notecolumn-example.tex
+EXAMPLE_NOTECOLUMN_PDF = $(addsuffix .pdf,$(basename $(EXAMPLE_NOTECOLUMN_SRC)))
+endif
+
PLENGTH_DTX = $(DOCDIR)plength.dtx
PLENGTH_DTX_RESULT = plength.drv plenDIN.mp varDIN.mp plinc.mp \
@@ -108,18 +117,20 @@ EXAMPLE_LETTER_SRC = $(EXAMPLE_LETTER_LETTERS) $(PDF_EPS) ich.lco
EXAMPLE_LETTER_PDF = $(addsuffix .pdf,$(basename $(EXAMPLE_LETTER_LETTERS)))
-GENERATED_SRC = $(EXAMPLE_LETTER_PDF) $(PLENGTH_PDF)
+GENERATED_SRC = $(EXAMPLE_LETTER_PDF) $(PLENGTH_PDF) \
+ $(EXAMPLE_NOTECOLUMN_PDF)
GENERATED_CLEAN = $(GENERATED_SRC) \
$(EXAMPLE_LETTER_DTX_RESULT) letter-label.tex \
- $(PDF_EPS) \
+ $(EXAMPLE_NOTECOLUMN_PDF) $(PDF_EPS) \
$(PLENGTH_DTX_RESULT)
TEX_SRC = guide-$(LANGUAGELONG).tex $(TEX_CHAPTERS) $(TEX_MISC)
MISC_SRC = $(MAKE_FILES) htmlsetup
-DIST_SRC = $(MISC_SRC) $(TEX_SRC) $(EXAMPLE_LETTER_DTX)
+DIST_SRC = $(MISC_SRC) $(TEX_SRC) $(EXAMPLE_LETTER_DTX) \
+ $(EXAMPLE_NOTECOLUMN_SRC)
GUIDE_FILES = $(GUIDENAME).pdf $(GUIDENAME).html
@@ -277,6 +288,11 @@ $(EXAMPLE_LETTER_PDF): $(EXAMPLE_LETTER_SRC)
$(EXAMPLE_LETTER_DTX_RESULT): $(EXAMPLE_LETTER_DTX)
$(PDFLATEX) $<
+ifdef EXAMPLE_NOTECOLUMN_SRC
+$(EXAMPLE_NOTECOLUMN_PDF): $(EXAMPLE_NOTECOLUMN_SRC)
+ $(PDFLATEX) $<
+endif
+
guide.ind: guide.idx
$(MAKEINDEX) $@ $<
$(INDEXPOSTOP) guide