From 534141c49d39c1ad4683ea2b683327189ff8d536 Mon Sep 17 00:00:00 2001 From: fred Date: Sun, 24 Mar 2002 19:51:48 +0000 Subject: [PATCH] lilypond-0.1.22 --- make/Targets.make | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/make/Targets.make b/make/Targets.make index d84b62e304..cf8390be0a 100644 --- a/make/Targets.make +++ b/make/Targets.make @@ -121,9 +121,6 @@ help: doc: $(MAKE) -C $(depth)/Documentation do-doc -# doc++ documentation of classes -doc++: $(progdocs) - $(docxx) $(docxx-opts) -d $(DOCDIR) $^ # ugh. should generate in out/ dist: @@ -190,7 +187,7 @@ endif # $(outdir)/version.hh: VERSION - ./$(lily_bindir)/make-version > $@ + sh ./$(lily_bindir)/make-version.sh > $@ # should this be in Rules? -- 2.39.5