diff options
Diffstat (limited to 'Master/texmf-dist/source/latex/koma-script/doc/english/Makefile')
-rw-r--r-- | Master/texmf-dist/source/latex/koma-script/doc/english/Makefile | 14 |
1 files changed, 12 insertions, 2 deletions
diff --git a/Master/texmf-dist/source/latex/koma-script/doc/english/Makefile b/Master/texmf-dist/source/latex/koma-script/doc/english/Makefile index 300ea0616ba..e9c2b0cd026 100644 --- a/Master/texmf-dist/source/latex/koma-script/doc/english/Makefile +++ b/Master/texmf-dist/source/latex/koma-script/doc/english/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. @@ -56,5 +56,15 @@ tocbasic.tex: ../../tocbasic.tex cd ../.. && tex \\nonstopmode\\input tocbasic.dtx # ---------------------------------------------------------------------- +# ---------------------------------------------------------------------- +# NOTE: Remove these rules after real translation of scrwfile.tex +# is available. +scrwfile.tex: ../../scrwfile.tex + if [ -L $@ ] || ! [ -f $@ ]; then $(SYMLINK) $< .; else touch $@; fi + +../../scrwfile.tex: ../../scrwfile.dtx + cd ../.. && tex \\nonstopmode\\input scrwfile.dtx +# ---------------------------------------------------------------------- + # # end of file `Makefile' |