mirror of
https://github.com/lunarmodules/luasocket.git
synced 2025-08-28 06:42:25 +02:00
Lua Gem.
This commit is contained in:
14
gem/makefile
Normal file
14
gem/makefile
Normal file
@@ -0,0 +1,14 @@
|
||||
ltn012.pdf: ltn012.ps
|
||||
./myps2pdf ltn012.ps
|
||||
|
||||
ltn012.ps: ltn012.dvi
|
||||
dvips -G0 -t letter -o ltn012.ps ltn012.dvi
|
||||
|
||||
ltn012.dvi: ltn012.tex
|
||||
latex ltn012
|
||||
|
||||
clean:
|
||||
rm -f *~ *.log *.aux *.bbl *.blg ltn012.pdf ltn012.ps ltn012.dvi ltn012.lof ltn012.toc ltn012.lot
|
||||
|
||||
pdf: ltn012.pdf
|
||||
open ltn012.pdf
|
Reference in New Issue
Block a user