]> git.donarmstrong.com Git - lilypond.git/commitdiff
Nitpick: make web -> make doc.
authorNeil Puttock <n.puttock@gmail.com>
Wed, 20 May 2009 23:27:57 +0000 (00:27 +0100)
committerJohn Mandereau <john.mandereau@gmail.com>
Tue, 2 Jun 2009 13:17:00 +0000 (15:17 +0200)
stepmake/stepmake/texinfo-targets.make

index 133a9bb218058659a987e2e1c2c5850a42ef10ec..ede79d46e1dad4f116fff8efccef1f4b2ce4709b 100644 (file)
@@ -56,7 +56,7 @@ endif # copying info images
 
 
 ifneq ($(patsubst %/local,%,$(DESTDIR)$(prefix)),/usr)
-## install-info can't do all his job for binary packages build systems.
+## install-info can't do all its job for binary packages' build systems.
 ## Best we can do is to notify the builder or packager.
 local-install-info: info
        -$(INSTALL) -d $(DESTDIR)$(infodir)
@@ -113,7 +113,7 @@ local-install-info: info
        @echo "***************************************************************"
        @echo "To compile Info documentation with images, do from top of the build tree"
        @echo
-       @echo "    make web"
+       @echo "    make doc"
        @echo
        @echo "which builds documentation in all formats; to build only Info documentation, do"
        @echo