]> git.donarmstrong.com Git - lilypond.git/blobdiff - GNUmakefile.in
* GNUmakefile.in: add dir argument for find command.
[lilypond.git] / GNUmakefile.in
index 33c9afb21019a2ced36ba952b6dd800850e2963a..3548dc04a5b30ddd89d29b6e6812a7896945f18e 100644 (file)
@@ -81,7 +81,7 @@ local-WWW-post:
        cat $(outdir)/weblist | (cd $(top-build-dir); tar -cf-  -T- ) | \
                tar -C $(outdir)/web-root/ -xf -  
        cd $(outdir)/web-root/ &&  \
-               for a in `find -name out-www`; do \
+               for a in `find -name out-www`; do \
                        mv $$a/* $$a/.. ; \
                        rmdir $$a ; \
                done