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 | 29 |
1 files changed, 7 insertions, 22 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 9ac3413dfaf..bb94aafa6c0 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-2012 +# 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 -# Copyright (c) Markus Kohm, 2002-2012 +# 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. @@ -56,25 +56,10 @@ tocbasic.tex: ../../tocbasic.tex cd ../.. && tex \\nonstopmode\\input $(basename $<) # ---------------------------------------------------------------------- -# ---------------------------------------------------------------------- -# 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 $(basename $<) -# ---------------------------------------------------------------------- - -# ---------------------------------------------------------------------- -# NOTE: Remove these rules after real translation of scrlayer-notecolumn.tex -# is available. -scrlayer-notecolumn.tex: ../../scrlayer-notecolumn.tex - if [ -L $@ ] || ! [ -f $@ ]; then $(SYMLINK) $< .; else touch $@; fi - -../../scrlayer-notecolumn.tex: ../../scrlayer-notecolumn.dtx - cd ../.. && tex \\nonstopmode\\input $(basename $<) -# ---------------------------------------------------------------------- - +maintainclean_local: distclean_local + $(RM) guide.pdf $(GUIDENAME).pdf $(GUIDENAME).html + [ -L tocbasic.tex ] && $(RM) tocbasic.tex || true + [ -L scrwfile.tex ] && $(RM) scrwfile.tex || true + [ -L scrlayer-notecolumn.tex ] && $(RM) scrlayer-notecolumn.tex || true # # end of file `Makefile' |