]> git.donarmstrong.com Git - lilypond.git/commitdiff
* GNUmakefile.in (web-ext): package .signature files too. They
authorHan-Wen Nienhuys <hanwen@xs4all.nl>
Sun, 28 May 2006 23:33:05 +0000 (23:33 +0000)
committerHan-Wen Nienhuys <hanwen@xs4all.nl>
Sun, 28 May 2006 23:33:05 +0000 (23:33 +0000)
compress well.

* GNUmakefile.in: create web-root/VERSION to help upload scripts.

* GNUmakefile.in: create web-signature-root/ too

ChangeLog
GNUmakefile.in

index dbd14c8d37566e5ee0e4857baa3e9a961a11ed1d..1c52cf0069cb2c43c435ea97f794be0a04cee2ec 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,8 @@
 2006-05-29  Han-Wen Nienhuys  <hanwen@lilypond.org>
 
+       * 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.
index d64b69d26676d3c0708ae82c88d0e12c548d4278..3a7d3a80e812c70d5cc890d61c5a21245cc2ad43 100644 (file)
@@ -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