repo.or.cz
/
lilypond.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
lilypond-1.5.10
[lilypond.git]
/
tex
/
Makefile
blob
e38e51491e94304a246827f762d7668f7ebe6d33
1
# tex/Makefile
2
3
depth
=
..
4
5
6
TEX_FILES
= $(
wildcard
*
.
tex
)
7
EXTRA_DIST_FILES
= $(
TEX_FILES
)
8
9
INSTALLATION_DIR
=$(
TEXDIR
)/
lilypond
10
INSTALLATION_FILES
=$(
TEX_FILES
)
11
12
include
$(
depth
)/
make
/
Stepmake.make
13
include
$(
stepdir
)/
Installfiles.make
14