X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=GNUmakefile.in;h=fbb06ee3f30053f6f58112d8dd9b4cc2dc835e8e;hb=8183f7387acea6c25b7f25beea5d42a4544dc11c;hp=636c66c42ccfae943915a11c15ec0f676c3ab4ec;hpb=26d7714a7770ae8d4a00d612cc7a8d61d41f5da7;p=lilypond.git diff --git a/GNUmakefile.in b/GNUmakefile.in index 636c66c42c..fbb06ee3f3 100644 --- a/GNUmakefile.in +++ b/GNUmakefile.in @@ -16,14 +16,15 @@ SUBDIRS = buildscripts python scripts \ ## value of DOCUMENTATION here. documentation-dir=$(if $(findstring no,$(DOCUMENTATION)),,Documentation) -SCRIPTS = configure aclocal.m4 autogen.sh lexer-gcc-3.1.sh Doxyfile +SCRIPTS = configure autogen.sh lexer-gcc-3.1.sh Doxyfile README_FILES = ChangeLog COPYING DEDICATION ROADMAP THANKS HACKING -README_TXT_FILES = AUTHORS.txt README.txt INSTALL.txt NEWS.txt +TOPDOC_FILES=AUTHORS README INSTALL NEWS +TOPDOC_TXT_FILES = $(addprefix $(top-build-dir)/Documentation/topdocs/$(outdir)/,$(addsuffix .txt,$(TOPDOC_FILES))) IN_FILES := $(call src-wildcard,*.in) + PATCH_FILES = emacsclient.patch server.el.patch darwin.patch EXTRA_DIST_FILES = VERSION .cvsignore SConstruct \ $(README_FILES) $(SCRIPTS) $(IN_FILES) $(PATCH_FILES) -NON_ESSENTIAL_DIST_FILES = $(README_TXT_FILES) INSTALLATION_DIR=$(local_lilypond_datadir) INSTALLATION_FILES=$(config_make) VERSION @@ -32,6 +33,13 @@ INSTALLATION_FILES=$(config_make) VERSION STEPMAKE_TEMPLATES=toplevel po install include $(depth)/make/stepmake.make +local-dist: dist-toplevel-txt-files + +dist-toplevel-txt-files: + -mkdir -p $(distdir) + ln $(TOPDOC_TXT_FILES) $(distdir)/ + ln $(top-src-dir)/stepmake/aclocal.m4 $(distdir)/ + doc: $(MAKE) -C Documentation @@ -73,20 +81,28 @@ local-WWW-post: cd $(top-build-dir) && $(FIND) . -name '*.html' -print | $(footifymail) xargs $(footify) + cd $(top-build-dir) && find Documentation input \ + $(web-ext:%=-path '*/out-www/*.%' -or) -type l \ + | grep -v 'lily-[0-9].*.pdf' \ + > $(outdir)/weblist + ls $(outdir)/*.html >> $(outdir)/weblist + +## urg: this is too hairy, should write a python script to do this. + ## rewrite file names so we lose out-www - -mv $(outdir)/web-root/ $(outdir)/old-web-root - for d in out-www `cd $(top-build-dir) && find Documentation input -name 'out-www' `; do \ - echo $$d ; \ - (mkdir -p $(outdir)/web-root/$$d/ || true) ; \ - rsync -Wa --include source --include music-glossary \ - --include lilypond-internals \ - --include lilypond \ - $(foreach pat,$(web-ext), --include '*'.$(pat)) $(top-build-dir)/$$d/ $(outdir)/web-root/$$d/../ ; \ + rm -rf $(outdir)/web-root/ + mkdir $(outdir)/web-root/ +## urg slow. + cat $(outdir)/weblist | (cd $(top-build-dir); tar -cf- -T- ) | \ + tar -C $(outdir)/web-root/ -xf - + for dir in $(outdir)/web-root/ ; do \ + cd $$dir && \ + for a in `find . -name out-www`; do \ + rsync -a --link-dest $$a/ $$a/ $$a/.. ; \ + rm -rf $$a ; \ + done \ done -## todo: use --link-dest -# --link-dest=$(outdir)/old-web-root/$$d - -rm -rf $(outdir)/old-web-root - + echo $(TOPLEVEL_VERSION) > $(outdir)/web-root/VERSION tree-prefix = $(outdir) tree-bin = $(tree-prefix)/bin @@ -112,7 +128,7 @@ default: $(config_h) build-dir-setup build-dir-setup: $(tree-share-prefix)/lilypond-force PO_FILES = $(call src-wildcard,$(src-depth)/po/*.po) -HELP_CATALOGS = $(PO_FILES:$(src-depth)/po/%.po=%) +HELP_CATALOGS = $(PO_FILES:po/%.po=%) CATALOGS = $(HELP_CATALOGS:lilypond=) $(tree-share-prefix)/lilypond-force link-tree: GNUmakefile @@ -180,7 +196,13 @@ $(tree-share-prefix)/mf-link-tree link-mf-tree: $(tree-share-prefix)/lilypond-fo TAGS.make: dummy etags -o $@ $(find $(srcdir) -name 'GNUmakefile*' -o -name '*.make') -local-clean: build-dir-setup-clean +local-clean: build-dir-setup-clean local-web-clean + +local-web-clean: + rm -rf $(outdir)/web-root/ + + + build-dir-setup-clean: cd $(top-build-dir) && rm -rf share