From: fred Date: Sun, 26 Jul 1998 11:16:06 +0000 (+0000) Subject: lilypond-1.0.1 X-Git-Tag: release/1.5.59~5879 X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=cef5ad9a77bd64b83596905b6b8e1d615c017536;p=lilypond.git lilypond-1.0.1 --- diff --git a/scripts/Makefile b/scripts/Makefile new file mode 100644 index 0000000000..17ce13c80c --- /dev/null +++ b/scripts/Makefile @@ -0,0 +1,15 @@ +# bin/Makefile + +depth = .. + +include $(depth)/make/Stepmake.make + + +include $(stepdir)/Scripts.make + +# want release, make-patch too! +SEXECUTABLES=convert-mudela mudela-book ly2dvi + +include $(stepdir)/Executable.make + + diff --git a/stepmake/stepmake/WWW.make b/stepmake/stepmake/WWW.make new file mode 100644 index 0000000000..b4c2b27c3b --- /dev/null +++ b/stepmake/stepmake/WWW.make @@ -0,0 +1,17 @@ +# WWW.make + +ly_examples=$(addprefix $(outdir)/, $(addsuffix .ly.txt, $(examples))) +fly_examples=$(addprefix $(outdir)/, $(addsuffix .fly.txt, $(flexamples))) + +all_examples=$(flexamples) $(examples) + +ps_examples=$(addprefix $(outdir)/, $(addsuffix .ps.gz, $(all_examples))) +gif_examples=$(addprefix $(outdir)/, $(addsuffix .gif, $(all_examples))) + +html_subdirs=$(addprefix --subdirs ,$(SUBDIRS)) + +## UGH! lily specific +local-WWW: $(ly_examples) $(fly_examples) $(ps_examples) $(gif_examples) + (cd $(outdir); $(PYTHON) ../$(buildscripts)/mutopia-index.py --package=$(topdir) --prefix=../ --suffix=/$(outdir) $(html_subdirs) $(all_examples)) + $(PYTHON) $(step-bindir)/add-html-footer.py --package=$(topdir) --index=$(depth)/$(outdir)/index.html $(outdir)/index.html +