From a225c3e23985b243c3ad616df3459e43cdf2574a Mon Sep 17 00:00:00 2001 From: janneke Date: Sat, 31 Jan 2004 20:48:27 +0000 Subject: [PATCH] *** empty log message *** --- ChangeLog | 5 ++++- buildscripts/install-info-html.sh | 2 +- stepmake/stepmake/topdocs-targets.make | 2 -- 3 files changed, 5 insertions(+), 4 deletions(-) diff --git a/ChangeLog b/ChangeLog index ab27112fb1..e2100aa0d2 100644 --- a/ChangeLog +++ b/ChangeLog @@ -12,8 +12,11 @@ * cygwin/lily-wins.py: Check whether to run ly2dvi or lilypond. + * stepmake/stepmake/topdocs-targets.make (copy-to-top): Do not + try to copy *png, index.html (Bertalan Fodor). + * cygwin/mknetrel (preinstall): Set webdir (Bertalan Fodor). - + 2003-09-30 Jan Nieuwenhuizen * lily/note-collision.cc (check_meshing_chords): Do not remove diff --git a/buildscripts/install-info-html.sh b/buildscripts/install-info-html.sh index cc5f19dbf2..f4df714b76 100644 --- a/buildscripts/install-info-html.sh +++ b/buildscripts/install-info-html.sh @@ -1,4 +1,4 @@ -#!@SHELL@ +#!@BASH@ name=install-info-html version=1.0 diff --git a/stepmake/stepmake/topdocs-targets.make b/stepmake/stepmake/topdocs-targets.make index b2b0ec39cc..0a858bd45b 100644 --- a/stepmake/stepmake/topdocs-targets.make +++ b/stepmake/stepmake/topdocs-targets.make @@ -4,8 +4,6 @@ default: local-doc copy-to-top: $(TO_TOP_FILES) $(foreach i, $(TO_TOP_FILES), \ cp $(i) $(builddir) && ) true - -cp $(outroot)/out-www/*png $(outroot)/out-www/index.html $(builddir) - -cp $(outdir)/*png $(outdir)/index.html $(builddir) # don't fail when not making website local-WWW: $(HTML_FILES) copy-to-top -- 2.39.5