]> git.donarmstrong.com Git - lilypond.git/commitdiff
lilypond-0.1.47
authorfred <fred>
Sun, 24 Mar 2002 20:06:05 +0000 (20:06 +0000)
committerfred <fred>
Sun, 24 Mar 2002 20:06:05 +0000 (20:06 +0000)
Documentation/Rules.make
bin/make-docxx.sh

index fc9a6198f1ebefd3792ba251beee5455c976d677..c32f9214ffa28332977e4f784ee5816936c811f7 100644 (file)
@@ -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)
index ba04446924c754cfa11e1e4a5d353559d1f38d06..b274731309e4e2ec4093275de632767ea6eb4e33 100644 (file)
@@ -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