]> git.donarmstrong.com Git - lilypond.git/blobdiff - GNUmakefile.in
mutopia move
[lilypond.git] / GNUmakefile.in
index 5ecb4bbfcfa8f57763c0a5f7a5871263256f9260..75c4ed68dc7bca73327761b317554308fad901fd 100644 (file)
@@ -12,8 +12,7 @@ SUBDIRS = buildscripts scripts flower lily \
        mf ly tex ps scm \
        python po make intl \
        debian $(builddir)/stepmake \
-       Documentation input \
-       mutopia 
+       Documentation input
 #
 
 SCRIPTS = configure aclocal.m4 autogen.sh
@@ -67,16 +66,12 @@ ifeq ($(KPATHSEA),0)
 endif
 
 
-TOP_HTMLS = index.html short-examples.html long-examples.html
+TOP_HTMLS = index.html examples.html
 
-short-examples: web-reqs
+examples: web-reqs
        $(MAKE) out=www -C input WWW
        $(PYTHON) $(buildscript-dir)/mutopia-index.py -o $(builddir)/$@.html input/
 
-long-examples: web-reqs
-       $(MAKE) out=www -C mutopia WWW
-       $(PYTHON) $(buildscript-dir)/mutopia-index.py -o $(builddir)/$@.html mutopia/
-
 lily: lily/$(outdir)/lilypond
 
 lily/$(outdir)/lilypond:
@@ -87,7 +82,7 @@ local-web: web-doc $(TOP_HTMLS:%.html=%) footify do-top-doc top-web
 web-ext = gz html midi pdf png txt
 top-web:
        cd $(builddir) && rm -f `find . -name \*.html~ -print`
-       cd $(builddir) && find Documentation input mutopia \
+       cd $(builddir) && find Documentation input \
                $(web-ext:%=-path '*/out-www/*.%' -or) -false \
                > $(outdir)/weblist
        cd $(builddir) && ls *.png *.html >> $(outdir)/weblist