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.guide2
1 files changed, 1 insertions, 1 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 0956492f512..84345fd1f7b 100644
--- a/Master/texmf-dist/source/latex/koma-script/doc/Makefile.guide
+++ b/Master/texmf-dist/source/latex/koma-script/doc/Makefile.guide
@@ -290,7 +290,7 @@ $(PLENGTH_DTX_RESULT): $(PLENGTH_DTX)
$(PLENGTH_PDF): $(PLENGTH_DTX_RESULT)
$(MPOST) $(addsuffix .mp,$(basename $@))
$(MPTOPDF) $(addsuffix .mp,$(basename $@))
- @if [ -r $(addsuffix .pdf,$(basename $@)-1)];\
+ @if [ -r $(addsuffix -1.pdf,$(basename $@)) ];\
then $(MV) $(addsuffix .pdf,$(basename $@)-1) $@;\
fi