]> git.donarmstrong.com Git - lilypond.git/commitdiff
Fix a bunch of HTML links
authorJohn Mandereau <john.mandereau@gmail.com>
Thu, 10 Apr 2008 13:02:44 +0000 (15:02 +0200)
committerJohn Mandereau <john.mandereau@gmail.com>
Sat, 19 Apr 2008 08:58:46 +0000 (10:58 +0200)
Documentation/de/index.html.in
Documentation/es/index.html.in
Documentation/fr/index.html.in
Documentation/user/GNUmakefile
input/lsr/GNUmakefile

index dc28d7b0b0ec0976259de73e3472d928eb5b8060..96cfe37c05a5206b752cf6ffbefe64e737a8e550 100644 (file)
           
 <li><a class="title" href="../input/lsr/lilypond-snippets/index.html">Schnipsel</a>
 (auf <a class="title" href="../input/lsr/lilypond-snippets-big-page.html">einer gro&szlig;en Seite</a>,
-als <a class="title" href="../input/lsr/lilypond-snippets.pdf">PDF</a>)
+als <a class="title" href="user/lilypond-snippets.pdf">PDF</a>)
      <br>(Schnelle Tricks, Tipps und Beispiele.)
         </ul>
  
index b79cd0b1c7ae646fe57ddc0fc9ef109a0b44b954..f5fcf6a230ddf66a5170cce21ad2d4c3fa9d7246 100644 (file)
@@ -91,9 +91,9 @@ y en <a class="title" href="user/lilypond.es.pdf">PDF</a>)
           &nbsp;
          <ul>
               <li>
-           <a class="title" href="user/lilypond-program/index.html">Utilización del programa (UP)</a>
+           <a class="title" href="user/lilypond-program/index.es.html">Utilización del programa (UP)</a>
 (en <a class="title" href="user/lilypond-program-big-page.html">una sola página</a>,
-en <a class="title" href="user/lilypond-program.pdf">PDF</a>)
+en <a class="title" href="user/lilypond-program.es.pdf">PDF</a>)
            <br>(cómo instalar y ejecutar el programa)
 
 <li><a class="title" href="../input/lsr/lilypond-snippets/index.html">Fragmentos de código</a>
index 05f63be60efaff8eb989cfc4dbdcd1aabec115b3..769b6d380a49fa541dff03f24e92c062770c2cee 100644 (file)
@@ -96,7 +96,7 @@
              <br>&mdash; installation et exécution des programmes
            <li><a class="title" href="../input/lsr/lilypond-snippets/index.html">Exemples de code</a>
 (en <a class="title" href="../input/lsr/lilypond-snippets-big-page.html">une seule grande page</a>,
-au format <a class="title" href="../input/lsr/lilypond-snippets.pdf">PDF</a>)
+au format <a class="title" href="user/lilypond-snippets.pdf">PDF</a>)
              <br>&mdash; petits trucs, astuces et exemples
          </ul>
          </td>
index 1eedc5aea5760b4dd31606ab8279c613f7612fcf..c11ad6c3cb954d74a86a3ffecc78620996e428d8 100644 (file)
@@ -117,12 +117,12 @@ source-links = $(outdir)/source $(outdir)/lilypond/source $(outdir)/music-glossa
 
 $(outdir)/source:
        @rm -f $(@)
-       ln -sf ../../ $(@)
+       ln -sf $(depth) $(@)
 
 $(outdir)/%/source:
        @rm -f $(@)
        mkdir -p $(dir $@)
-       ln -sf ../../../ $(@)
+       ln -sf $(depth)/.. $(@)
 
 local-WWW: $(HTML_FILES) $(DEEP_HTML_FILES)\
  $(datafiles) $(PDF_FILES) $(source-links) info
index f79adc52914c73282b477dcb18129f6640fab7ab..d26872b5fd03e756260a6d87b820efd87c03abf9 100644 (file)
@@ -26,6 +26,17 @@ $(outdir)/%.itely: %-intro.itely %.snippet-list
 
 $(outdir)/lilypond-snippets.texi: $(GENERATED_ITELY_FILES) $(LY_FILES)
 
+source-links = $(outdir)/source $(outdir)/lilypond-snippets/source
+
+$(outdir)/source:
+       @rm -f $(@)
+       ln -sf $(depth) $(@)
+
+$(outdir)/%/source:
+       @rm -f $(@)
+       mkdir -p $(dir $@)
+       ln -sf $(depth)/.. $(@)
+
 info: $(INFO_FILES)
 
 ifneq ($(out),www)
@@ -47,4 +58,5 @@ local-clean:
 
 local-WWW: info $(outdir)/lilypond-snippets.pdf \
   $(outdir)/lilypond-snippets/index.html \
-  $(outdir)/lilypond-snippets-big-page.html
+  $(outdir)/lilypond-snippets-big-page.html \
+  source-links