Skip to content

Commit

Permalink
Rename from config.cfg into html.cfg
Browse files Browse the repository at this point in the history
  • Loading branch information
fennecJ committed Jul 30, 2021
1 parent 8d7ead9 commit ac5b37e
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ all: lkmpg.tex
pdflatex -shell-escap lkmpg.tex

html:
make4ht -suf html5 -c config.cfg -d html lkmpg.tex
make4ht -suf html5 -c html.cfg -d html lkmpg.tex

clean:
rm -f *.dvi *.aux *.log *.ps *.pdf *.out lkmpg.bbl lkmpg.blg lkmpg.lof lkmpg.toc *.xref *.svg *.tmp *.html *.css *.4ct *.4tc *.dvi *.lg *.idv
Expand Down
File renamed without changes.

0 comments on commit ac5b37e

Please sign in to comment.