summaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorRalf Corsepius <ralf.corsepius@rtems.org>2011-12-09 15:20:14 +0000
committerRalf Corsepius <ralf.corsepius@rtems.org>2011-12-09 15:20:14 +0000
commit2571c79e66c45341f6c234955d514feb77e77dbc (patch)
tree694de97784bb843fd66beabb0538c203dcb7ae99 /doc
parent2011-12-09 Ralf Corsépius <ralf.corsepius@rtems.org> (diff)
downloadrtems-2571c79e66c45341f6c234955d514feb77e77dbc.tar.bz2
2011-12-09 Ralf Corsépius <ralf.corsepius@rtems.org>
* project.am (MOSTLYCLEANFILES): Remove index.html. * ada_user/Makefile.am (CLEANFILES): Fixup image handling.
Diffstat (limited to 'doc')
-rw-r--r--doc/ChangeLog5
-rw-r--r--doc/ada_user/Makefile.am4
-rw-r--r--doc/project.am2
3 files changed, 8 insertions, 3 deletions
diff --git a/doc/ChangeLog b/doc/ChangeLog
index 1454efcecd..cffefac677 100644
--- a/doc/ChangeLog
+++ b/doc/ChangeLog
@@ -1,3 +1,8 @@
+2011-12-09 Ralf Corsépius <ralf.corsepius@rtems.org>
+
+ * project.am (MOSTLYCLEANFILES): Remove index.html.
+ * ada_user/Makefile.am (CLEANFILES): Fixup image handling.
+
2011-12-07 Joel Sherrill <joel.sherrilL@OARcorp.com>
PR 1984/doc
diff --git a/doc/ada_user/Makefile.am b/doc/ada_user/Makefile.am
index 9940e36f46..9ba4feedae 100644
--- a/doc/ada_user/Makefile.am
+++ b/doc/ada_user/Makefile.am
@@ -41,8 +41,7 @@ semaphore_attributes.eps: $(top_srcdir)/user/semaphore_attributes.eps
$(LN_S) $<
states.eps: $(top_srcdir)/user/states.eps
$(LN_S) $<
-CLEANFILES += rtrtemspie.eps states.eps rtemsarc.png rtemspie.png states.png \
- ObjectId-32Bits.png semaphore_attributes.png
+CLEANFILES += ObjectId-16Bits.eps ObjectId-32Bits.eps rtemspie.eps semaphore_attributes.eps states.eps
ObjectId-16Bits.png: $(top_srcdir)/user/ObjectId-16Bits.png
$(LN_S) $<
@@ -56,6 +55,7 @@ semaphore_attributes.png: $(top_srcdir)/user/semaphore_attributes.png
$(LN_S) $<
states.png: $(top_srcdir)/user/states.png
$(LN_S) $<
+CLEANFILES += ObjectId-16Bits.png ObjectId-32Bits.png rtemsarc.png rtemspie.png semaphore_attributes.png states.png
info_TEXINFOS = ada_user.texi
ada_user_TEXINFOS = $(FILES) $(COMMON_FILES)
diff --git a/doc/project.am b/doc/project.am
index 0c9d50c8c2..ff28e793cf 100644
--- a/doc/project.am
+++ b/doc/project.am
@@ -47,7 +47,7 @@ $(PROJECT)*.html: $(PROJECT).texi $($(PROJECT)_TEXINFOS)
$(TEXI2HTML) $(TEXI2HTML_ARGS) --menu $< $<
-rm -rf $(PROJECT)
-MOSTLYCLEANFILES += index.html $(PROJECT)*.html
+MOSTLYCLEANFILES += $(PROJECT)*.html
## Common installation points
if USE_HTML