X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=stepmake%2Fstepmake%2Fdocumentation-targets.make;h=0f63330a210764038c4b195bbdd52f56b7d396a9;hb=57f01d7d76f5f682f41da1229fd1fd3ab308201d;hp=7223b973c4f13680f1eca3bfa3c077a456d58006;hpb=3a0e9efb7f067e5b334ba0596b95e15d96d7cc49;p=lilypond.git diff --git a/stepmake/stepmake/documentation-targets.make b/stepmake/stepmake/documentation-targets.make index 7223b973c4..0f63330a21 100644 --- a/stepmake/stepmake/documentation-targets.make +++ b/stepmake/stepmake/documentation-targets.make @@ -1,30 +1 @@ - default: - - -local-WWW: $(OUTHTML_FILES) - echo $^ > $(depth)/wwwlist - -local-web: - $(MAKE) CONFIGSUFFIX=www local-WWW - -footify: - $(footify) $(sort $(wildcard $(outdir)/*.html out/*.html out-www/*.html)) - -# what to do here? -ifeq (a,b) - -$(outdir)/$(package).info: $(outdir)/topinfo.texinfo $(OUTTEXINFO_FILES) - $(MAKEINFO) --force -o $@ $(outdir)/topinfo.texinfo - - -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 -