From: fred Date: Sun, 24 Mar 2002 20:06:05 +0000 (+0000) Subject: lilypond-0.1.47 X-Git-Tag: release/1.5.59~3419 X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=5a71430f7d7546d605c7b9f8055eb17d6b634927;p=lilypond.git lilypond-0.1.47 --- 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