Changeset 45bcd28 in rtems
- Timestamp:
- 08/27/06 15:07:35 (17 years ago)
- Branches:
- 4.10, 4.11, 4.8, 4.9, 5, master
- Children:
- 36af34f
- Parents:
- 896247d
- Location:
- doc
- Files:
-
- 11 deleted
- 4 edited
Legend:
- Unmodified
- Added
- Removed
-
doc/ChangeLog
r896247d r45bcd28 1 2006-08-27 Joel Sherrill <joel@OARcorp.com> 2 3 * Makefile.am, configure.ac, develenv/direct.t: Remove gnu_docs. Now 4 included with RPMs. 5 * gnu_docs/.cvsignore, gnu_docs/ChangeLog, gnu_docs/Makefile.am, 6 gnu_docs/Tool_Doc_Instructions, gnu_docs/gen_docs, 7 gnu_docs/gnu_footer.html, gnu_docs/gnu_header.html, 8 gnu_docs/index.html, gnu_docs/mk_install_dir, gnu_docs/refcard.html, 9 gnu_docs/rtems_tools_index.html: Removed. 10 1 11 2006-08-23 Joel Sherrill <joel@OARcorp.com> 2 12 -
doc/Makefile.am
r896247d r45bcd28 10 10 SUBDIRS = tools started user bsp_howto porting develenv posix_users \ 11 11 posix1003.1 filesystem itron3.0 networking ada_user started_ada \ 12 rtems_gdb rgdb_specs new_chapters relnotes cpu_supplement gnu_docs12 rtems_gdb rgdb_specs new_chapters relnotes cpu_supplement 13 13 14 14 if USE_HTML -
doc/configure.ac
r896247d r45bcd28 215 215 new_chapters/Makefile 216 216 cpu_supplement/Makefile 217 gnu_docs/Makefile218 217 ]) 219 218 AC_OUTPUT -
doc/develenv/direct.t
r896247d r45bcd28 582 582 @table @code 583 583 584 @item $@{RTEMS_ROOT@}/doc/FAQ/585 This directory contains the source code for the @cite{RTEMS Frequently Asked586 Questions (FAQ) Collection}.587 588 584 @item $@{RTEMS_ROOT@}/doc/user/ 589 585 This directory contains the source code for the @cite{RTEMS … … 621 617 information required by those implementing filesystems. 622 618 623 @item $@{RTEMS_ROOT@}/doc/gnu_docs/624 This directory contains the scripts which assist in625 generating HTML for the GNU tools in the RTEMS Cross626 Development Environment set.627 628 619 @item $@{RTEMS_ROOT@}/doc/images/ 629 620 This directory contains the source code for the graphics … … 681 672 @cite{Getting Started with RTEMS for Ada Users} manual. 682 673 683 @item $@{RTEMS_ROOT@}/doc/ supplements/684 This directory contains the source code for the various685 RTEMS CPU Supplement s.674 @item $@{RTEMS_ROOT@}/doc/cpu_supplement/ 675 This directory contains the source code for the 676 RTEMS CPU Supplement. 686 677 the 687 678
Note: See TracChangeset
for help on using the changeset viewer.