From 6d227ce2a65b43654b57962c7fd0a7f7ea77d85c Mon Sep 17 00:00:00 2001 From: fred Date: Sun, 24 Mar 2002 19:29:52 +0000 Subject: [PATCH] lilypond-0.0.24 --- Documentation/Makefile | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Documentation/Makefile b/Documentation/Makefile index 618bd6f111..ab7466ffe5 100644 --- a/Documentation/Makefile +++ b/Documentation/Makefile @@ -2,6 +2,7 @@ PODS=README.pod CodingStyle.pod lilygut.pod lilyinput.pod error.pod\ faq.pod TXTS=$(PODS:.pod=.txt) MANS=$(PODS:.pod=.1) +HTMLS=$(PODS:.pod=.html) DISTFILES=$(PODS) Makefile @@ -22,3 +23,5 @@ clean: pod2man --center="LilyPond documentation" --section="0"\ --release="LilyPond $(MAJVER).$(MINVER).$(PATCHLEVEL)" $< > $@ +html: + pod2html \ No newline at end of file -- 2.39.5