2011-12-09 Ralf Corsépius <ralf.corsepius@rtems.org>

* project.am (MOSTLYCLEANFILES): Remove index.html.
	* ada_user/Makefile.am (CLEANFILES): Fixup image handling.
This commit is contained in:
Ralf Corsepius
2011-12-09 15:20:14 +00:00
parent 67cc389e1f
commit 2571c79e66
3 changed files with 8 additions and 3 deletions

View File

@@ -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> 2011-12-07 Joel Sherrill <joel.sherrilL@OARcorp.com>
PR 1984/doc PR 1984/doc

View File

@@ -41,8 +41,7 @@ semaphore_attributes.eps: $(top_srcdir)/user/semaphore_attributes.eps
$(LN_S) $< $(LN_S) $<
states.eps: $(top_srcdir)/user/states.eps states.eps: $(top_srcdir)/user/states.eps
$(LN_S) $< $(LN_S) $<
CLEANFILES += rtrtemspie.eps states.eps rtemsarc.png rtemspie.png states.png \ CLEANFILES += ObjectId-16Bits.eps ObjectId-32Bits.eps rtemspie.eps semaphore_attributes.eps states.eps
ObjectId-32Bits.png semaphore_attributes.png
ObjectId-16Bits.png: $(top_srcdir)/user/ObjectId-16Bits.png ObjectId-16Bits.png: $(top_srcdir)/user/ObjectId-16Bits.png
$(LN_S) $< $(LN_S) $<
@@ -56,6 +55,7 @@ semaphore_attributes.png: $(top_srcdir)/user/semaphore_attributes.png
$(LN_S) $< $(LN_S) $<
states.png: $(top_srcdir)/user/states.png states.png: $(top_srcdir)/user/states.png
$(LN_S) $< $(LN_S) $<
CLEANFILES += ObjectId-16Bits.png ObjectId-32Bits.png rtemsarc.png rtemspie.png semaphore_attributes.png states.png
info_TEXINFOS = ada_user.texi info_TEXINFOS = ada_user.texi
ada_user_TEXINFOS = $(FILES) $(COMMON_FILES) ada_user_TEXINFOS = $(FILES) $(COMMON_FILES)

View File

@@ -47,7 +47,7 @@ $(PROJECT)*.html: $(PROJECT).texi $($(PROJECT)_TEXINFOS)
$(TEXI2HTML) $(TEXI2HTML_ARGS) --menu $< $< $(TEXI2HTML) $(TEXI2HTML_ARGS) --menu $< $<
-rm -rf $(PROJECT) -rm -rf $(PROJECT)
MOSTLYCLEANFILES += index.html $(PROJECT)*.html MOSTLYCLEANFILES += $(PROJECT)*.html
## Common installation points ## Common installation points
if USE_HTML if USE_HTML