summaryrefslogtreecommitdiffstats
path: root/doc/ada_user
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/ada_user
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/ada_user')
-rw-r--r--doc/ada_user/Makefile.am4
1 files changed, 2 insertions, 2 deletions
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)