diff options
author | Richard Henderson <rth@redhat.com> | 2002-02-10 23:25:17 +0000 |
---|---|---|
committer | Richard Henderson <rth@redhat.com> | 2002-02-10 23:25:17 +0000 |
commit | 625e1353056d4f665a283c64d434a6fa05573d13 (patch) | |
tree | fe90f053b8d96a379bdde8a2bbdeae4dae79e435 /gas/doc/Makefile.am | |
parent | 6439295f61b598227751815bf233fd9aa07fa37b (diff) | |
download | gdb-625e1353056d4f665a283c64d434a6fa05573d13.zip gdb-625e1353056d4f665a283c64d434a6fa05573d13.tar.gz gdb-625e1353056d4f665a283c64d434a6fa05573d13.tar.bz2 |
* doc/c-alpha.texi: New file.
* doc/Makefile.am (CPU_DOCS): Add it.
* doc/all.texi, doc/as.texinfo: Add hooks for Alpha.
Diffstat (limited to 'gas/doc/Makefile.am')
-rw-r--r-- | gas/doc/Makefile.am | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/gas/doc/Makefile.am b/gas/doc/Makefile.am index a47dbe5..a526dde 100644 --- a/gas/doc/Makefile.am +++ b/gas/doc/Makefile.am @@ -25,6 +25,7 @@ asconfig.texi: $(CONFIG).texi CPU_DOCS = \ c-a29k.texi \ + c-alpha.texi \ c-arc.texi \ c-arm.texi \ c-d10v.texi \ |