Skip to content

Commit

Permalink
Adjust Makefile
Browse files Browse the repository at this point in the history
Add a symbolic link for index.html
Only the html directory will retained now
  • Loading branch information
fennecJ committed Aug 1, 2021
1 parent 33fd0cd commit ee33ae0
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,8 @@ all: lkmpg.tex

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

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

0 comments on commit ee33ae0

Please sign in to comment.