summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/source/latex/koma-script/doc/english/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Master/texmf-dist/source/latex/koma-script/doc/english/Makefile')
-rw-r--r--Master/texmf-dist/source/latex/koma-script/doc/english/Makefile14
1 files changed, 12 insertions, 2 deletions
diff --git a/Master/texmf-dist/source/latex/koma-script/doc/english/Makefile b/Master/texmf-dist/source/latex/koma-script/doc/english/Makefile
index e9c2b0cd026..9ac3413dfaf 100644
--- a/Master/texmf-dist/source/latex/koma-script/doc/english/Makefile
+++ b/Master/texmf-dist/source/latex/koma-script/doc/english/Makefile
@@ -53,7 +53,7 @@ tocbasic.tex: ../../tocbasic.tex
if [ -L $@ ] || ! [ -f $@ ]; then $(SYMLINK) $< .; else touch $@; fi
../../tocbasic.tex: ../../tocbasic.dtx
- cd ../.. && tex \\nonstopmode\\input tocbasic.dtx
+ cd ../.. && tex \\nonstopmode\\input $(basename $<)
# ----------------------------------------------------------------------
# ----------------------------------------------------------------------
@@ -63,7 +63,17 @@ scrwfile.tex: ../../scrwfile.tex
if [ -L $@ ] || ! [ -f $@ ]; then $(SYMLINK) $< .; else touch $@; fi
../../scrwfile.tex: ../../scrwfile.dtx
- cd ../.. && tex \\nonstopmode\\input scrwfile.dtx
+ cd ../.. && tex \\nonstopmode\\input $(basename $<)
+# ----------------------------------------------------------------------
+
+# ----------------------------------------------------------------------
+# NOTE: Remove these rules after real translation of scrlayer-notecolumn.tex
+# is available.
+scrlayer-notecolumn.tex: ../../scrlayer-notecolumn.tex
+ if [ -L $@ ] || ! [ -f $@ ]; then $(SYMLINK) $< .; else touch $@; fi
+
+../../scrlayer-notecolumn.tex: ../../scrlayer-notecolumn.dtx
+ cd ../.. && tex \\nonstopmode\\input $(basename $<)
# ----------------------------------------------------------------------
#