From 34647cbb29c9ecd968fef9300f5cd3c53da22c5f Mon Sep 17 00:00:00 2001 From: fred Date: Sun, 24 Mar 2002 20:11:08 +0000 Subject: [PATCH] lilypond-0.1.62 --- make/Docrules.make | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/make/Docrules.make b/make/Docrules.make index e718c7779a..578dcea07e 100644 --- a/make/Docrules.make +++ b/make/Docrules.make @@ -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) -- 2.39.5