X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=GNUmakefile.in;h=ca98bf838c0f646dbb5c4de565425cb223b7db6f;hb=1a9d44f4edf9c0b3bc12d399491ca7001743b539;hp=6574e6540ee8f8f92acfd91599e75292cde14ff0;hpb=70b307786edeace9f37cedef6c753c9e0fe89f9e;p=lilypond.git diff --git a/GNUmakefile.in b/GNUmakefile.in index 6574e6540e..ca98bf838c 100644 --- a/GNUmakefile.in +++ b/GNUmakefile.in @@ -27,7 +27,7 @@ RELEASE_FILES = ChangeLog RELEASE-COMMIT RELEASE_OUT_FILES = $(RELEASE_FILES:%=$(outdir)/%) OUT_DIST_FILES += $(RELEASE_OUT_FILES) EXTRA_DIST_FILES = VERSION .gitignore .mailmap \ - $(README_FILES) $(SCRIPTS) $(IN_FILES) + $(README_FILES) $(SCRIPTS) $(IN_FILES) website.make INSTALLATION_DIR=$(local_lilypond_datadir) INSTALLATION_FILES=$(config_make) VERSION @@ -123,7 +123,7 @@ WWW-post: $(buildscript-dir)/mutopia-index -o $(outdir)/examples.html input/ find $(outdir) -name '*-root' | xargs rm -rf $(buildscript-dir)/www_post $(PACKAGE_NAME) $(TOPLEVEL_VERSION) $(outdir) "$(WEB_TARGETS)" - find $(outdir)/offline-root -type l -delete + find $(outdir)/offline-root -type l | xargs rm -f endif # ifeq ($(out),www) # For those who cannot for the life in them remember to type @@ -291,6 +291,8 @@ test-snippets-clean: # we want this separate for security; see CG 4.2. -gp website: - $(MAKE) -f $(top-src-dir)/website.make \ - top-src-dir=$(top-src-dir) website + $(MAKE) config_make=$(config_make) \ + top-src-dir=$(top-src-dir) \ + -f $(top-src-dir)/website.make \ + website