blob: 25cf1d4f76b68087676a52d5ac8e96442d466550 (
about) (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
|
# Documentation/Makefile
depth = ..
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
BLURBS=BLURB COPERTINA FLAPTEKST
OUTTEXINFO_FILES = $(outdir)/topinfo.texinfo $(outdir)/mutopia.texinfo
include $(depth)/make/Stepmake.make
default: do-doc
# INFO_FILES = $(outdir)/$(package).info
texinfo: $(OUTTEXINFO_FILES)
|