]> git.donarmstrong.com Git - lilypond.git/blobdiff - Documentation/Rules.make
release: 0.1.49
[lilypond.git] / Documentation / Rules.make
index dd04ca3604480d61bd53d31935f375902aa23562..37c33b2b346809f403d1de20d0785be9749c442f 100644 (file)
@@ -3,6 +3,9 @@
 
 .SUFFIXES: .pod .txt .1  .html
 
+pod2html=pod2html
+pod2groff=pod2man --center="LilyPond documentation" --section="0"\
+       --release="LilyPond $(VERSION)" $< > $@
 
 $(outdir)/%.gif: %.xpm
        xpmtoppm $< | ppmtogif > $@
@@ -24,10 +27,10 @@ $(outdir)/%.txt: $(outdir)/%.1
 $(depth)/%.txt: $(outdir)/%.txt
        cp $< $@
 
-do_pod2html=$(pod2html) --noindex --infile $< --outfile=$@;  sh $(depth)/bin/add-URLs.sh $@
+#do_pod2html=$(POD2HTML) --noindex --infile $< --outfile=$@;  sh $(depth)/bin/add-URLs.sh $@
 # do this for perl 5.003
-#      do_pod2html=$(pod2html) $<
-#      mv $(notdir $@) $(outdir)/
+
+do_pod2html=$(POD2HTML) $< ; mv $(notdir $@) $(outdir)/
 
 
 # do this for perl 5.004