X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=stepmake%2Fstepmake%2Fdocumentation-targets.make;h=0f63330a210764038c4b195bbdd52f56b7d396a9;hb=d4d2ddbd7f52765dd4a0558e1153bb327eeb6f0f;hp=d5f7c50f3139a7da4c1ccce228bde7b93d738f4e;hpb=0f0860112a07a4eab33ac36d8c1b9b01d431ddfa;p=lilypond.git diff --git a/stepmake/stepmake/documentation-targets.make b/stepmake/stepmake/documentation-targets.make index d5f7c50f31..0f63330a21 100644 --- a/stepmake/stepmake/documentation-targets.make +++ b/stepmake/stepmake/documentation-targets.make @@ -1,42 +1 @@ - default: - -do-doc: $(OUTTXT_FILES) - -# ugh. FIXME -ifeq ($(strip $(README_TOP_FILES)),) -readme-top_FILES-html: -readme-top_FILES-txt: -else - -readme-top_FILES-txt: - $(foreach i, $(README_TOP_FILES), \ - cp $(depth)/$(i) $(outdir)/$(i).txt && ) true - -readme-top_FILES-html: - $(foreach i, $(README_TOP_FILES), \ - $(SHELL) $(step-bindir)/text2html.sh $(outdir)/$(i).txt $(outdir)/$(i).html && \ - $(PYTHON) $(step-bindir)/add-html-footer.py --package=$(topdir) --index=$(depth)/../index.html $(outdir)/$(i).html && ) true -endif - -local-WWW: readme-top_FILES-txt readme-top_FILES-html $(OUTHTML_FILES) $(OUTREADME_HTML_FILES) - echo $^ > $(depth)/wwwlist - -doc: do-doc - -$(outdir)/$(package).info: $(outdir)/topinfo.texinfo $(OUTTEXINFO_FILES) - $(MAKEINFO) --force -o $@ $(outdir)/topinfo.texinfo - -# what to do here? -ifneq ($(strip $(INFO_FILES)),) - -INFOINSTALL=$(MAKE) INSTALLATION_OUT_DIR=$(infodir) depth=$(depth) INSTALLATION_OUT_FILES="$(INFO_FILES)" -f $(stepdir)/install-out.sub.make $@ - -localinstall: # $(INFO_FILES) - -$(INSTALL) -d $(infodir) - $(INFOINSTALL) -localuninstall: - $(INFOINSTALL) - -endif -