]> git.donarmstrong.com Git - lilypond.git/blobdiff - Documentation/Makefile
patch::: 1.0.3.jcn1: kleine vix
[lilypond.git] / Documentation / Makefile
index edd922ce57c2aa3f4a388a9f263099c5a5ed57f2..25cf1d4f76b68087676a52d5ac8e96442d466550 100644 (file)
@@ -1,69 +1,22 @@
 # Documentation/Makefile
 
-# subdir level:
-#
 depth = ..
-#
 
-# identify module:
-#
 NAME = Documentation
+SUBDIRS=man tex pictures topdocs
+MAKEFILES=Documentation
+README_TOP_FILES=NEWS DEDICATION TODO ANNOUNCE-0.1
 
-#
+EXTRA_DIST_FILES = gnu-music-history TODO 
 
-# generic variables:
-#
-include ./$(depth)/make/Variables.make 
-include ./$(depth)/make/Version.make
-include ./$(depth)/make/Files.make 
-include ./Rules.make
-#
+BLURBS=BLURB COPERTINA FLAPTEKST
+OUTTEXINFO_FILES = $(outdir)/topinfo.texinfo $(outdir)/mutopia.texinfo
 
-
-#
-DOCFILES = $(wildcard *.doc)
-OUTPODFILES = $(addprefix $(outdir)/,$(PODFILES))
-TEXTFILES = $(OUTPODFILES:.pod=.text)
-GROFFFILES = $(OUTPODFILES:.pod=.1)
-HTMLFILES = $(OUTPODFILES:.pod=.html)
-DVIFILES = $(addprefix $(outdir)/, $(DOCFILES:.doc=.dvi))
-
-#
-# list of distribution files:
-#
-EXTRA_DISTFILES = lelie_icon.gif lelie_logo.gif  $(DOCFILES)
+include $(depth)/make/Stepmake.make 
 
 default: do-doc
 
-# don't do DVI files. They can only be made if lily is installed
-do-doc: $(TEXTFILES)
-
-html: $(HTMLFILES)
-
-htmldist: html
-       $(lily_bindir)/make_website
-
-dvi: $(DVIFILES)
-
-# generic targets and rules:
-#
-include $(depth)/make/Targets.make
-include $(depth)/make/Rules.make
-#
-
-localclean:
-       rm -f $(TEXTFILES) $(HTMLFILES) $(GROFFFILES)
-
-MAN1FILES = lilypond convert-mudela mi2mu mudela-book
-MAN1GROFF = $(addprefix $(outdir)/, $(addsuffix .1,$(MAN1FILES)))
-
-localinstall: $(outdir)/lilypond.1
-       $(INSTALL) -d $(mandir)/man1
-       $(INSTALL) -m 644 $(MAN1GROFF) $(mandir)/man1
-
-
-localuninstall:
-       (cd  $(mandir)/man1/; rm -f $(MAN1GROFF))
-
+# INFO_FILES = $(outdir)/$(package).info
 
+texinfo: $(OUTTEXINFO_FILES)