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