]> git.donarmstrong.com Git - lilypond.git/commitdiff
lilypond-0.1.60
authorfred <fred>
Sun, 24 Mar 2002 20:10:53 +0000 (20:10 +0000)
committerfred <fred>
Sun, 24 Mar 2002 20:10:53 +0000 (20:10 +0000)
Documentation/Makefile

index 27248c9ad8793ac4e29d0a09372b13da4ecdc2cf..44f2d7792e401d9bd9029b852297a205f2f1d20d 100644 (file)
@@ -8,7 +8,7 @@ depth = ..
 # identify module:
 #
 NAME = Documentation
-SUBDIRS=man
+SUBDIRS=man tex
 
 #
 
@@ -22,13 +22,10 @@ include ./$(depth)/make/Docrules.make
 
 
 #
-DOCFILES = $(wildcard *.doc)
-OUTPODFILES = $(addprefix $(outdir)/,$(PODFILES))
-BIBFILES= $(wildcard *.bib)
 TEXTFILES = $(OUTPODFILES:.pod=.txt)
 GROFFFILES = $(OUTPODFILES:.pod=.1)
 HTMLFILES = $(OUTPODFILES:.pod=.html)
-DVIFILES = $(addprefix $(outdir)/, $(DOCFILES:.doc=.dvi))
+
 
 
 default: do-doc
@@ -41,15 +38,13 @@ giffiles=$(XPMS:.xpm=.gif)
 gifs: $(addprefix $(outdir)/, $(giffiles))
 
 
-EXTRA_DISTFILES = $(XPMS)  $(DOCFILES)  vocabulary-data vocabulary-forms.el fonts.tex automake.urgh $(BIBFILES)
+EXTRA_DISTFILES = $(XPMS)   vocabulary-data vocabulary-forms.el  automake.urgh
 
 # don't do DVI files. They can only be made if lily is installed
 do-doc: $(TEXTFILES)
 
 html: $(HTMLFILES)
 
-dvi: $(DVIFILES)
-
 # generic targets and rules:
 #
 include $(depth)/make/Targets.make