From fc452419467f73cbbe9e7748ac266442487b75c4 Mon Sep 17 00:00:00 2001 From: Karl Berry Date: Wed, 17 Feb 2010 01:13:08 +0000 Subject: koma-script update (16feb10) git-svn-id: svn://tug.org/texlive/trunk@17067 c570f23f-e606-0410-a88d-b1316a301751 --- .../source/latex/koma-script/Makefile.baseinit | 16 ++++++++++++++-- 1 file changed, 14 insertions(+), 2 deletions(-) (limited to 'Master/texmf-dist/source/latex/koma-script/Makefile.baseinit') diff --git a/Master/texmf-dist/source/latex/koma-script/Makefile.baseinit b/Master/texmf-dist/source/latex/koma-script/Makefile.baseinit index cf0f16fc930..28516f17c62 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-2009 +# Copyright (c) Markus Kohm, 2002-2010 # # 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-2009 +# Copyright (c) Markus Kohm, 2002-2010 # # Dieses Werk darf nach den Bedingungen der LaTeX Project Public Lizenz, # Version 1.3c, verteilt und/oder veraendert werden. @@ -69,17 +69,29 @@ KOMASCRIPTSUBDIR=/latex/koma-script # Do a more complicate default: ifneq ($(USER),root) INSTALLTEXMF ?= $(shell kpsewhich -expand-var='$$HOMETEXMF') +ifeq ($(INSTALLTEXMF),$$HOMETEXMF) + INSTALLTEXMF := +endif ifeq ($(INSTALLTEXMF),) INSTALLTEXMF = $(shell kpsewhich -expand-var='$$TEXMFHOME') +ifeq ($(INSTALLTEXMF),$$TEXMFHOME) + INSTALLTEXMF := +endif endif endif ifeq ($(INSTALLTEXMF),) INSTALLTEXMF = $(shell kpsewhich -expand-var='$$TEXMFLOCAL') +ifeq ($(INSTALLTEXMF),$$TEXMFLOCAL) + INSTALLTEXMF := +endif endif ifeq ($(INSTALLTEXMF),) INSTALLTEXMF = $(shell kpsewhich -expand-var='$$TEXMFMAIN') +ifeq ($(INSTALLTEXMF),$$TEXMFMAIN) + INSTALLTEXMF := +endif endif # ---------------------------------------------------------------------- # The directory, where to install *.cls, *.sty etc. -- cgit v1.2.3