]> git.donarmstrong.com Git - lilypond.git/blobdiff - make/generic-vars.make
* stepmake/stepmake/generic-vars.make: new function absdir.
[lilypond.git] / make / generic-vars.make
index 78a11c5c23ecdaa040935d0e55ed4bf98ec64877..201a9ea7a4e5c5b2d81aab5f3e91e3a68a4112f2 100644 (file)
@@ -1,32 +1,25 @@
 # title           package specific variables
 # file    make/Variables.make
 #
-# do not change this file for site-wide extensions; please use 
-# make/$(outdir)/Site.make; 
+# do not change this file for site-wide extensions; please use
+# make/$(outdir)/Site.make;
 #
-# Any change in files in this directory (make/) would be distributed, if 
-# you do make dist 
+# Any change in files in this directory (make/) would be distributed, if
+# 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,28 +32,9 @@ 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))
 
-# installed by 'make install'
-INSTALL_DIST_FILES = \
-  bin/convert-ly\
-  bin/lilypond-book\
-  bin/ly2dvi\
-  bin/$(program_prefix)lilypond$(program_suffix)\
-  bin/$(program_prefix)mi2mu$(program-suffix)\
-  info/lilypond.info\
-  man/man1/mi2mu.1\
-  man/man1/lilypond.1\
-  man/man1/lilypond-book.1\
-  man/man1/ly2dvi.1\
-  man/man1/convert-ly.1\
-  lib/texmf/texmf/tex/lilypond\
-  lib/texmf/texmf/fonts/source/public/lilypond\
-  share/lilypond/\
-  share/locale/*/LC_MESSAGES/lilypond.mo\
-
 
 INSTALLED_DIST_FILES = $(addprefix $(prefix:/%=%)/, $(INSTALL_DIST_FILES))