Prepare merge with server code
This commit is contained in:
parent
9461aea9fc
commit
99d0152c32
5 changed files with 0 additions and 0 deletions
9
docs/guide/Makefile
Normal file
9
docs/guide/Makefile
Normal file
|
|
@ -0,0 +1,9 @@
|
|||
all: guide.pdf
|
||||
|
||||
.tex.pdf:
|
||||
latexmk --xelatex ${.IMPSRC}
|
||||
|
||||
clean:
|
||||
latexmk -c
|
||||
|
||||
.SUFFIXES: .tex .pdf
|
||||
Reference in a new issue