From: Graham Percival Date: Sun, 27 Dec 2009 05:01:29 +0000 (+0000) Subject: Safer fix to keep website.make more separate. X-Git-Tag: release/2.13.10-1~53 X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=70b307786edeace9f37cedef6c753c9e0fe89f9e;p=lilypond.git Safer fix to keep website.make more separate. --- diff --git a/GNUmakefile.in b/GNUmakefile.in index 74c269d4e2..6574e6540e 100644 --- a/GNUmakefile.in +++ b/GNUmakefile.in @@ -290,5 +290,7 @@ test-snippets-clean: rm -rf out/lybook-testdb # we want this separate for security; see CG 4.2. -gp -include $(top-src-dir)/website.make +website: + $(MAKE) -f $(top-src-dir)/website.make \ + top-src-dir=$(top-src-dir) website