depth = ../..
-STEPMAKE_TEMPLATES=documentation tex texinfo
+STEPMAKE_TEMPLATES=documentation tex texinfo topdocs
LOCALSTEPMAKE_TEMPLATES=lilypond ly
HTML_FILES=$(addprefix $(outdir)/, $(TEXI_FILES:.texi=.html) $(TELY_FILES:.tely=.html))
-#default: local-doc
-
include $(depth)/make/stepmake.make
-
-copy-to-top: $(TO_TOP_FILES)
- $(foreach i, $(TO_TOP_FILES), \
- cp $(i) $(depth)/ && ) true
- -cp $(outdir)/*png $(outdir)/index.html $(depth) # don't fail if not making website
-
-###local-WWW: copy-to-top
-
-local-WWW: $(HTML_FILES) copy-to-top
-# we want footers even if website builds (or is built) partly
- $(MAKE) footify
-
lily/$(outdir)/lilypond:
$(MAKE) -C lily
-local-web: fonts lily $(TOP_HTMLS:%.html=%) footify top-web
+local-web: fonts lily $(TOP_HTMLS:%.html=%) footify do-top-doc top-web
top-web:
rm -f `find . -name \*.html~ -print`
# bin/Makefile
depth = ..
-STEPMAKE_TEMPLATES=script install
+STEPMAKE_TEMPLATES=script install po
include $(depth)/make/stepmake.make
+
#!@PYTHON@
-
-# convert-lilypond.py -- convertor for lilypond versions
+#
+# convert-ly.py -- convertor for lilypond versions
#
# source file of the GNU LilyPond music typesetter
#
-# (c) 1998
+# (c) 1998--2001
# TODO
# use -f and -t for -s output
--- /dev/null
+#epmty
\ No newline at end of file
--- /dev/null
+
+default: local-doc
+
+copy-to-top: $(TO_TOP_FILES)
+ $(foreach i, $(TO_TOP_FILES), \
+ cp $(i) $(depth)/ && ) true
+ -cp $(outdir)/*png $(outdir)/index.html $(depth) # don't fail if not making website
+
+###local-WWW: copy-to-top
+
+local-WWW: $(HTML_FILES) copy-to-top
+# we want footers even if website builds (or is built) partly
+ $(MAKE) footify
+
--- /dev/null
+TO_TOP_FILES=$(addprefix $(outdir)/, $(README_TOP_FILES))
+
# override Generic_vars.make:
DIST_FILES := $(EXTRA_DIST_FILES)
-TO_TOP_FILES=$(addprefix $(outdir)/, $(README_TOP_FILES))
-
# urg?
include $(stepdir)/documentation-vars.make