]> git.donarmstrong.com Git - lilypond.git/commitdiff
lilypond-0.1.62
authorfred <fred>
Sun, 24 Mar 2002 20:11:08 +0000 (20:11 +0000)
committerfred <fred>
Sun, 24 Mar 2002 20:11:08 +0000 (20:11 +0000)
make/Docrules.make

index e718c7779ac0a067f701c9da20fb28ef77ff6ae5..578dcea07edaa85999bb0fd805b3dba447bd96ea 100644 (file)
@@ -30,11 +30,12 @@ POD2HTML5004=$(POD2HTML) --noindex --infile $< --outfile=$@;  sh $(depth)/bin/ad
 POD2HTML5003=$(POD2HTML) $< ; mv $(notdir $@) $(outdir)/
 
 
-do_pod2html=$(POD2HTML5003)
+do_pod2html=$(POD2HTML5004)
 
 
 $(outdir)/%.html: %.pod $(depth)/VERSION
        $(do_pod2html) 
+       add-html-footer $@
 
 $(outdir)/%.5: %.pod
        $(pod2groff)