From: fred Date: Sun, 24 Mar 2002 19:29:52 +0000 (+0000) Subject: lilypond-0.0.24 X-Git-Tag: release/1.5.59~5496 X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=6d227ce2a65b43654b57962c7fd0a7f7ea77d85c;p=lilypond.git lilypond-0.0.24 --- 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