]> git.donarmstrong.com Git - lilypond.git/blobdiff - Documentation/de/web.texi
Run grand-replace for 2012
[lilypond.git] / Documentation / de / web.texi
index e173b8bb4c3e5471dfaede8c8e3fc9f35e55d0b7..194c3bc0b1a63e2a9f8e8c2a7bdbe800413f3bc0 100644 (file)
@@ -17,7 +17,7 @@
 
 @c `Web' was imported 2009-08-05 with git commit b938d71...
 @c @macro copyrightDeclare
-@c Copyright @copyright{} 2009--2011 by the authors.
+@c Copyright @copyright{} 2009--2012 by the authors.
 @c @end macro
 
 @set FDL
@@ -37,7 +37,7 @@
 @end ignore
 
 @copying
-Copyright @copyright{} 2009--2011 by the authors.
+Copyright @copyright{} 2009--2012 by the authors.
 
 @c next line is necessary for broken pre-4.13 texinfo's
 @c install-info, so leave it there until we officially
@@ -157,15 +157,15 @@ Lesen Sie mehr in der @ref{Einleitung}!
 
 @subsubheading Stabile Version
 
-@ref{Download, Download @versionStable}
+@ref{Download, @versionStable herunterladen}
 
-@ref{Manuals, Manuals @versionStable}
+@ref{Handbücher, @versionStable Handbücher}
 
 @subsubheading Entwicklerversion
 
-@ref{Development, Download @versionDevel}
+@ref{Entwicklung, @versionDevel herunterladen}
 
-@ref{Development, Manuals @versionDevel}
+@ref{Entwicklung, @versionDevel Handbücher}
 
 @divEnd
 @end ifset
@@ -219,30 +219,15 @@ Distributions will want to install lilypond.info in postinstall, doing:
 @end macro
 
 @macro docLinkSplit{name,base,webLink}
-@ifclear web_version
-  @uref{../\base\/index.html, \name\ (aufgeteilt HTML)}
-@end ifclear
-@ifset web_version
-  \webLink\
-@end ifset
+  @docLink{\name\ (aufgeteilt HTML),\base\/index.html,\webLink\}
 @end macro
 
 @macro docLinkBig{name,base,webLink}
-@ifclear web_version
-  @uref{../\base\-big-page.html, \name\ (großes HTML)}
-@end ifclear
-@ifset web_version
-  \webLink\
-@end ifset
+  @docLink{\name\ (großes HTML),\base\-big-page.html,\webLink\}
 @end macro
 
 @macro docLinkPdf{name,base,webLink}
-@ifclear web_version
-  @uref{../\base\.pdf, \base\.pdf}
-@end ifclear
-@ifset web_version
-  \webLink\
-@end ifset
+  @docLink{\base\.pdf,\base\.pdf,\webLink\}
 @end macro