Skip to content

Commit

Permalink
lwarp (19nov18)
Browse files Browse the repository at this point in the history
git-svn-id: svn://tug.org/texlive/trunk/Build/source@49196 c570f23f-e606-0410-a88d-b1316a301751
  • Loading branch information
kberry committed Nov 19, 2018
1 parent 7f7a612 commit f1cd6f5
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions texk/texlive/linked_scripts/lwarp/lwarpmk.lua
Expand Up @@ -2,7 +2,7 @@

-- Copyright 2016-2018 Brian Dunn

printversion = "v0.61"
printversion = "v0.62"
requiredconfversion = "1" -- also at *lwarpmk.conf

function printhelp ()
Expand Down Expand Up @@ -31,8 +31,9 @@ lwarpmk pdftohtml [-p project]:
Finishes the HTML conversion even if there was a compile error.
lwarpmk pdftosvg <list of file names>: Converts each PDF file to SVG.
lwarpmk epstopdf <list of file names>: 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.
Expand Down

0 comments on commit f1cd6f5

Please sign in to comment.