diff options
Diffstat (limited to 'Master/texmf-dist/doc/eplain/demo/Makefile')
-rw-r--r-- | Master/texmf-dist/doc/eplain/demo/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/Master/texmf-dist/doc/eplain/demo/Makefile b/Master/texmf-dist/doc/eplain/demo/Makefile index 7a578663f38..dd8a4eaa61d 100644 --- a/Master/texmf-dist/doc/eplain/demo/Makefile +++ b/Master/texmf-dist/doc/eplain/demo/Makefile @@ -1,3 +1,4 @@ +# $Id: Makefile 52 2020-09-19 21:03:24Z karl $ # Makefile for the Eplain demos. This file is public domain. PDFTEX = pdftex @@ -23,7 +24,7 @@ lscommnt.pdf: lscommnt.tex ctan_lion_350x350.png: @echo "Please download" - @echo " ftp://tug.ctan.org/ftpmaint/CTAN_lion/ctan_lion_350x350.png" + @echo " https://www.ctan.org/lion/files/ctan_lion_350x350.png" @echo "and place it in the demo subdirectory." exit 1 |