]> git.donarmstrong.com Git - lilypond.git/blobdiff - Documentation/Makefile
patch::: 1.0.1.jcn1: Re: Lillypond and the Leeds Electronic Music group
[lilypond.git] / Documentation / Makefile
index c025773895212f810670c8909f639c7502da691c..5b2a1f602392aa26d02623f3b2070202cdd83bf0 100644 (file)
@@ -1,30 +1,23 @@
-PODS=README.pod CodingStyle.pod lilygut.pod lilyinput.pod error.pod\
-       faq.pod
-TXTS=$(PODS:.pod=.txt)
-MANS=$(PODS:.pod=.1)
-HTMLS=$(PODS:.pod=.html)
-DISTFILES=$(PODS) Makefile lelie_logo.png make_website #lelieblond.gif 
+# Documentation/Makefile
 
+depth = ..
 
-default:
-       $(MAKE) -C .. doc
+NAME = Documentation
+SUBDIRS=man tex pictures topdocs
 
-doc: $(TXTS)
+include $(depth)/make/Stepmake.make 
 
-dist:
-       ln $(DISTFILES) $(DDIR)/$(SUBDIR)
-clean:
-       rm -f $(TXTS) $(MANS)
+default: do-doc
 
-%.txt: %.1
-       groff -man -Tascii $< > $@
+README_TOP_FILES=NEWS DEDICATION TODO ANNOUNCE-0.1
 
-%.1: %.pod
-       pod2man --center="LilyPond documentation" --section="0"\
-               --release="LilyPond $(MAJVER).$(MINVER).$(PATCHLEVEL)" $< > $@
+EXTRA_DIST_FILES = gnu-music-history TODO 
 
-html: $(pod)
-       pod2html
+BLURBS=BLURB COPERTINA FLAPTEKST
+# INFO_FILES = $(outdir)/$(package).info
 
-htmldist: html
-       make_website
+OUTTEXINFO_FILES = $(outdir)/topinfo.texinfo $(outdir)/mutopia.texinfo
+
+texinfo: $(OUTTEXINFO_FILES)
+
+include $(stepdir)/Documentation.shared.make