From 767d065b18c24ce86fed42e4c2112116892cdbf3 Mon Sep 17 00:00:00 2001 From: John Mandereau Date: Sat, 10 Jan 2009 16:31:59 +0100 Subject: [PATCH] Make scripts/build in web(-1) instead of WWW-post Reason: web and web-1 are end-user targets, whereas WWW* targets are for hackers and internal use. --- GNUmakefile.in | 1 - stepmake/stepmake/generic-targets.make | 4 ++-- 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/GNUmakefile.in b/GNUmakefile.in index 36ade426bd..d405a7668a 100644 --- a/GNUmakefile.in +++ b/GNUmakefile.in @@ -88,7 +88,6 @@ WEB_TARGETS = offline WWW-post: # need UTF8 setting in case this is hosted on a website. - $(MAKE) -C scripts/build out= echo -e 'AddDefaultCharset utf-8\nAddCharset utf-8 .html\nAddCharset utf-8 .en\nAddCharset utf-8 .nl\nAddCharset utf-8 .txt\n' > $(top-build-dir)/.htaccess $(buildscript-dir)/mutopia-index -o $(outdir)/examples.html input/ find $(outdir) -name '*-root' | xargs rm -rf diff --git a/stepmake/stepmake/generic-targets.make b/stepmake/stepmake/generic-targets.make index b73dfa56b0..41f96567c7 100644 --- a/stepmake/stepmake/generic-targets.make +++ b/stepmake/stepmake/generic-targets.make @@ -187,12 +187,12 @@ WWW-1: local-WWW-1 WWW-2: local-WWW-2 $(LOOP) -web: - $(MAKE) out=www WWW-1 +web: web-1 $(MAKE) out=www WWW-2 $(MAKE) out=www WWW-post web-1: + $(MAKE) -C $(depth)/scripts/build out= $(MAKE) out=www WWW-1 web-clean: -- 2.39.2