mirror of
https://gitlab.freedesktop.org/wayland/wayland.git
synced 2025-11-26 06:59:58 -05:00
Add spec document in progress
This commit is contained in:
parent
1292383025
commit
a7f258221a
3 changed files with 253 additions and 1 deletions
9
spec/Makefile
Normal file
9
spec/Makefile
Normal file
|
|
@ -0,0 +1,9 @@
|
|||
include ../config.mk
|
||||
|
||||
all : main.pdf
|
||||
|
||||
main.pdf : main.tex
|
||||
pdflatex main.tex
|
||||
|
||||
clean :
|
||||
rm -f main.pdf main.aux main.log
|
||||
Loading…
Add table
Add a link
Reference in a new issue