From b6fa8ba660710115f027618db3e1ca7d0d4a1314 Mon Sep 17 00:00:00 2001 From: Jan Nieuwenhuizen Date: Wed, 8 Nov 2000 21:14:17 +0100 Subject: [PATCH] patch::: 1.3.104.jcn3 1.3.104.jcn3 ============ * Bit of temporary makefile hacking to stay in sync with makeinfo patch. --- CHANGES | 5 +++++ Documentation/user/GNUmakefile | 9 ++++++++- VERSION | 2 +- buildscripts/install-info-html.sh | 27 +++++++++++++++++++++++++++ 4 files changed, 41 insertions(+), 2 deletions(-) create mode 100644 buildscripts/install-info-html.sh diff --git a/CHANGES b/CHANGES index e183985b1f..80429e41fd 100644 --- a/CHANGES +++ b/CHANGES @@ -1,3 +1,8 @@ +1.3.104.jcn3 +============ + +* Bit of temporary makefile hacking to stay in sync with makeinfo patch. + 1.3.104.jcn2 ============ diff --git a/Documentation/user/GNUmakefile b/Documentation/user/GNUmakefile index 544b7f6e57..83c4985292 100644 --- a/Documentation/user/GNUmakefile +++ b/Documentation/user/GNUmakefile @@ -34,7 +34,14 @@ info: $(INFO_FILES) default: info local-WWW: $(HTML_FILES) $(datafiles) $(PS_GZ_FILES) backdoc-WWW - true + $(SHELL) $(buildscript-dir)/install-info-html.sh $(outdir) lilypond lilypond-internals + $(MAKE) footify + ln -f $(outdir)/*.png $(outdir)/lilypond + $(MAKE) deep-footify + +deep-footify: + $(PYTHON) $(step-bindir)/add-html-footer.py --index=../../$(depth)/ --name $(PACKAGE_NAME) --version $(TOPLEVEL_VERSION) --header=$(depth)/Documentation/header.html.in --footer $(depth)/Documentation/footer.html.in $(sort $(wildcard $(outdir)/*/*.html)) + # $(PYTHON) $(step-bindir)/ls-latex.py --title 'User documentation' \ # $(DOC_FILES) $(TEX_FILES) $(TELY_FILES) \ diff --git a/VERSION b/VERSION index 60051929ea..f376e6be74 100644 --- a/VERSION +++ b/VERSION @@ -2,7 +2,7 @@ PACKAGE_NAME=LilyPond MAJOR_VERSION=1 MINOR_VERSION=3 PATCH_LEVEL=104 -MY_PATCH_LEVEL=jcn2 +MY_PATCH_LEVEL=jcn3 # use the above to send patches: MY_PATCH_LEVEL is always empty for a # released version. diff --git a/buildscripts/install-info-html.sh b/buildscripts/install-info-html.sh new file mode 100644 index 0000000000..ba86329fb9 --- /dev/null +++ b/buildscripts/install-info-html.sh @@ -0,0 +1,27 @@ +#!@BASH@ + +dir=$1 +index=$dir/index.html +shift + +rm -f $index +cat > $index < + +You want to be here +

+