X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=stepmake%2Fstepmake%2Fdocumentation-targets.make;h=b8eabaed77c75833e00df0bb9affd98186ed0e49;hb=3a47f7d09f31f38a9c5a89b9c0f8b588bbbfff7d;hp=7084ab5b69ce5947420c113113a9167988d876c6;hpb=125c505b0b8e664b9df2f11718fa6ffca6806060;p=lilypond.git diff --git a/stepmake/stepmake/documentation-targets.make b/stepmake/stepmake/documentation-targets.make index 7084ab5b69..b8eabaed77 100644 --- a/stepmake/stepmake/documentation-targets.make +++ b/stepmake/stepmake/documentation-targets.make @@ -1,27 +1,22 @@ default: +# UGH. +include $(stepdir)/www-targets.make -local-WWW: $(OUTHTML_FILES) footify - -local-web: - $(MAKE) CONFIGSUFFIX=www local-WWW - -footify: - $(footify) $(sort $(wildcard $(outdir)/*.html out/*.html out-www/*.html)) - -deep-footify: - $(deep-footify) $(sort $(wildcard $(outdir)/*/*.html)) +local-WWW: $(OUTHTML_FILES) +# why isn't this in texinfo-targets? INFO_INSTALL_FILES = $(wildcard $(addsuffix *, $(INFO_FILES))) -INFOINSTALL=$(MAKE) INSTALLATION_OUT_DIR=$(infodir) depth=$(depth) INSTALLATION_OUT_FILES="$(INFO_INSTALL_FILES)" -f $(stepdir)/install-out.sub.make +# should we call install-info? +INFOINSTALL=$(MAKE) INSTALLATION_OUT_DIR=$(DESTDIR)$(infodir) depth=$(depth) INSTALLATION_OUT_FILES="$(INFO_INSTALL_FILES)" -f $(stepdir)/install-out.sub.make local-install: install-info local-uninstall: uninstall-info install-info: $(INFO_FILES) - -$(INSTALL) -d $(infodir) + -$(INSTALL) -d $(DESTDIR)$(infodir) $(INFOINSTALL) local-install uninstall-info: