diff options
Diffstat (limited to 'make/Targets.make')
-rw-r--r-- | make/Targets.make | 5 |
1 files changed, 1 insertions, 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? |