diff options
Diffstat (limited to 'Build/source/texk/tetex')
-rw-r--r-- | Build/source/texk/tetex/Makefile.in | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/Build/source/texk/tetex/Makefile.in b/Build/source/texk/tetex/Makefile.in index 479ab588e5b..f5adaabf5de 100644 --- a/Build/source/texk/tetex/Makefile.in +++ b/Build/source/texk/tetex/Makefile.in @@ -120,7 +120,9 @@ install-exec: install-linkedscripts # to invoke the same Perl script on Windows (via a texlua wrapper). # # The installation into texmf/scripts is done (at present) by hand; -# eventually it could and should be done by ctan2tl. +# eventually it could and should be done by ctan2tl. The texlua +# wrapper for Windows is also done by hand, and also could/should be +# done by ctan2tl. # install-linkedscripts: -$(SHELL) $(srcdir)/../mkinstalldirs $(scriptdir) |