]> git.donarmstrong.com Git - lilypond.git/blob - make/toplevel.make.in
f23ac55661de52ff97d0c692fa57a73c6c51d5ac
[lilypond.git] / make / toplevel.make.in
1 # -*-Makefile-*-
2 # title    specific top level makefile for LilyPond  
3
4 # subdir level:
5 #
6 depth = .
7 #
8
9 # descent order into subdirectories:
10 #
11 SUBDIRS = scripts buildscripts  flower lily mf midi2ly po debian \
12         Documentation ly input tex make mutopia intl stepmake\
13         ps  scm
14 #
15
16 SCRIPTS = configure aclocal.m4
17 README_FILES =  DEDICATION COPYING NEWS TODO CHANGES ROADMAP
18 README_TXT_FILES = AUTHORS.txt README.txt INSTALL.txt 
19 IN_FILES := $(wildcard *.in)
20 EXTRA_DIST_FILES = dstreamrc lilypond-mode.el vimrc VERSION $(README_FILES)  $(SCRIPTS) $(IN_FILES) 
21 NON_ESSENTIAL_DIST_FILES = $(README_TXT_FILES)
22
23 # bootstrap stepmake:
24 #
25 STEPMAKE_TEMPLATES=toplevel yolily-toplevel po
26 include $(depth)/make/stepmake.make 
27 #
28
29 website: fonts htmldoc examples doc++
30
31 fonts:
32         $(MAKE) -C $(depth)/mf 
33
34
35 examples:
36         $(MAKE) CONFIGSUFFIX='www' -C input WWW
37         $(MAKE) CONFIGSUFFIX='www' -C mutopia WWW
38         $(footify-all-command)
39         tar --exclude='*.dvi' --exclude='*.tex' --exclude='*.ps' --exclude='*.ppm' -czf $(outdir)/examples.tar.gz  `find input mutopia -type d -name 'out-www' -print`
40
41 localinstall:
42         mkdir -p $(datadir)
43         rm -f $(datadir)/cmtfm 
44         $(LN_S) $(TEX_TFMDIR) $(datadir)/cmtfm
45
46 local-WWW-clean:
47         $(SHELL) $(depth)/buildscripts/clean-fonts.sh
48