]> git.donarmstrong.com Git - lilypond.git/blobdiff - make/generic-vars.make
(texidoc): new file.
[lilypond.git] / make / generic-vars.make
index 78a11c5c23ecdaa040935d0e55ed4bf98ec64877..27e9bdf6728241efecbc4228bc94aacb76a910ed 100644 (file)
@@ -8,25 +8,19 @@
 # you do make dist 
 #
 
-
-# using src-depth iso depth is only necessary for broken rules that do
-#     cd $(outdir) && foo $(depth) ...
 buildscript-dir = $(src-depth)/buildscripts
 script-dir = $(src-depth)/scripts
 input-dir = $(src-depth)/input
 
 
 flower-dir = $(src-depth)/flower
-lib-dir = $(src-depth)/lib
 lily-dir = $(src-depth)/lily
 mi2mu-dir = $(src-depth)/mi2mu
 make-dir = $(src-depth)/make
-include-lib = $(src-depth)/lib/include
 include-flower = $(src-depth)/flower/include
 
 
-
-LILYPOND_INCLUDES = $(include-lib) $(depth)/lib/$(outdir) $(include-flower) $(depth)/flower/$(outdir) 
+LILYPOND_INCLUDES = $(include-flower) $(depth)/flower/$(outdir) 
 
 
 # should use to create .spec ?
@@ -39,7 +33,6 @@ EXTRA_DOC_FILES = \
   Documentation/tex/*.bib\
   Documentation/pictures/out/lelie_logo.gif\
   input\
-  mutopia\
 
 INSTALLED_EXTRA_DOC_FILES = $(addprefix $(prefix:/%=%)/doc/lilypond/, $(EXTRA_DOC_FILES))