Mercurial > thymian
annotate 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 |
| rev | line source |
|---|---|
| ferencd@0 | 1 |
| ferencd@0 | 2 all: book |
| ferencd@0 | 3 |
| ferencd@0 | 4 convert-images: |
| ferencd@0 | 5 cd images ; make |
| ferencd@0 | 6 |
| ferencd@0 | 7 book: book_pdf book_html |
| ferencd@0 | 8 |
| ferencd@0 | 9 # Full build: multiple runs for correct references... |
| ferencd@0 | 10 book_pdf: convert-images |
| ferencd@0 | 11 pdflatex book.tex |
| ferencd@0 | 12 pdflatex book.tex |
| ferencd@0 | 13 pdflatex book.tex |
| ferencd@0 | 14 |
| ferencd@0 | 15 book_html: convert-images |
| ferencd@0 | 16 hevea book.tex |
| ferencd@0 | 17 hevea book.tex |
| ferencd@0 | 18 hevea book.tex |
| ferencd@0 | 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 |
| ferencd@0 | 20 #latexmlpost --destination=book.html book.xml |
| ferencd@0 | 21 |
| ferencd@0 | 22 # Only one run for development (faster) |
| ferencd@0 | 23 book-dev: convert-images |
| ferencd@0 | 24 pdflatex book.tex |
| ferencd@0 | 25 |
| ferencd@0 | 26 clean: |
| ferencd@0 | 27 rm -f *.log *.aux *.toc *.out *.pdf *.lo[flt] |
| ferencd@0 | 28 rm -f *.haux *.htoc book.image.tex book.html |
| ferencd@0 | 29 |
