blob: 9e0d7082c0d81f7111afedc30e5332ec1af7c6b2 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
|
--- lilypond-2.17.2/GNUmakefile.in
+++ lilypond-2.17.2/GNUmakefile.in
@@ -5,7 +5,7 @@
SUBDIRS = python scripts \
flower lily \
mf ly \
- tex ps scm \
+ ps scm \
po \
elisp vim \
input \
@@ -14,7 +14,7 @@
## this convoluted construction is necessary, since we don't know the
## value of DOCUMENTATION here.
-documentation-dir=$(if $(findstring no,$(DOCUMENTATION)),,Documentation)
+documentation-dir=$(if $(findstring no,$(DOCUMENTATION)),,Documentation tex)
SCRIPTS = configure autogen.sh smart-autogen.sh smart-configure.sh
README_FILES = COPYING COPYING.FDL DEDICATION ROADMAP HACKING \
|