summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/source/latex/koma-script/Makefile.baseinit
diff options
context:
space:
mode:
Diffstat (limited to 'Master/texmf-dist/source/latex/koma-script/Makefile.baseinit')
-rw-r--r--Master/texmf-dist/source/latex/koma-script/Makefile.baseinit16
1 files changed, 10 insertions, 6 deletions
diff --git a/Master/texmf-dist/source/latex/koma-script/Makefile.baseinit b/Master/texmf-dist/source/latex/koma-script/Makefile.baseinit
index b6ff0e8f966..abeaa01b3a8 100644
--- a/Master/texmf-dist/source/latex/koma-script/Makefile.baseinit
+++ b/Master/texmf-dist/source/latex/koma-script/Makefile.baseinit
@@ -1,6 +1,6 @@
# ======================================================================
# Makefile.baseinit
-# Copyright (c) Markus Kohm, 2002-2012
+# Copyright (c) Markus Kohm, 2002-2013
#
# 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.baseinit
-# Copyright (c) Markus Kohm, 2002-2012
+# Copyright (c) Markus Kohm, 2002-2013
#
# Dieses Werk darf nach den Bedingungen der LaTeX Project Public Lizenz,
# Version 1.3c, verteilt und/oder veraendert werden.
@@ -48,7 +48,7 @@
# ----------------------------------------------------------------------
# KOMA-Script subfolder
-KOMASCRIPTSUBDIR=/latex/koma-script
+KOMASCRIPTSUBDIR=/koma-script
# ----------------------------------------------------------------------
# The texmf-directory, where to install new stuff (see texmf.cnf)
# If you don't know what to do, search for directory texmf at /usr.
@@ -95,13 +95,16 @@ endif
endif
# ----------------------------------------------------------------------
# The directory, where to install *.cls, *.sty etc.
-INSTALLCLSDIR ?= $(INSTALLTEXMF)/tex$(KOMASCRIPTSUBDIR)
+INSTALLCLSDIR ?= $(INSTALLTEXMF)/tex/latex$(KOMASCRIPTSUBDIR)
+# ----------------------------------------------------------------------
+# The directory, where to install generic *.tex files
+INSTALLTEXDIR ?= $(INSTALLTEXMF)/tex/generic$(KOMASCRIPTSUBDIR)
# ----------------------------------------------------------------------
# The directory, where to install documentation
-INSTALLDOCDIR ?= $(INSTALLTEXMF)/doc$(KOMASCRIPTSUBDIR)
+INSTALLDOCDIR ?= $(INSTALLTEXMF)/doc/latex$(KOMASCRIPTSUBDIR)
# ----------------------------------------------------------------------
# The directory, where to install the sources
-INSTALLSRCDIR ?= $(INSTALLTEXMF)/source$(KOMASCRIPTSUBDIR)
+INSTALLSRCDIR ?= $(INSTALLTEXMF)/source/latex$(KOMASCRIPTSUBDIR)
# ----------------------------------------------------------------------
# The directory, where to install demos
INSTALLDEMODIR ?= $(INSTALLDOCDIR)/demo
@@ -209,6 +212,7 @@ ifdef VERBOSE
$(SECHO) Makefile.baseinit: variables and their values:
$(SECHO) " INSTALLTEXMF =$(INSTALLTEXMF)"
$(SECHO) " INSTALLSRCDIR =$(INSTALLSRCDIR)"
+ $(ECHO) " INSTALLTEXDIR =$(INSTALLTEXDIR)"
$(SECHO) " INSTALLDOCDIR =$(INSTALLDOCDIR)"
$(SECHO) " INSTALLDEMODIR=$(INSTALLDEMODIR)"
$(SECHO) " INSTALLCLSDIR =$(INSTALLCLSDIR)"