From 5a71430f7d7546d605c7b9f8055eb17d6b634927 Mon Sep 17 00:00:00 2001 From: fred Date: Sun, 24 Mar 2002 20:06:05 +0000 Subject: [PATCH] lilypond-0.1.47 --- Documentation/Rules.make | 11 ++++++++--- bin/make-docxx.sh | 2 +- 2 files changed, 9 insertions(+), 4 deletions(-) diff --git a/Documentation/Rules.make b/Documentation/Rules.make index fc9a6198f1..c32f9214ff 100644 --- a/Documentation/Rules.make +++ b/Documentation/Rules.make @@ -24,14 +24,19 @@ $(outdir)/%.txt: $(outdir)/%.1 $(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) diff --git a/bin/make-docxx.sh b/bin/make-docxx.sh index ba04446924..b274731309 100644 --- a/bin/make-docxx.sh +++ b/bin/make-docxx.sh @@ -5,4 +5,4 @@ then 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 -- 2.39.5