]> git.donarmstrong.com Git - lilypond.git/blobdiff - GNUmakefile.in
release: 1.3.153
[lilypond.git] / GNUmakefile.in
index ec01807e4b6c9285b193f4a587ef9211ec58e9c5..55c729588c5ad37d599a473329542945455cdfe0 100644 (file)
@@ -6,11 +6,13 @@
 depth = .
 #
 
-# descent order into subdirectories:
-#
-SUBDIRS = buildscripts scripts flower lily mf midi2ly po \
-       Documentation ly input tex make intl ps scm \
+# descent order into subdirectories
+# 
+SUBDIRS = buildscripts scripts flower lily \
+       mf ly tex ps scm \
+       midi2ly po make intl \
        debian $(builddir)/stepmake \
+       Documentation input \
        mutopia ports
 #
 
@@ -18,7 +20,7 @@ SCRIPTS = configure aclocal.m4
 README_FILES =  DEDICATION COPYING NEWS CHANGES ROADMAP
 README_TXT_FILES = AUTHORS.txt README.txt INSTALL.txt FAQ.txt
 IN_FILES := $(wildcard *.in)
-EXTRA_DIST_FILES = lilypond-font-lock.el lilypond-mode.el vimrc VERSION $(README_FILES)  $(SCRIPTS) $(IN_FILES)  emacsclient.patch
+EXTRA_DIST_FILES = lilypond-font-lock.el lilypond-mode.el lilypond-init.el vimrc VERSION $(README_FILES)  $(SCRIPTS) $(IN_FILES)  emacsclient.patch
 NON_ESSENTIAL_DIST_FILES = $(README_TXT_FILES)
 INSTALLATION_DIR=$(datadir)
 INSTALLATION_FILES=$(configuration) VERSION
@@ -34,7 +36,7 @@ footify:
        $(footify-all-command)
 
 fonts:
-       $(MAKE) -C $(depth)/mf out
+       $(MAKE) -C $(depth)/mf
 
 doc: lily fonts
        $(MAKE) -C Documentation
@@ -76,7 +78,9 @@ local-web: fonts lily $(TOP_HTMLS:%.html=%) footify do-top-doc top-web
 
 top-web:
        rm -f `find . -name \*.html~ -print`
-       find `find Documentation input mutopia *.png index.html -type d -name 'out-www'` -not -name '*dvi' -not -name '*ly' -not -name '*tex' -not -name '*.ps' -not -name 'out-www' | tar -czf $(outdir)/web.tar.gz  -T -
+       find `find Documentation input mutopia *.png index.html -type d -name 'out-www'` -not -name '*dvi' -not -name '*ly' -not -name '*tex' -not -name '*.ps' -not -name 'out-www' > $(outdir)/weblist
+       ls *.png *.html >> $(outdir)/weblist
+       cat $(outdir)/weblist | tar -czf $(outdir)/web.tar.gz  -T -
 
 #WWW: local-WWW