X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=stepmake%2Fstepmake%2Ftoplevel-targets.make;h=cc4a156e1ae7e8b5726b18b2625a62a1c1ad9109;hb=598ae0a0f49e834d5af8825f7eef8044fc95a5ec;hp=bd2f3d7932ba848988966fb1334fd6c398d322b7;hpb=38925347b5370c7eb06f7baaeac8a461a0a12ac4;p=lilypond.git diff --git a/stepmake/stepmake/toplevel-targets.make b/stepmake/stepmake/toplevel-targets.make index bd2f3d7932..cc4a156e1a 100644 --- a/stepmake/stepmake/toplevel-targets.make +++ b/stepmake/stepmake/toplevel-targets.make @@ -1,3 +1,7 @@ +.PHONY: web-install +web-install: +web-uninstall: + local-dist: configure local-distclean: @@ -52,16 +56,20 @@ dist: local-help: @echo -e "\ - web-uninstall remove installed documentation with images\n\ config rerun configure\n\ dist roll tarball: $(depth)/$(outdir)/$(distname).tar.gz\n\ distclean also remove configure output\n\ doc update all documentation (without images)\n\ + info build Info documentation with images\n\ + info-install install Info documentation with images\n\ cvs-clean also remove out directories and generated files\n\ maintainerclean also remove distributed generated files\n\ po make new translation Portable Object database\n\ po-replace do po-update and replace catalogs with msgmerged versions\n\ po-update update translation Portable Object database\n\ + web-install * install website documentation in (webdir=$(webdir))\n\ + and Info documentation with images\n\ + web-uninstall * remove installed documentation with images\n\ \n\ Some more targets are available for testing changes:\n\ test-baseline check test-redo test-clean\n\