diff options
author | Karl Berry <karl@freefriends.org> | 2007-04-04 23:13:58 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2007-04-04 23:13:58 +0000 |
commit | 888ae3d22c5cc3e52846f37f393da7fef4933b3a (patch) | |
tree | cedfea63f8b31a8ac88cc2f1cedb61b57ada5176 /Master/texmf-dist/source/latex/koma-script/Makefile | |
parent | 4685491332938d1963868c9e1c57f293fbada1de (diff) |
koma-script update
git-svn-id: svn://tug.org/texlive/trunk@4116 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/source/latex/koma-script/Makefile')
-rw-r--r-- | Master/texmf-dist/source/latex/koma-script/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Master/texmf-dist/source/latex/koma-script/Makefile b/Master/texmf-dist/source/latex/koma-script/Makefile index 7cbb00ca68b..8cbfdda3f26 100644 --- a/Master/texmf-dist/source/latex/koma-script/Makefile +++ b/Master/texmf-dist/source/latex/koma-script/Makefile @@ -205,7 +205,7 @@ endif $(INSTALL) $(notdir $(DISTDIR))-bin/komascript-texmf/doc/latex/koma-script/koma*.html $(notdir $(DISTDIR))-bin $(GREP) 'CheckKOMAScriptVersion{' $(notdir $(DISTDIR))-bin/komascript-texmf/source/latex/koma-script/scrkvers.dtx | grep -o '2.*t' > $(notdir $(DISTDIR))-bin/VERSION $(CD) $(notdir $(DISTDIR))-bin/komascript-texmf && \ - $(ZIP) ../komascript-texmf.zip source doc tex + $(ZIP) ../komascript.tds.zip source doc tex $(RMDIR) $(notdir $(DISTDIR))-bin/komascript-texmf $(SRM) $(notdir $(DISTDIR))-bin.zip $(CD) $(notdir $(DISTDIR))-bin && \ |