From: janneke Date: Sun, 3 Apr 2005 12:02:37 +0000 (+0000) Subject: Include symlinks in webball. X-Git-Tag: release/2.5.23~239 X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=56a0ebe619495681af985a3ca652c5b99e53b9cd;p=lilypond.git Include symlinks in webball. --- diff --git a/ChangeLog b/ChangeLog index 5be758345c..8850cce452 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,7 @@ 2005-04-03 Jan Nieuwenhuizen + * GNUmakefile.in: Include symlinks in webball. + * Documentation/user/GNUmakefile (source-links): Add symlinks to source dir for split and non-split manuals. diff --git a/Documentation/user/lilypond.tely b/Documentation/user/lilypond.tely index 7f7884bd41..83c5d893c3 100644 --- a/Documentation/user/lilypond.tely +++ b/Documentation/user/lilypond.tely @@ -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 diff --git a/GNUmakefile.in b/GNUmakefile.in index 702f77b982..1a5613ff98 100644 --- a/GNUmakefile.in +++ b/GNUmakefile.in @@ -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 '' > $(builddir)/index.html echo 'Redirecting to the documentation index...' >> $(builddir)/index.html