aboutsummaryrefslogtreecommitdiff
path: root/gas/doc/Makefile.am
diff options
context:
space:
mode:
authorMark Mitchell <mark@codesourcery.com>2005-11-07 18:07:12 +0000
committerMark Mitchell <mark@codesourcery.com>2005-11-07 18:07:12 +0000
commita0b7da7978512482b0eba1e038953c821c84ea84 (patch)
treef026f3033b48147685eb93a0c5fee89ffcbdc88a /gas/doc/Makefile.am
parent422fee64f86af9ed48e1904610302f4218299b0f (diff)
downloadfsf-binutils-gdb-a0b7da7978512482b0eba1e038953c821c84ea84.zip
fsf-binutils-gdb-a0b7da7978512482b0eba1e038953c821c84ea84.tar.gz
fsf-binutils-gdb-a0b7da7978512482b0eba1e038953c821c84ea84.tar.bz2
* doc/Makefile.am (asconfig.texi): Set top_srcdir.
* doc/Makefile.in: Regenerated. * doc/as.texinfo: Document "@FILE".
Diffstat (limited to 'gas/doc/Makefile.am')
-rw-r--r--gas/doc/Makefile.am5
1 files changed, 2 insertions, 3 deletions
diff --git a/gas/doc/Makefile.am b/gas/doc/Makefile.am
index bc25e88..14770d5 100644
--- a/gas/doc/Makefile.am
+++ b/gas/doc/Makefile.am
@@ -19,9 +19,8 @@ info_TEXINFOS = as.texinfo
asconfig.texi: $(CONFIG).texi
rm -f asconfig.texi
- ln -s $(srcdir)/$(CONFIG).texi ./asconfig.texi >/dev/null 2>&1 \
- || ln $(srcdir)/$(CONFIG).texi ./asconfig.texi >/dev/null 2>&1 \
- || cp $(srcdir)/$(CONFIG).texi ./asconfig.texi
+ cp $(srcdir)/$(CONFIG).texi ./asconfig.texi
+ echo "@set top_srcdir $(top_srcdir)" >> ./asconfig.texi
CPU_DOCS = \
c-alpha.texi \