]> git.donarmstrong.com Git - lilypond.git/blobdiff - stepmake/stepmake/yolily-topdoc-targets.make
patch::: 1.3.140.jcn5
[lilypond.git] / stepmake / stepmake / yolily-topdoc-targets.make
index 447b7e43166522fb3d8971541ee3b5110187f533..e69de29bb2d1d6434b8b29ae775ad8c2e48c5391 100644 (file)
@@ -1,18 +0,0 @@
-# Yolily_topdoc_targets.make
-
-default: do-doc 
-
-# urg
-$(outdir)/%.html: %.yo
-       $(YODL2HTML) -doutdir=$(outdir) --live-data=3 -o $@.in $<
-       $(sed-version) < $@.in > $@
-       rm -f $@.in
-       $(PYTHON) $(step-bindir)/add-html-footer.py --package=$(topdir) --index=index.html --news=$(depth)/NEWS $@
-
-local-WWW:
-       -cp $(outdir)/*gif $(outdir)/index.html $(depth)  # don't fail if not making website
-
-
-copy-to-top: 
-       $(foreach i, $(TO_TOP_FILES), \
-         cp $(i) $(depth)/ && ) true