$(depth)/%.txt: $(outdir)/%.txt
cp $< $@
-do_pod2html=$(pod2html) $<
+do_pod2html=$(pod2html) --infile $< --outfile=$@
+# do this for perl 5.003
+# do_pod2html=$(pod2html) $<
+# mv $(notdir $@) $(outdir)/
+
# do this for perl 5.004
# $ make do_pod2html='$(pod2html) --infile $< --outfile=$@' html
-#
+
+
$(outdir)/%.html: %.pod $(depth)/VERSION
$(do_pod2html)
- mv $(notdir $@) $(outdir)/
+#
$(outdir)/%.5: %.pod
$(pod2groff)
fi
p1=`find $LILYTOP -name '*.hh' |egrep -v out/`
p2=`find $LILYTOP -name '*.cc' |egrep -v out/`
-doc++ -d docxx/ -S -k -p $BANNEROPT $p1 $p2
+doc++ -f -d docxx/ -S -k -p $BANNEROPT $p1 $p2