From: fred Date: Sun, 24 Mar 2002 19:51:21 +0000 (+0000) Subject: lilypond-0.1.7 X-Git-Tag: release/1.5.59~4259 X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=68a0f292cfa16b3f14a0cb3e0823ea315bd051db;p=lilypond.git lilypond-0.1.7 --- 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: