From 22f2c2aa3fba65eb8c2daf15e7ca35951f7ea505 Mon Sep 17 00:00:00 2001 From: fred Date: Sun, 24 Mar 2002 20:12:18 +0000 Subject: [PATCH] lilypond-1.0.1 --- make/Docrules.make | 48 ++-------------------------------------------- 1 file changed, 2 insertions(+), 46 deletions(-) diff --git a/make/Docrules.make b/make/Docrules.make index b8428e2e0c..4b1c2612a4 100644 --- a/make/Docrules.make +++ b/make/Docrules.make @@ -1,47 +1,3 @@ -# special rules for the documentation section. -# There are too many to add to the general rules - -.SUFFIXES: .pod .1 $(DOTTEXT) .html - -pod2html=pod2html -pod2groff=pod2man --center="LilyPond documentation" --section="0"\ - --release="LilyPond $(VERSION)" $< > $@ - -$(outdir)/%.gif: %.xpm - xpmtoppm $< | ppmtogif > $@ - -$(outdir)/%.dvi: $(outdir)/%.mudtex - latex '\nonstopmode \input $<' - mv $(notdir $@) $(outdir) - -$(outdir)/%.mudtex: %.doc - $(depth)/bin/out/mudela-book --outdir=$(outdir)/ --outname=$(notdir $@) $< - -$(outdir)/%$(DOTTEXT): $(outdir)/%.1 - troff -man -Tascii $< | grotty -b -u -o > $@ - -# perl 5.003/4 -POD2HTML5004=$(POD2HTML) --noindex --infile $< --outfile=$@; sh $(depth)/bin/add-URLs.sh $@ - -POD2HTML5003=$(POD2HTML) $< ; mv $(notdir $@) $(outdir)/ - -# we'll set pod2html5004 to default (hopefully), for now, -# because almost everybody has that version. -# 5004's pod2hmtl is broken, though; you should use pod2html of 5003 -do_pod2html=$(POD2HTML5004) -# do_pod2html=$(POD2HTML5003) - -$(outdir)/%.html: %.pod $(depth)/VERSION - $(do_pod2html) - add-html-footer $@ - -$(outdir)/%.html: %.data $(depth)/VERSION - table-to-html $< $@ - add-html-footer $@ - -$(outdir)/%.5: %.pod - $(pod2groff) - -$(outdir)/%.1: %.pod - $(pod2groff) +# Docrules.make +include $(make-dir)/Mudela_rules.make -- 2.39.5