From ba57f564fdb067884d6ed1c366921bc099f20a7e Mon Sep 17 00:00:00 2001 From: fred Date: Sun, 24 Mar 2002 19:36:44 +0000 Subject: [PATCH] lilypond-0.0.45 --- Documentation/Makefile | 8 +++++--- make/Rules.make | 8 ++++++-- make/Variables.make | 4 +++- 3 files changed, 14 insertions(+), 6 deletions(-) diff --git a/Documentation/Makefile b/Documentation/Makefile index 272ea0d279..817fbeb423 100644 --- a/Documentation/Makefile +++ b/Documentation/Makefile @@ -51,9 +51,11 @@ include ./$(depth)/make/Rules.make localclean: rm -f $(TEXTFILES) $(HTMLFILES) $(GROFFFILES) -localinstall: $(outdir)/lilypond.1 +localinstall: $(outdir)/lilypond.1 $(outdir)/mudela.5 + $(INSTALL) -d $(mandir)/man5 $(INSTALL) -d $(mandir)/man1 - $(INSTALL) -m 755 $< $(mandir)/man1 - + $(INSTALL) -m 755 $(outdir)/lilypond.1 $(mandir)/man1 + $(INSTALL) -m 755 $(outdir)/mudela.5 $(mandir)/man5 + localuninstall: rm -f $(mandir)/man1/lilypond.1 diff --git a/make/Rules.make b/make/Rules.make index 3f3e5f86d1..b7ec413b65 100644 --- a/make/Rules.make +++ b/make/Rules.make @@ -48,9 +48,13 @@ $(outdir)/%.text: $(outdir)/%.1 $(depth)/%.text: $(outdir)/%.text cp $< $@ +$(outdir)/%.5: %.pod + $(pod2groff) $(outdir)/%.1: %.pod - pod2man --center="LilyPond documentation" --section="0"\ - --release="LilyPond $(TOPLEVEL_MAJOR_VERSION).$(TOPLEVEL_MINOR_VERSION).$(TOPLEVEL_PATCH_LEVEL)" $< > $@ + $(pod2groff) + + + # # outdirs: diff --git a/make/Variables.make b/make/Variables.make index abe60c7a9a..d1ca048581 100644 --- a/make/Variables.make +++ b/make/Variables.make @@ -169,7 +169,9 @@ LIBRARY = $(LIB_PREFIX)$(NAME)$(LIB_SUFFIX) STRIPDEBUG=true #replace to do stripping of certain objects DISTFILES=$(EXTRA_DISTFILES) Makefile $(ALL_SOURCES) -DOCDIR=$(depth)/doc++ +DOCDIR=$(depth)/$(outdir) progdocs=$(allhh) $(allcc) +pod2groff=pod2man --center="LilyPond documentation" --section="0"\ + --release="LilyPond $(TOPLEVEL_MAJOR_VERSION).$(TOPLEVEL_MINOR_VERSION).$(TOPLEVEL_PATCH_LEVEL)" $< > $@ -- 2.39.5