* python/lilylib.py (setup_temp): temporary directories are mode 700.
[lilypond.git] / make / generic-vars.make
blob27e9bdf6728241efecbc4228bc94aacb76a910ed
1 # title package specific variables
2 # file make/Variables.make
4 # do not change this file for site-wide extensions; please use
5 # make/$(outdir)/Site.make;
7 # Any change in files in this directory (make/) would be distributed, if
8 # you do make dist
11 buildscript-dir = $(src-depth)/buildscripts
12 script-dir = $(src-depth)/scripts
13 input-dir = $(src-depth)/input
16 flower-dir = $(src-depth)/flower
17 lily-dir = $(src-depth)/lily
18 mi2mu-dir = $(src-depth)/mi2mu
19 make-dir = $(src-depth)/make
20 include-flower = $(src-depth)/flower/include
23 LILYPOND_INCLUDES = $(include-flower) $(depth)/flower/$(outdir)
26 # should use to create .spec ?
28 # installed by 'make installextradoc'
29 EXTRA_DOC_FILES = \
30 ANNOUNCEMENT ANNOUNCE-0.1 AUTHORS.txt COPYING DEDICATION INSTALL.txt NEWS PATCHES.txt README.txt TODO \
31 Documentation/out/*.txt\
32 Documentation/tex/*.doc\
33 Documentation/tex/*.bib\
34 Documentation/pictures/out/lelie_logo.gif\
35 input\
37 INSTALLED_EXTRA_DOC_FILES = $(addprefix $(prefix:/%=%)/doc/lilypond/, $(EXTRA_DOC_FILES))
39 # installed by 'make install'
40 INSTALL_DIST_FILES = \
41 bin/convert-ly\
42 bin/lilypond-book\
43 bin/ly2dvi\
44 bin/$(program_prefix)lilypond$(program_suffix)\
45 bin/$(program_prefix)mi2mu$(program-suffix)\
46 info/lilypond.info\
47 man/man1/mi2mu.1\
48 man/man1/lilypond.1\
49 man/man1/lilypond-book.1\
50 man/man1/ly2dvi.1\
51 man/man1/convert-ly.1\
52 lib/texmf/texmf/tex/lilypond\
53 lib/texmf/texmf/fonts/source/public/lilypond\
54 share/lilypond/\
55 share/locale/*/LC_MESSAGES/lilypond.mo\
58 INSTALLED_DIST_FILES = $(addprefix $(prefix:/%=%)/, $(INSTALL_DIST_FILES))