Fix minor typos in recent errata workaround patch.
[binutils.git] / gas / doc / Makefile.am
blobac10774ad342373e73d0701be1f58d22a46c6387
1 ## Process this file with automake to generate Makefile.in
3 AUTOMAKE_OPTIONS = cygnus
5 # What version of the manual you want; "all" includes everything
6 CONFIG=all
8 man_MANS = as.1
10 info_TEXINFOS = as.texinfo gasp.texi
12 asconfig.texi: $(CONFIG).texi
13         rm -f asconfig.texi
14         ln -s $(srcdir)/$(CONFIG).texi ./asconfig.texi >/dev/null 2>&1 \
15           || ln $(srcdir)/$(CONFIG).texi ./asconfig.texi >/dev/null 2>&1 \
16           || cp $(srcdir)/$(CONFIG).texi ./asconfig.texi
18 CPU_DOCS = \
19         c-a29k.texi \
20         c-arm.texi \
21         c-d10v.texi \
22         c-h8300.texi \
23         c-h8500.texi \
24         c-hppa.texi \
25         c-i370.texi \
26         c-i386.texi \
27         c-i860.texi \
28         c-i960.texi \
29         c-m32r.texi \
30         c-m68hc11.texi \
31         c-m68k.texi \
32         c-mips.texi \
33         c-ns32k.texi \
34         c-pj.texi \
35         c-sh.texi \
36         c-sparc.texi \
37         c-tic54x.texi \
38         c-vax.texi \
39         c-v850.texi \
40         c-z8k.texi
42 gasver.texi: Makefile
43         rm -f $@
44         echo '@set VERSION $(VERSION)' > $@
46 as.info: $(srcdir)/as.texinfo asconfig.texi gasver.texi $(CPU_DOCS)
47 as.dvi: $(srcdir)/as.texinfo asconfig.texi gasver.texi $(CPU_DOCS)
49 # This one isn't ready for prime time yet.  Not even a little bit.
51 noinst_TEXINFOS = internals.texi
53 DISTCLEANFILES = asconfig.texi
55 MAINTAINERCLEANFILES = gasver.texi