From cb8ed428123d416b638e55d6491dfdce3c8d1e01 Mon Sep 17 00:00:00 2001 From: fred Date: Sun, 24 Mar 2002 19:49:10 +0000 Subject: [PATCH] lilypond-0.0.77.jcn1 --- Documentation/Makefile | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/Documentation/Makefile b/Documentation/Makefile index 79934bc758..a44206b652 100644 --- a/Documentation/Makefile +++ b/Documentation/Makefile @@ -16,8 +16,10 @@ NAME = Documentation include ./$(depth)/make/Variables.make include ./$(depth)/make/Version.make include ./$(depth)/make/Files.make +include ./Rules.make # + # DOCFILES = $(wildcard *.doc) OUTPODFILES = $(addprefix $(outdir)/,$(PODFILES)) @@ -32,7 +34,8 @@ DVIFILES = $(addprefix $(outdir)/, $(DOCFILES:.doc=.dvi)) EXTRA_DISTFILES = lelie_icon.gif lelie_logo.gif $(DOCFILES) default: do-doc -do-doc: $(TEXTFILES) $(DVIFILES) +# don't do DVI files. They can only be made if lily is installed +do-doc: $(TEXTFILES) html: $(HTMLFILES) -- 2.39.5