forked from Imagelibrary/rtems
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:
@@ -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
|
||||||
|
|||||||
@@ -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)
|
||||||
|
|||||||
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user