]> git.donarmstrong.com Git - lilypond.git/blobdiff - GNUmakefile.in
* input/test/[p-r]*.ly: use more verbose texidocs. add comments
[lilypond.git] / GNUmakefile.in
index c69edbf9d939ea830f6a5a85ed878433555c4bf0..717c1904279dfb2ae860f1df04a74b86d056eff6 100644 (file)
@@ -18,7 +18,7 @@ SUBDIRS = buildscripts python scripts \
 #
 
 SCRIPTS = configure aclocal.m4 autogen.sh lexer-gcc-3.1.sh
-README_FILES =  ChangeLog  COPYING DEDICATION ROADMAP THANKS
+README_FILES = ChangeLog  COPYING DEDICATION ROADMAP THANKS 
 README_TXT_FILES = AUTHORS.txt README.txt INSTALL.txt NEWS.txt
 IN_FILES := $(wildcard *.in)
 PATCH_FILES = emacsclient.patch server.el.patch darwin.patch
@@ -76,15 +76,15 @@ local-WWW-post:
 
 src-ext = c cc yy ll hh icc py scm tex ps texi itexi tely itely sh
 
+# FIXME: rename to TAGS; should include deeper TAGS files, see guile-core
 ALL-TAGS:
-       etags $(shell find . $(src-ext:%=-name '*.%' -or) -false | grep -v '/out')
+       etags $(shell find . $(src-ext:%=-name '*.%' -or) -false \
+               | grep -v '/out')
 
 web-clean:
-       $(SHELL) $(buildscript-dir)/clean-fonts.sh
        $(MAKE) out=www clean
        $(MAKE) $(builddir)/share/lilypond-force
 
-
 default: $(config_h) builddir-setup 
 
 builddir-setup: $(builddir)/share/lilypond-force
@@ -147,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/