Fix gas 68HC12 indexed addressing code generation
[deliverable/binutils-gdb.git] / gas / doc / Makefile.am
CommitLineData
252b5132
RH
1## Process this file with automake to generate Makefile.in
2
3AUTOMAKE_OPTIONS = cygnus
4
5# What version of the manual you want; "all" includes everything
6CONFIG=all
7
8man_MANS = as.1
9
10info_TEXINFOS = as.texinfo gasp.texi
11
12asconfig.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
17
18CPU_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 \
5b93d8bb 25 c-i370.texi \
252b5132 26 c-i386.texi \
e3308d0d 27 c-i860.texi \
252b5132 28 c-i960.texi \
ded0aeb7 29 c-m32r.texi \
60bcf0fa 30 c-m68hc11.texi \
252b5132
RH
31 c-m68k.texi \
32 c-mips.texi \
33 c-ns32k.texi \
041dd5a9 34 c-pj.texi \
252b5132
RH
35 c-sh.texi \
36 c-sparc.texi \
39bec121 37 c-tic54x.texi \
252b5132
RH
38 c-vax.texi \
39 c-v850.texi \
40 c-z8k.texi
41
42gasver.texi: Makefile
43 rm -f $@
44 echo '@set VERSION $(VERSION)' > $@
45
46as.info: $(srcdir)/as.texinfo asconfig.texi gasver.texi $(CPU_DOCS)
47as.dvi: $(srcdir)/as.texinfo asconfig.texi gasver.texi $(CPU_DOCS)
48
49# This one isn't ready for prime time yet. Not even a little bit.
50
51noinst_TEXINFOS = internals.texi
52
53DISTCLEANFILES = asconfig.texi
54
55MAINTAINERCLEANFILES = gasver.texi
This page took 0.08571 seconds and 4 git commands to generate.