X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=GNUmakefile.in;h=717c1904279dfb2ae860f1df04a74b86d056eff6;hb=36f2940b55faf9ec9bf1d33ae706981369be510f;hp=c69edbf9d939ea830f6a5a85ed878433555c4bf0;hpb=dacd327c26889eabb0da926547c168e4e14a4881;p=lilypond.git diff --git a/GNUmakefile.in b/GNUmakefile.in index c69edbf9d9..717c190427 100644 --- a/GNUmakefile.in +++ b/GNUmakefile.in @@ -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/