From bd861cc6e02ec077e7f93b247169cd519a042016 Mon Sep 17 00:00:00 2001 From: Joel Sherrill Date: Mon, 9 Nov 2009 14:36:14 +0000 Subject: 2009-11-09 Joel Sherrill * ada_user/Makefile.am, ada_user/ada_user.texi, user/Makefile.am, user/c_user.texi, user/concepts.t, user/overview.t, user/preface.texi, user/schedule.t, user/sem.t: Add table of figures. Add text and graphic of tree illustrating valid combinations of semaphore attributes. * user/semaphore_attributes.eps, user/semaphore_attributes.png: New files. --- doc/ada_user/Makefile.am | 12 ++++++++---- doc/ada_user/ada_user.texi | 7 ++++++- 2 files changed, 14 insertions(+), 5 deletions(-) (limited to 'doc/ada_user') diff --git a/doc/ada_user/Makefile.am b/doc/ada_user/Makefile.am index a43488f33a..89cd06ef05 100644 --- a/doc/ada_user/Makefile.am +++ b/doc/ada_user/Makefile.am @@ -38,10 +38,12 @@ ObjectId-32Bits.eps: $(top_srcdir)/user/ObjectId-32Bits.eps $(LN_S) $< rtemspie.eps: $(top_srcdir)/user/rtemspie.eps $(LN_S) $< +semaphore_attributes.eps: $(top_srcdir)/user/semaphore_attributes.eps + $(LN_S) $< states.eps: $(top_srcdir)/user/states.eps $(LN_S) $< -CLEANFILES += rtemspie.eps states.eps rtemsarc.png rtemspie.png states.png \ - ObjectId-32Bits.png +CLEANFILES += rtrtemspie.eps states.eps rtemsarc.png rtemspie.png states.png \ + ObjectId-32Bits.png semaphore_attributes.png ObjectId-16Bits.png: $(top_srcdir)/user/ObjectId-16Bits.png $(LN_S) $< @@ -51,6 +53,8 @@ rtemsarc.png: $(top_srcdir)/user/rtemsarc.png $(LN_S) $< rtemspie.png: $(top_srcdir)/user/rtemspie.png $(LN_S) $< +semaphore_attributes.png: $(top_srcdir)/user/semaphore_attributes.png + $(LN_S) $< states.png: $(top_srcdir)/user/states.png $(LN_S) $< @@ -59,11 +63,11 @@ ada_user_TEXINFOS = $(FILES) $(COMMON_FILES) if USE_HTML html_project_DATA += rtemsarc.png rtemspie.png states.png \ - ObjectId-16Bits.png ObjectId-32Bits.png + ObjectId-16Bits.png ObjectId-32Bits.png semaphore_attributes.png endif $(PROJECT).dvi: rtemspie.eps states.eps ObjectId-16Bits.eps \ - ObjectId-32Bits.eps + ObjectId-32Bits.eps semaphore_attributes.eps PDF_IMAGES = rtemspie.pdf states.pdf CLEANFILES += ada_user.info ada_user.info-? ada_user.info-?? diff --git a/doc/ada_user/ada_user.texi b/doc/ada_user/ada_user.texi index b356d3f134..0e73505caa 100644 --- a/doc/ada_user/ada_user.texi +++ b/doc/ada_user/ada_user.texi @@ -79,6 +79,10 @@ @contents +@node List of Figures, Preface, Top, Top +@unnumbered List of Figures +@listoffloats Figure + @include user/preface.texi @include user/overview.texi @include user/concepts.texi @@ -112,12 +116,13 @@ @include example.texi @include user/glossary.texi @ifinfo -@node Top, Preface, (dir), (dir) +@node Top, List of Figures, (dir), (dir) @top ada_user This is the online version of the RTEMS Ada User's Guide. @menu +* List of Figures:: * Preface:: * Overview:: * Key Concepts:: -- cgit v1.2.3