mirror of
https://github.com/0intro/wmii
synced 2025-01-10 12:22:02 +03:00
added doc/Makefile for generating tex documents
This commit is contained in:
parent
de7bec431f
commit
3a98bc41ed
14
doc/Makefile
Normal file
14
doc/Makefile
Normal file
@ -0,0 +1,14 @@
|
||||
SRC = guide_en.tex wmii.tex
|
||||
Odvi = ${SRC:.tex=.dvi}
|
||||
Opdf = ${SRC:.tex=.pdf}
|
||||
|
||||
all: ${Odvi} ${Opdf}
|
||||
@echo Finished doc
|
||||
@echo -------------------------------------------------------
|
||||
%.dvi: %.tex
|
||||
latex -interaction=batchmode $<
|
||||
latex -interaction=batchmode $<
|
||||
%.pdf: %.tex
|
||||
pdflatex $<
|
||||
clean:
|
||||
rm -f *.pdf *.dvi *.log *.aux *.out *.toc
|
Loading…
Reference in New Issue
Block a user