From 68a0f292cfa16b3f14a0cb3e0823ea315bd051db Mon Sep 17 00:00:00 2001 From: fred Date: Sun, 24 Mar 2002 19:51:21 +0000 Subject: [PATCH] lilypond-0.1.7 --- make/Targets.make | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/make/Targets.make b/make/Targets.make index 206e2c0267..d84b62e304 100644 --- a/make/Targets.make +++ b/make/Targets.make @@ -8,7 +8,7 @@ # Han-Wen Nienhuys .PHONY : all clean config default dist doc doc++ dummy exe help lib TAGS html\ - check-flower-deps check-lily-deps check-doc-deps + check-flower-deps check-lib-deps check-doc-deps # target all: # @@ -123,7 +123,7 @@ doc: # doc++ documentation of classes doc++: $(progdocs) - doc++ -k -p -d $(DOCDIR) $^ + $(docxx) $(docxx-opts) -d $(DOCDIR) $^ # ugh. should generate in out/ dist: @@ -224,7 +224,7 @@ $(LIBFLOWER): check-flower-deps check-flower-deps: $(MAKE) -C $(depth)/flower/ default -check-lily-deps: check-flower-deps +check-lib-deps: check-flower-deps $(MAKE) -C $(depth)/lib check-doc-deps: -- 2.39.5