]> git.donarmstrong.com Git - lilypond.git/commitdiff
lilypond-0.0.24
authorfred <fred>
Sun, 24 Mar 2002 19:29:52 +0000 (19:29 +0000)
committerfred <fred>
Sun, 24 Mar 2002 19:29:52 +0000 (19:29 +0000)
Documentation/Makefile

index 618bd6f111b234fbfd31c9e919e5820dd42cc0f8..ab7466ffe5b9f72bf5a70f0defdaebd68439d4f8 100644 (file)
@@ -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