repo.or.cz
/
lilypond
/
mpolesky.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Fix typo in file name.
[lilypond/mpolesky.git]
/
scm
/
GNUmakefile
blob
d3f055f77f9bfa8c6fea9bb4699c9be8ab0b133f
1
# scm/GNUmakefile
2
3
depth
=
..
4
5
INSTALLATION_DIR
=$(
local_lilypond_datadir
)/
scm
/
6
INSTALLATION_FILES
=$(
SCM_FILES
)
7
8
XGETTEXT_FLAGS
= --
language
=
Scheme
9
STEPMAKE_TEMPLATES
=
install
scm po
10
11
include
$(
depth
)/
make
/
stepmake.make
12