From: Han-Wen Nienhuys Date: Sun, 28 May 2006 23:33:05 +0000 (+0000) Subject: * GNUmakefile.in (web-ext): package .signature files too. They X-Git-Tag: release/2.9.7~13 X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=94d6a214a653b7050da52afa4d46592dbc286622;p=lilypond.git * GNUmakefile.in (web-ext): package .signature files too. They compress well. * GNUmakefile.in: create web-root/VERSION to help upload scripts. * GNUmakefile.in: create web-signature-root/ too --- diff --git a/ChangeLog b/ChangeLog index dbd14c8d37..1c52cf0069 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,8 @@ 2006-05-29 Han-Wen Nienhuys + * GNUmakefile.in (web-ext): package .signature files too. They + compress well. + * scm/stencil.scm (write-system-signature): typo. * GNUmakefile.in: create web-root/VERSION to help upload scripts. diff --git a/GNUmakefile.in b/GNUmakefile.in index d64b69d266..3a7d3a80e8 100644 --- a/GNUmakefile.in +++ b/GNUmakefile.in @@ -57,7 +57,7 @@ local-install: final-install: @true -web-ext = html midi pdf png txt ly +web-ext = html midi pdf png txt ly signature footify = $(PYTHON) $(step-bindir)/add-html-footer.py --name $(PACKAGE_NAME) --version $(TOPLEVEL_VERSION) footifymail = MAILADDRESS='http://post.gmane.org/post.php?group=gmane.comp.gnu.lilypond.bugs' @@ -76,19 +76,14 @@ local-WWW-post: cd $(top-build-dir) && find Documentation input \ $(web-ext:%=-path '*/out-www/*.%' -or) -type l \ > $(outdir)/weblist - cd $(top-build-dir) && find Documentation input \ - -path '*/out-www/*.signature' \ - > $(outdir)/siglist ls $(outdir)/*.html >> $(outdir)/weblist ## rewrite file names so we lose out-www rm -rf $(outdir)/web-root/ - mkdir $(outdir)/web-root/ $(outdir)/web-signature-root/ + mkdir $(outdir)/web-root/ cat $(outdir)/weblist | (cd $(top-build-dir); tar -cf- -T- ) | \ tar -C $(outdir)/web-root/ -xf - - cat $(outdir)/siglist | (cd $(top-build-dir); tar -cf- -T- ) | \ - tar -C $(outdir)/web-signature-root/ -xf - - for dir in $(outdir)/web-root/ $(outdir)/web-signature-root/ ; do \ + for dir in $(outdir)/web-root/ ; do \ cd $$dir && \ for a in `find . -name out-www`; do \ rsync -a --link-dest $$a/ $$a/ $$a/.. ; \ @@ -96,7 +91,6 @@ local-WWW-post: done \ done echo $(TOPLEVEL_VERSION) > $(outdir)/web-root/VERSION - echo $(TOPLEVEL_VERSION) > $(outdir)/web-signature-root/VERSION tree-prefix = $(outdir) tree-bin = $(tree-prefix)/bin