]> git.donarmstrong.com Git - lilypond.git/blobdiff - make/Docrules.make
release: 1.0.1
[lilypond.git] / make / Docrules.make
index e66b3c821224ccbca5e692dd819d8da16e67f6ef..4b1c2612a4caa4be1eaa5ad4b412df0f4fe1d632 100644 (file)
@@ -1,44 +1,3 @@
-# special rules for the documentation section.
-# There are too many to add to the general rules
-
-.SUFFIXES: .pod .txt .1  .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 --noindex --outdir=$(outdir)/ --outname=$(notdir $@) $<
-
-$(outdir)/%.txt: $(outdir)/%.1
-       troff -man -Tascii $< | grotty -b -u -o > $@
-
-$(depth)/%.txt: $(outdir)/%.txt
-       cp $< $@
-
-
-#  perl 5.003/4
-POD2HTML5004=$(POD2HTML) --noindex --infile $< --outfile=$@;  sh $(depth)/bin/add-URLs.sh $@
-
-POD2HTML5003=$(POD2HTML) $< ; mv $(notdir $@) $(outdir)/
-
-
-do_pod2html=$(POD2HTML5003)
-
-
-$(outdir)/%.html: %.pod $(depth)/VERSION
-       $(do_pod2html) 
-
-$(outdir)/%.5: %.pod
-       $(pod2groff)
-
-$(outdir)/%.1: %.pod
-       $(pod2groff)
+# Docrules.make
 
+include $(make-dir)/Mudela_rules.make