From f1cd6f5996d130e76916e8bd6b8f53a84396a3f5 Mon Sep 17 00:00:00 2001 From: Karl Berry Date: Mon, 19 Nov 2018 21:54:31 +0000 Subject: [PATCH] lwarp (19nov18) git-svn-id: svn://tug.org/texlive/trunk/Build/source@49196 c570f23f-e606-0410-a88d-b1316a301751 --- texk/texlive/linked_scripts/lwarp/lwarpmk.lua | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/texk/texlive/linked_scripts/lwarp/lwarpmk.lua b/texk/texlive/linked_scripts/lwarp/lwarpmk.lua index 0677c606bb..9412af78c5 100755 --- a/texk/texlive/linked_scripts/lwarp/lwarpmk.lua +++ b/texk/texlive/linked_scripts/lwarp/lwarpmk.lua @@ -2,7 +2,7 @@ -- Copyright 2016-2018 Brian Dunn -printversion = "v0.61" +printversion = "v0.62" requiredconfversion = "1" -- also at *lwarpmk.conf function printhelp () @@ -31,8 +31,9 @@ lwarpmk pdftohtml [-p project]: Finishes the HTML conversion even if there was a compile error. lwarpmk pdftosvg : Converts each PDF file to SVG. lwarpmk epstopdf : Converts each EPS file to PDF. -lwarpmk clean [-p project]: Remove .aux, .toc, .lof/t, .idx, .ind, .log, *_html_inc.*, .gl* -lwarpmk cleanall [-p project]: Remove auxiliary files and also project.pdf, *.html +lwarpmk clean [-p project]: Remove *.aux, *.toc, *.lof/t, + *.idx, *.ind, *.log, *_html_inc.*, .gl* +lwarpmk cleanall [-p project]: Remove auxiliary files, project.pdf, *.html lwarpmk cleanlimages: Removes all images from the "lateximages" directory. lwarpmk -h: Print this help message. lwarpmk --help: Print this help message.