Mercurial > thymian
comparison 3rdparty/vmime/doc/book/Makefile @ 0:a4671277546c tip
created the repository for the thymian project
| author | ferencd |
|---|---|
| date | Tue, 17 Aug 2021 11:19:54 +0200 |
| parents | |
| children |
comparison
equal
deleted
inserted
replaced
| -1:000000000000 | 0:a4671277546c |
|---|---|
| 1 | |
| 2 all: book | |
| 3 | |
| 4 convert-images: | |
| 5 cd images ; make | |
| 6 | |
| 7 book: book_pdf book_html | |
| 8 | |
| 9 # Full build: multiple runs for correct references... | |
| 10 book_pdf: convert-images | |
| 11 pdflatex book.tex | |
| 12 pdflatex book.tex | |
| 13 pdflatex book.tex | |
| 14 | |
| 15 book_html: convert-images | |
| 16 hevea book.tex | |
| 17 hevea book.tex | |
| 18 hevea book.tex | |
| 19 #latexml --path=/opt/local/share/texmf-texlive-dist/tex/latex/base/ --path=/opt/local/share/texmf-texlive-dist/tex/latex/mdwtools/ --path=/opt/local/share/texmf-texlive-dist/tex/latex/geometry/ --path=/opt/local/share/texmf-texlive-dist/tex/latex/ucs/ --path=/opt/local/share/texmf-texlive-dist/tex/latex/fancyhdr/ --path=/opt/local/share/texmf-texlive-dist/tex/latex/footmisc --destination book.xml book.tex | |
| 20 #latexmlpost --destination=book.html book.xml | |
| 21 | |
| 22 # Only one run for development (faster) | |
| 23 book-dev: convert-images | |
| 24 pdflatex book.tex | |
| 25 | |
| 26 clean: | |
| 27 rm -f *.log *.aux *.toc *.out *.pdf *.lo[flt] | |
| 28 rm -f *.haux *.htoc book.image.tex book.html | |
| 29 |
