From: fred Date: Sun, 22 Dec 1996 19:25:46 +0000 (+0000) Subject: lilypond-0.0.20 X-Git-Tag: release/1.5.59~6503 X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=652d3cd2246f4a5cc6da3c8d8f2d76358a80557f;p=lilypond.git lilypond-0.0.20 --- diff --git a/Makefile b/Makefile index d0bdffd022..cb118a3ea2 100644 --- 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) $^