Mercurial > ecos-v2_0-branch
changeset 699:e5bec231c54d
* cdl/hal.cdl: Fix doc links.
* doc/hal.sgml: hal-common-current-doc-porting-sgml entity ->
hal-common-porting-sgml in line with other docs.
| author | jlarmour |
|---|---|
| date | Mon, 24 Feb 2003 14:22:45 +0000 |
| parents | ceefc2f7734d |
| children | 9a2b440cee5d |
| files | packages/hal/common/current/ChangeLog packages/hal/common/current/cdl/hal.cdl packages/hal/common/current/doc/hal.sgml |
| diffstat | 3 files changed, 9 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- a/packages/hal/common/current/ChangeLog +++ b/packages/hal/common/current/ChangeLog @@ -1,3 +1,10 @@ +2003-02-24 Jonathan Larmour <jifl@eCosCentric.com> + + * cdl/hal.cdl: Fix doc links. + + * doc/hal.sgml: hal-common-current-doc-porting-sgml entity -> + hal-common-porting-sgml in line with other docs. + 2003-02-13 Mark Salter <msalter@redhat.com> * src/gdb-fileio.h (FILEIO_O_BINARY): New flag.
--- a/packages/hal/common/current/cdl/hal.cdl +++ b/packages/hal/common/current/cdl/hal.cdl @@ -62,7 +62,7 @@ cdl_package CYGPKG_HAL { select one target architecture and one platform for that architecture. There are also a number of configuration options that are common to all HAL packages." - doc redirect/the-ecos-hardware-abstraction-layer-hal.html + doc ref/the-ecos-hardware-abstraction-layer.html compile drv_api.c compile -library=libextras.a dummy.c
--- a/packages/hal/common/current/doc/hal.sgml +++ b/packages/hal/common/current/doc/hal.sgml @@ -2937,7 +2937,7 @@ architecture, in particular where interr <!-- }}} --> <!-- {{{ Porting Guide --> -&hal-common-current-doc-porting-sgml; +&hal-common-porting-sgml; <!-- }}} --> <!-- {{{ Future Developments -->
