Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 6a06a2c

Browse files
committedAug 1, 2021
Adjust Makefile for html files
Add a symbolic link for index.html Only the html directory will retained now
1 parent 33fd0cd commit 6a06a2c

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed
 

‎Makefile

+2
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,8 @@ all: lkmpg.tex
66

77
html: lkmpg.tex
88
make4ht --shell-escape --utf8 --format html5 --config html.cfg --output-dir html lkmpg.tex
9+
ln -sf ./html/lkmpg.html ./html/index.html
10+
rm -f *.xref *.svg *.tmp *.html *.css *.4ct *.4tc *.dvi *.lg *.idv
911

1012
clean:
1113
rm -f *.dvi *.aux *.log *.ps *.pdf *.out lkmpg.bbl lkmpg.blg lkmpg.lof lkmpg.toc

0 commit comments

Comments
 (0)
Please sign in to comment.