diff options
author | Denis Chertykov <denisc@overta.ru> | 2006-06-01 14:54:25 +0000 |
---|---|---|
committer | Denis Chertykov <denisc@overta.ru> | 2006-06-01 14:54:25 +0000 |
commit | 8473f7a446bf3883ec64758583910ab497d4bc10 (patch) | |
tree | d4e98ff40a825e2a780f5b47cce831ab0f9217d8 /gas/doc/Makefile.am | |
parent | 12e64c2c299a4366898498ed88586ddf8dc3a104 (diff) | |
download | gdb-8473f7a446bf3883ec64758583910ab497d4bc10.zip gdb-8473f7a446bf3883ec64758583910ab497d4bc10.tar.gz gdb-8473f7a446bf3883ec64758583910ab497d4bc10.tar.bz2 |
* doc/c-avr.texi: New file.
* doc/Makefile.am (CPU_DOCS): Add c-avr.texi
* doc/all.texi: Set AVR
* doc/as.texinfo: Include c-avr.texi
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 99e8390..72f4b0e 100644 --- a/gas/doc/Makefile.am +++ b/gas/doc/Makefile.am @@ -28,6 +28,7 @@ CPU_DOCS = \ c-alpha.texi \ c-arc.texi \ c-arm.texi \ + c-avr.texi \ c-bfin.texi \ c-d10v.texi \ c-cris.texi \ |