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.guide11
1 files changed, 8 insertions, 3 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 d8f9b42bebb..98dbcd404ff 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-2007
+# Copyright (c) Markus Kohm, 2002-2008
#
# 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-2007
+# Copyright (c) Markus Kohm, 2002-2008
#
# Dieses Werk darf nach den Bedingungen der LaTeX Project Public Lizenz,
# Version 1.3b, verteilt und/oder veraendert werden.
@@ -75,7 +75,8 @@ endif
TEX_CHAPTERS = introduction.tex typearea.tex \
scrbookreportarticle.tex scrpage2.tex \
scrdatetime.tex scrlttr2.tex scraddr.tex \
- adrconvnote.tex scrlfile.tex $(TEX_APPENDICES)
+ adrconvnote.tex scrlfile.tex tocbasic.tex \
+ $(TEX_APPENDICES)
TEX_SRC = guide-$(LANGUAGELONG).tex $(TEX_CHAPTERS)
@@ -95,6 +96,10 @@ MAINTAIN_FILES = $(MAINTAIN_SRC)
# local rules
default_local: $(GUIDE_FILES)
+prepare_local: # nothing to do
+ echo $(GUIDE_FILES)
+ echo $(GENERATED_SRC)
+
clean_local:
$(RM) *.aux *.bbl *.blg *.glo *.idx *.ilg *.ind *.log *.lot \
*.dvi *.tmp mpxerr.tex \