From 2571c79e66c45341f6c234955d514feb77e77dbc Mon Sep 17 00:00:00 2001 From: Ralf Corsepius Date: Fri, 9 Dec 2011 15:20:14 +0000 Subject: =?UTF-8?q?2011-12-09=09Ralf=20Cors=C3=A9pius=20?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * project.am (MOSTLYCLEANFILES): Remove index.html. * ada_user/Makefile.am (CLEANFILES): Fixup image handling. --- doc/ChangeLog | 5 +++++ doc/ada_user/Makefile.am | 4 ++-- doc/project.am | 2 +- 3 files changed, 8 insertions(+), 3 deletions(-) (limited to 'doc') 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 + + * project.am (MOSTLYCLEANFILES): Remove index.html. + * ada_user/Makefile.am (CLEANFILES): Fixup image handling. + 2011-12-07 Joel Sherrill 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 -- cgit v1.2.3