]> git.ipfire.org Git - thirdparty/binutils-gdb.git/blob - gas/doc/Makefile.am
* doc/Makefile.am (gasver.texi): New target.
[thirdparty/binutils-gdb.git] / gas / doc / Makefile.am
1 ## Process this file with automake to generate Makefile.in
2
3 AUTOMAKE_OPTIONS = cygnus
4
5 # What version of the manual you want; "all" includes everything
6 CONFIG=all
7
8 man_MANS = as.1
9
10 info_TEXINFOS = as.texinfo gasp.texi
11
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
17
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-i386.texi \
26 c-i960.texi \
27 c-m68k.texi \
28 c-mips.texi \
29 c-ns32k.texi \
30 c-sh.texi \
31 c-sparc.texi \
32 c-vax.texi \
33 c-v850.texi \
34 c-z8k.texi
35
36 gasver.texi: Makefile
37 rm -f $@
38 echo '@set VERSION $(VERSION)' > $@
39
40 as.info: $(srcdir)/as.texinfo asconfig.texi gasver.texi $(CPU_DOCS)
41 as.dvi: $(srcdir)/as.texinfo asconfig.texi gasver.texi $(CPU_DOCS)
42
43 # This one isn't ready for prime time yet. Not even a little bit.
44
45 noinst_TEXINFOS = internals.texi
46
47 DISTCLEANFILES = asconfig.texi