]> git.donarmstrong.com Git - lilypond.git/blobdiff - make/Docrules.make
release: 0.1.62
[lilypond.git] / 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)