X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=GNUmakefile.in;h=75c4ed68dc7bca73327761b317554308fad901fd;hb=16f86be3db31bcf062a33fdd79c37c168e4883d4;hp=0da6f9ad5e27f17694c876ebc0019649ce68422e;hpb=6ce2bcbe780ee19563e10cabfd4f1a9a2b8e882c;p=lilypond.git diff --git a/GNUmakefile.in b/GNUmakefile.in index 0da6f9ad5e..75c4ed68dc 100644 --- a/GNUmakefile.in +++ b/GNUmakefile.in @@ -66,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: @@ -86,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