diff options
author | Karl Berry <karl@freefriends.org> | 2012-03-07 00:36:15 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2012-03-07 00:36:15 +0000 |
commit | 3c83ff430f9038fe824468a3a6df3cd66cff0016 (patch) | |
tree | ecb739f4be1b4e22130fd6c816d320643c3b9110 /Master/texmf-dist/source/latex/koma-script/Makefile | |
parent | 742ee4652adc1208821c470a0fb7cb97fbe82905 (diff) |
koma-script (6mar12)
git-svn-id: svn://tug.org/texlive/trunk@25573 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/source/latex/koma-script/Makefile')
-rw-r--r-- | Master/texmf-dist/source/latex/koma-script/Makefile | 11 |
1 files changed, 7 insertions, 4 deletions
diff --git a/Master/texmf-dist/source/latex/koma-script/Makefile b/Master/texmf-dist/source/latex/koma-script/Makefile index 82173b330d6..25ceb2e9fd7 100644 --- a/Master/texmf-dist/source/latex/koma-script/Makefile +++ b/Master/texmf-dist/source/latex/koma-script/Makefile @@ -1,6 +1,6 @@ # ====================================================================== # Makefile -# Copyright (c) Markus Kohm, 2002-2011 +# Copyright (c) Markus Kohm, 2002-2012 # # 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 -# Copyright (c) Markus Kohm, 2002-2011 +# Copyright (c) Markus Kohm, 2002-2012 # # Dieses Werk darf nach den Bedingungen der LaTeX Project Public Lizenz, # Version 1.3c, verteilt und/oder veraendert werden. @@ -95,6 +95,7 @@ CLS_MAIN = scrbook.cls \ scrsize11pt.clo \ scrsize12pt.clo \ scrlfile.sty \ + scrwfile.sty \ scrbase.sty \ scrkbase.sty \ scraddr.sty \ @@ -108,6 +109,7 @@ CLS_MAIN = scrbook.cls \ scrextend.sty \ scrhack.sty \ float.hak \ + floatrow.hak \ hyperref.hak \ listings.hak \ scrfontsizes.sty \ @@ -152,6 +154,7 @@ CLS_MAIN_DTX = scrbeta.dtx \ scrkvars.dtx \ scrkvers.dtx \ scrlfile.dtx \ + scrwfile.dtx \ scraddr.dtx \ scrpage.dtx \ scrtime.dtx \ @@ -177,13 +180,13 @@ CLS_MAIN_INS = scrmain.ins CLS_MAIN_SUBINS = scrlfile.ins scraddr.ins scrlettr.ins scrpage.ins -ALPHA_INS = tocstyle.dtx tocbasic.dtx scrjura.dtx +ALPHA_INS = tocstyle.dtx tocbasic.dtx scrjura.dtx scrwfile.dtx ALPHA_DOC = tocstyle.pdf scrjura.pdf scrhack.pdf ALPHA_DTX = $(subst .pdf,.dtx,$(ALPHA_DOC)) -DTX_IS_INS = tocstyle.dtx tocbasic.dtx scrjura.dtx +DTX_IS_INS = tocstyle.dtx tocbasic.dtx scrjura.dtx scrwfile.dtx CLS_MAIN_SRC = $(CLS_MAIN_DTX) $(CLS_MAIN_INS) $(CLS_MAIN_SUBINS) \ scrsource.tex |