X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;ds=sidebyside;f=stepmake%2Fstepmake%2Ftexinfo-targets.make;h=6dbc031de55d1df68a7f4f78dbb86e75062fc3af;hb=515db29650106fefe87c2fad932431e732b7dc1f;hp=ede79d46e1dad4f116fff8efccef1f4b2ce4709b;hpb=cc612f1d032407f8847cab0d787d7ba091fc4395;p=lilypond.git diff --git a/stepmake/stepmake/texinfo-targets.make b/stepmake/stepmake/texinfo-targets.make index ede79d46e1..6dbc031de5 100644 --- a/stepmake/stepmake/texinfo-targets.make +++ b/stepmake/stepmake/texinfo-targets.make @@ -3,10 +3,10 @@ default: $(INFO_FILES) ifeq ($(out),www) -local-WWW-1: $(XREF_MAPS_FILES) +local-WWW-1: $(OUT_TEXINFO_MANUALS) $(XREF_MAPS_FILES) endif -local-doc: $(OUTTXT_FILES) +local-txt-doc: $(OUTTXT_FILES) check-info: texinfo-all-menus-update @@ -41,7 +41,7 @@ install-info-images: # remove $(infodir)/$(INFO_IMAGES_DIR) in case it is a symlink -rm -f $(DESTDIR)$(infodir)/$(INFO_IMAGES_DIR) $(INSTALL) -d $(DESTDIR)$(infodir)/$(INFO_IMAGES_DIR) - rsync -r --include '[0-9a-f][0-9a-f]' --include '*.png' --exclude '*' $(outdir)/ $(DESTDIR)$(infodir)/$(INFO_IMAGES_DIR)/ + rsync -r --include '[0-9a-f][0-9a-f]' --include '*.png' --exclude '*' $(outdir)/ $(DESTDIR)$(infodir)/$(INFO_IMAGES_DIR) uninstall-info-images: rm -f $(DESTDIR)$(infodir)/$(INFO_IMAGES_DIR) || rm -rf $(DESTDIR)$(infodir)/$(INFO_IMAGES_DIR) @@ -161,8 +161,9 @@ texinfo-all-menus-update: local-help: local-texinfo-help local-texinfo-help: - @echo -e "\ - info [out=www] update Info documentation (use \`out=www' for having images)\n\ - install-info [out=www] install Info documentation (idem)\n\ - texinfo-all-menus-update update node menus in Texinfo source files (use with caution)\n" + @echo " info [out=www] update Info documentation" + @echo " (use \`out=www' for having images)" + @echo " install-info [out=www] install Info documentation (idem)" + @echo " texinfo-all-menus-update update node menus in Texinfo source files" + @echo " (use with caution)"