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

index 206e2c02679160be445ac73204716ac5094c754f..d84b62e30432f8b31915b137c62d0d68ab57e766 100644 (file)
@@ -8,7 +8,7 @@
 #      Han-Wen Nienhuys <hanwen@stack.nl>
 
 .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: