repo.or.cz
/
luatex.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
sinc with TeXLive revision 41284 (trunk).
[luatex.git]
/
manual
/
old
/
Makefile
blob
c3639ca01c1c75f147254de4095e39c7142d97d5
1
# $Id: Makefile 4106 2011-04-10 12:51:54Z hhenkel $
2
3
pdffiles
=
luatexref-t.pdf functionref.pdf
4
5
all
: $(
pdffiles
)
6
7
luatexref-t.pdf
:
luatexref-t.
tex
8
9
functionref.pdf
:
functionref.
tex
fdata.lua fdata_epdf.lua fdata_img.lua
10
11
%
.pdf
: %
.
tex
12
context
$<
13
14
clean
:
15
-
rm
-
f
*
.log
16
-
rm
-
f
*
.tuc
17
18
allclean
:
19
make
clean
20
-
rm
-
f
$(
pdffiles
)