summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/source/latex/koma-script/Makefile.baseinit
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2012-05-16 23:12:50 +0000
committerKarl Berry <karl@freefriends.org>2012-05-16 23:12:50 +0000
commit33a91552392adacad1480db2e7ea4e966c0f4533 (patch)
tree6e4a4f772fcce778b4726d75f2ae00a217ca41d1 /Master/texmf-dist/source/latex/koma-script/Makefile.baseinit
parent20572a9d0911336a8588b561872220d6aba8e208 (diff)
koma-script (15may12)
git-svn-id: svn://tug.org/texlive/trunk@26455 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/source/latex/koma-script/Makefile.baseinit')
-rw-r--r--Master/texmf-dist/source/latex/koma-script/Makefile.baseinit8
1 files changed, 7 insertions, 1 deletions
diff --git a/Master/texmf-dist/source/latex/koma-script/Makefile.baseinit b/Master/texmf-dist/source/latex/koma-script/Makefile.baseinit
index 52090be58fd..b6ff0e8f966 100644
--- a/Master/texmf-dist/source/latex/koma-script/Makefile.baseinit
+++ b/Master/texmf-dist/source/latex/koma-script/Makefile.baseinit
@@ -108,7 +108,8 @@ INSTALLDEMODIR ?= $(INSTALLDOCDIR)/demo
# ----------------------------------------------------------------------
# Extensions of files which are generated for generation
CLEANEXTS = *.aux *.bbl *.blg *.glg *.glo *.gls *.glx *.idx \
- *.ilg *.ind *.lof *.log *.lot *.out *.toc
+ *.ilg *.ind *.lof *.log *.lot *.out *.toc \
+ *.toc[0-9] *.toc[0-9][0-9]
# ----------------------------------------------------------------------
# ----------------------------------------------------------------------
@@ -137,6 +138,8 @@ SYMLINK = ln -sf
SSYMLINK = $(SILENT)$(SYMLINK)
INSTALL = install -m 644
SINSTALL = $(SILENT)$(INSTALL)
+INSTALLEXECUTABLE = install -m 744
+SINSTALLEXECUTABLE = $(SILENT)$(INSTALLEXECUTABLE)
MKDIR = install -m 755 -d
SMKDIR = $(SILENT)$(MKDIR)
MV = mv -f
@@ -153,8 +156,11 @@ TARBZ = tar jc -f
STARBZ = $(SILENT)$(TARBZ)
ZIP = zip -r9qy
SZIP = $(SILENT)$(ZIP)
+UNZIP = unzip -q
+SUNZIP = $(SILENT)$(UNZIP)
GREP = grep
CKSUM = md5sum
+HEAD = head -n
ISODATE = `date -I`
MKTEXLSR = mktexlsr $(INSTALLTEXMF)