lilypond-1.1.7
[lilypond.git] / make / toplevel.make.in
blobae6073e89cbd18abe6595e4d291b69846a5dce09
1 # -*-Makefile-*-
2 # title specific top level makefile for LilyPond
4 # subdir level:
6 depth = .
9 # descent order into subdirectories:
11 SUBDIRS = scripts buildscripts flower lib lily mf mi2mu po debian \
12 Documentation init input tex make mutopia test intl stepmake\
13 ps
16 SCRIPTS = configure aclocal.m4
17 README_FILES = BUGS DEDICATION ANNOUNCE-0.1 ANNOUNCEMENT \
18 COPYING NEWS-0.1 NEWS-1.0 NEWS-0.0 NEWS TODO
19 README_TXT_FILES = README.txt AUTHORS.txt INSTALL.txt PATCHES.txt
20 IN_FILES := $(wildcard *.in)
21 EXTRA_DIST_FILES = dstreamrc mudela-mode.el vimrc VERSION $(README_FILES) $(SCRIPTS) $(IN_FILES)
22 NON_ESSENTIAL_DIST_FILES = $(README_TXT_FILES)
24 # bootstrap stepmake:
26 STEPMAKE_TEMPLATES=toplevel yolily-toplevel
27 include $(depth)/make/stepmake.make
30 website: examples htmldoc doc++
32 examples:
33 $(MAKE) CONFIGSUFFIX='www' -C input WWW
34 $(MAKE) CONFIGSUFFIX='www' -C mutopia WWW
35 tar --exclude='*.dvi' --exclude='*.tex' --exclude='*.ps' -czf $(outdir)/examples.tar.gz `find input mutopia -type d -name 'out-www' -print`