]> git.donarmstrong.com Git - lilypond.git/commitdiff
lilypond-0.1.22
authorfred <fred>
Sun, 24 Mar 2002 19:51:48 +0000 (19:51 +0000)
committerfred <fred>
Sun, 24 Mar 2002 19:51:48 +0000 (19:51 +0000)
make/Targets.make

index d84b62e30432f8b31915b137c62d0d68ab57e766..cf8390be0a253606f7705aa15f3f852162e3fefa 100644 (file)
@@ -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?