]> git.donarmstrong.com Git - lilypond.git/blobdiff - GNUmakefile.in
2003 -> 2004
[lilypond.git] / GNUmakefile.in
index aebcd55cbc089da04c6c6e33405fa43e915b72ab..5b2716a8e8ca9c4046ac2a3aadf12f57a31d5a4e 100644 (file)
@@ -37,10 +37,13 @@ include $(depth)/make/stepmake.make
 doc: 
        $(MAKE) -C Documentation
 
-web-install: 
+install-WWW:
        -$(INSTALL) -m 755 -d $(webdir) 
        tar -C $(webdir)/ -xzf $(outdir)/web.tar.gz
 
+web-install:
+       $(MAKE) out=www install-WWW
+
 local-install:
        $(INSTALL) -d $(local_lilypond_datadir)
 
@@ -144,12 +147,3 @@ $(config_h): config.hh.in
        @false
 
 
-# maybe move into private script?
-rsync-web:
-       cd out-www &&  mkdir web && tar  -xzf web.tar.gz -C web
-       cd out-www/web && \
-       chgrp -R lilypond . && \
-       chmod -R g+w .  && \
-       chmod 2775 `find -type d` . && \
-       rsync --delete --stats --progress -gorltvu -e ssh . x:/var/www/lilypond/doc/v$(MAJOR_VERSION).$(MINOR_VERSION)/
-       cd out-www && rm -rf web/