]> git.donarmstrong.com Git - lilypond.git/commitdiff
lilypond-0.0.20
authorfred <fred>
Sun, 22 Dec 1996 19:25:46 +0000 (19:25 +0000)
committerfred <fred>
Sun, 22 Dec 1996 19:25:46 +0000 (19:25 +0000)
Makefile

index d0bdffd022c59dbb3af398ca6be2fe2d5f45246a..cb118a3ea268d68a09b933a68e4893ab8b461005 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -1,7 +1,7 @@
 include Variables.make 
 
 .SUFFIXES:
-.SUFFIXES: .cc .o .hh .y .l
+.SUFFIXES: .cc .o .hh .y .l .pod .txt .1
 
 $(exe): $(obs)
        $(CXX) -o $@ $^ $(LOADLIBES)
@@ -18,7 +18,10 @@ distclean: clean
 all: kompijl doc
 
 # doc++ documentation of classes
-doc: $(progdocs)
+doc:
+       $(MAKE) -C Documentation doc
+
+docpp: $(progdocs)
        -mkdir $(DOCDIR)
        doc++ -p -I -d $(DOCDIR) $^