diff options
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.guide | 13 |
1 files changed, 7 insertions, 6 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 432d427419d..e35e3e079ec 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-2013 +# Copyright (c) Markus Kohm, 2002-2014 # # 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-2013 +# Copyright (c) Markus Kohm, 2002-2014 # # Dieses Werk darf nach den Bedingungen der LaTeX Project Public Lizenz, # Version 1.3c, verteilt und/oder veraendert werden. @@ -70,7 +70,7 @@ endif TEX_CHAPTERS = preface.tex introduction.tex \ authorpart.tex typearea.tex scrbookreportarticle.tex \ - scrlttr2.tex scrlayer-scrpage.tex scrpage2.tex \ + scrlttr2.tex scrlayer-scrpage.tex \ scrdatetime.tex scraddr.tex \ adrconvnote.tex scrextend.tex \ expertpart.tex scrbase.tex scrlfile.tex scrwfile.tex \ @@ -84,7 +84,7 @@ TEX_CHAPTERS = preface.tex introduction.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-8.tex common-9.tex \ common-12.tex common-13.tex common-14.tex common-15.tex \ common-20.tex common-21.tex @@ -97,10 +97,8 @@ 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 @@ -291,6 +289,9 @@ $(EXAMPLE_LETTER_DTX_RESULT): $(EXAMPLE_LETTER_DTX) ifdef EXAMPLE_NOTECOLUMN_SRC $(EXAMPLE_NOTECOLUMN_PDF): $(EXAMPLE_NOTECOLUMN_SRC) $(PDFLATEX) $< + $(PDFLATEX) $< + $(PDFLATEX) $< + $(PDFLATEX) $< endif guide.ind: guide.idx |