]> git.donarmstrong.com Git - lilypond.git/commitdiff
lilypond-1.0.1
authorfred <fred>
Sun, 26 Jul 1998 11:16:06 +0000 (11:16 +0000)
committerfred <fred>
Sun, 26 Jul 1998 11:16:06 +0000 (11:16 +0000)
scripts/Makefile [new file with mode: 0644]
stepmake/stepmake/WWW.make [new file with mode: 0644]

diff --git a/scripts/Makefile b/scripts/Makefile
new file mode 100644 (file)
index 0000000..17ce13c
--- /dev/null
@@ -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 (file)
index 0000000..b4c2b27
--- /dev/null
@@ -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
+