We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 33fd0cd commit 93ab5f8Copy full SHA for 93ab5f8
Makefile
@@ -6,6 +6,8 @@ all: lkmpg.tex
6
7
html: lkmpg.tex
8
make4ht --shell-escape --utf8 --format html5 --config html.cfg --output-dir html lkmpg.tex
9
+ ln -s ./html/lkmpg.html ./html/index.html
10
+ rm -f *.xref *.svg *.tmp *.html *.css *.4ct *.4tc *.dvi *.lg *.idv
11
12
clean:
13
rm -f *.dvi *.aux *.log *.ps *.pdf *.out lkmpg.bbl lkmpg.blg lkmpg.lof lkmpg.toc
0 commit comments