From 652d3cd2246f4a5cc6da3c8d8f2d76358a80557f Mon Sep 17 00:00:00 2001 From: fred Date: Sun, 22 Dec 1996 19:25:46 +0000 Subject: [PATCH] lilypond-0.0.20 --- Makefile | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) 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) $^ -- 2.39.5