From a80fb2049135c3edad098f0d315998812908dc53 Mon Sep 17 00:00:00 2001 From: fred Date: Sun, 24 Mar 2002 20:11:01 +0000 Subject: [PATCH] lilypond-0.1.61 --- Documentation/Makefile | 4 ++-- Documentation/man/Makefile | 8 +++++--- 2 files changed, 7 insertions(+), 5 deletions(-) diff --git a/Documentation/Makefile b/Documentation/Makefile index 44f2d7792e..c152287412 100644 --- a/Documentation/Makefile +++ b/Documentation/Makefile @@ -27,8 +27,8 @@ GROFFFILES = $(OUTPODFILES:.pod=.1) HTMLFILES = $(OUTPODFILES:.pod=.html) +default: all do-doc -default: do-doc # # list of distribution files: # @@ -43,7 +43,7 @@ EXTRA_DISTFILES = $(XPMS) vocabulary-data vocabulary-forms.el automake.urgh # don't do DVI files. They can only be made if lily is installed do-doc: $(TEXTFILES) -html: $(HTMLFILES) +local-WWW: $(HTMLFILES) # generic targets and rules: # diff --git a/Documentation/man/Makefile b/Documentation/man/Makefile index dd1319b14d..e7ce73f0ca 100644 --- a/Documentation/man/Makefile +++ b/Documentation/man/Makefile @@ -4,14 +4,16 @@ depth = ../.. include $(depth)/make/Include.make include $(depth)/make/Docrules.make SECTION=1 +MANTXT = $(addprefix $(outdir)/, $(addsuffix .txt,$(basename $(PODFILES) .pod))) MANGROFF = $(addprefix $(outdir)/, $(addsuffix .$(SECTION),$(basename $(PODFILES) .pod))) -default: $(MANGROFF) +default: $(MANTXT) $(MANGROFF) INSTALLATION_OUT_FILES=$(MANGROFF) -INSTALLATION_DIR=$(mandir)/man$(SECTION) +INSTALLATION_OUT_DIR=$(mandir)/man$(SECTION) include $(depth)/make/Install_outfiles.make -WWW: $(OUTPODFILES:.pod=.html) +local-WWW: $(OUTPODFILES:.pod=.html) + ls-latex --title 'Manual pages for LilyPond' $(PODFILES) > $(outdir)/index.html -- 2.39.5