From: fred Date: Sun, 24 Mar 2002 20:10:53 +0000 (+0000) Subject: lilypond-0.1.60 X-Git-Tag: release/1.5.59~3146 X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=92b888bd2f44ef7b2806be32125a2052065d27e0;p=lilypond.git lilypond-0.1.60 --- diff --git a/Documentation/Makefile b/Documentation/Makefile index 27248c9ad8..44f2d7792e 100644 --- a/Documentation/Makefile +++ b/Documentation/Makefile @@ -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