From: Reinhold Kainhofer <reinhold@kainhofer.com>
Date: Sun, 17 Aug 2008 15:50:57 +0000 (+0200)
Subject: Merge branch 'master' of ssh://kainhofer@git.sv.gnu.org/srv/git/lilypond into dev... 
X-Git-Tag: release/2.11.58-1~32^2~55
X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=4cf1c1f0def359889bf9dc326cd6f7ec6edceecd;p=lilypond.git

Merge branch 'master' of ssh://kainhofer@git.sv.gnu.org/srv/git/lilypond into dev/texi2html

Conflicts:

	Documentation/user/macros.itexi
	buildscripts/add_html_footer.py
	stepmake/stepmake/generic-targets.make
---

4cf1c1f0def359889bf9dc326cd6f7ec6edceecd
diff --cc Documentation/user/macros.itexi
index 639cd02fc8,07cf74a547..25daba0a82
--- a/Documentation/user/macros.itexi
+++ b/Documentation/user/macros.itexi
@@@ -278,29 -281,29 +281,41 @@@
  @end macro
  
  @macro rlearning{TEXT}
- learning manual, @ref{\TEXT\,,,lilypond-learning,Learning Manual}
+ @ref{\TEXT\,,,lilypond-learning,Learning Manual}
+ @end macro
+ 
+ @macro rlearningnamed{TEXT,DISPLAY}
+ @ref{\TEXT\,,\DISPLAY\,lilypond-learning,Learning Manual}
  @end macro
  
 +@macro rlearningnamed{TEXT,DISPLAY}
 +learning manual, @ref{\TEXT\,,\DISPLAY\,lilypond-learning,Learning Manual}
 +@end macro
 +
  @macro ruser{TEXT}
- notation reference, @ref{\TEXT\,,,lilypond,Notation Reference}
+ @ref{\TEXT\,,,lilypond,Notation Reference}
+ @end macro
+ 
+ @macro rusernamed{TEXT,DISPLAY,DISPLAY}
+ @ref{\TEXT\,,\DISPLAY\,lilypond,Notation Reference}
  @end macro
  
 +@macro rusernamed{TEXT,DISPLAY,DISPLAY}
 +notation reference, @ref{\TEXT\,,\DISPLAY\,lilypond,Notation Reference}
 +@end macro
 +
  @macro rprogram{TEXT}
- program usage manual, @ref{\TEXT\,,,lilypond-program,Application Usage}
+ @ref{\TEXT\,,,lilypond-program,Application Usage}
+ @end macro
+ 
+ @macro rprogramnamed{TEXT,DISPLAY}
+ @ref{\TEXT\,,\DISPLAY\,lilypond-program,Application Usage}
  @end macro
  
 +@macro rprogramnamed{TEXT,DISPLAY}
 +program usage manual, @ref{\TEXT\,,\DISPLAY\,lilypond-program,Application Usage}
 +@end macro
 +
  @macro rlsr{TEXT}
  @ref{\TEXT\,,,lilypond-snippets,Snippets}
  @end macro
diff --cc stepmake/stepmake/generic-targets.make
index f4f1390769,0307404080..a9ba8453e1
--- a/stepmake/stepmake/generic-targets.make
+++ b/stepmake/stepmake/generic-targets.make
@@@ -1,6 -1,5 +1,6 @@@
- .PHONY : all clean config default dist dist exe help html lib TAGS\
 -.PHONY : all clean bin-clean config default dist doc exe help\
 -         html lib TAGS po
++.PHONY : all clean bin-clean config default dist doc exe help html lib TAGS\
 +	 po web web-1 WWW-1 WWW-2 WWW-post local-WWW-1 local-WWW-2\
 +	 web-install
  
  all:	 default
  	$(LOOP)