]> git.donarmstrong.com Git - lilypond.git/commitdiff
Include symlinks in webball.
authorJan Nieuwenhuizen <janneke@gnu.org>
Sun, 3 Apr 2005 12:02:37 +0000 (12:02 +0000)
committerJan Nieuwenhuizen <janneke@gnu.org>
Sun, 3 Apr 2005 12:02:37 +0000 (12:02 +0000)
ChangeLog
Documentation/user/lilypond.tely
GNUmakefile.in

index 5be758345c57303a9df6e46a816dc523092bfbe7..8850cce4526fe09ab482cbb61160fccd48cece28 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,7 @@
 2005-04-03  Jan Nieuwenhuizen  <janneke@gnu.org>
 
+       * GNUmakefile.in: Include symlinks in webball.
+
        * Documentation/user/GNUmakefile (source-links): Add symlinks to
        source dir for split and non-split manuals.
 
index 7f7884bd4117a39b3af919616d35191195074024..83c5d893c3050632c714562c3486065e1ede69cb 100644 (file)
@@ -160,7 +160,7 @@ HINTS FOR STYLE
 @end ignore
 
 @ifhtml
-This document is also available in @uref{source/Documentation/user/out-www/../lilypond.pdf,PDF}.
+This document is also available in @uref{source/Documentation/user/out-www/lilypond.pdf,PDF}.
 @end ifhtml
 
 
index 702f77b982b78a9b99d1e4321bf433dbd0f99f79..1a5613ff98c38b5aa5bea2d0d507977bdf0926fe 100644 (file)
@@ -78,7 +78,7 @@ local-WWW-post:
        cd $(builddir) && $(FIND) . -name '*.html' -print | $(footifymail) xargs $(footify)
        cd $(builddir) && find . -name \*.html~ -print | xargs rm -f
        cd $(builddir) && find Documentation input \
-               $(web-ext:%=-path '*/out-www/*.%' -or) -false \
+               $(web-ext:%=-path '*/out-www/*.%' -or) -type l \
                > $(outdir)/weblist
        echo '<META HTTP-EQUIV="refresh" content="0;URL=Documentation/out-www/index.html">' > $(builddir)/index.html
        echo '<html><body>Redirecting to the documentation index...</body></html>' >> $(builddir)/index.html