From 78107dc7b47fa7dd0b9243720ebdeb02026ab1c1 Mon Sep 17 00:00:00 2001 From: Han-Wen Nienhuys Date: Thu, 1 Jun 2006 10:27:09 +0000 Subject: [PATCH] *** empty log message *** --- GNUmakefile.in | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/GNUmakefile.in b/GNUmakefile.in index c10baee183..aae925d826 100644 --- a/GNUmakefile.in +++ b/GNUmakefile.in @@ -74,7 +74,7 @@ local-WWW-post: cd $(top-build-dir) && $(FIND) . -name '*.html' -print | $(footifymail) xargs $(footify) ## rewrite file names so we lose out-www - -mv $(outdir)/web-root/ $(outdir)/old-web-root + rm -rf $(outdir)/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) ; \ @@ -83,10 +83,7 @@ local-WWW-post: --include lilypond \ $(foreach pat,$(web-ext), --include '*'.$(pat)) $(top-build-dir)/$$d/ $(outdir)/web-root/$$d/../ ; \ done -## todo: use --link-dest -# --link-dest=$(outdir)/old-web-root/$$d echo $(TOPLEVEL_VERSION)> $(outdir)/web-root/VERSION - -rm -rf $(outdir)/old-web-root tree-prefix = $(outdir) tree-bin = $(tree-prefix)/bin -- 2.39.5