]> git.donarmstrong.com Git - lilypond.git/blobdiff - stepmake/stepmake/texinfo-targets.make
Merge branch 'master' of ssh://jomand@git.sv.gnu.org/srv/git/lilypond
[lilypond.git] / stepmake / stepmake / texinfo-targets.make
index e9cbf16aec7a1f91c5a2b85550c52de187985a5f..ede79d46e1dad4f116fff8efccef1f4b2ce4709b 100644 (file)
@@ -2,7 +2,9 @@
 
 default: $(INFO_FILES)
 
+ifeq ($(out),www)
 local-WWW-1: $(XREF_MAPS_FILES)
+endif
 
 local-doc:  $(OUTTXT_FILES)
 
@@ -54,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)
@@ -111,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