2003-01-22 Ralf Corsepius <corsepiu@faw.uni-ulm.de>

* project.am: Append $($(PROJECT)_TEXINFOS) to
	html-dependencies.
This commit is contained in:
Ralf Corsepius
2003-01-22 12:26:15 +00:00
parent dc5623bbdb
commit 8a86d78dec
2 changed files with 7 additions and 2 deletions

View File

@@ -1,3 +1,8 @@
2003-01-22 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* project.am: Append $($(PROJECT)_TEXINFOS) to
html-dependencies.
2003-01-22 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* configure.ac: Require autoconf-2.57.

View File

@@ -44,8 +44,8 @@ rtems_footer.html: $(top_srcdir)/rtems_footer.html.in version.texi
-e s%\@VERSION\@%@VERSION@%g \
< $< > $@
index.html $(PROJECT)*.html: $(PROJECT).texi \
rtems_header.html rtems_footer.html
index.html $(PROJECT)*.html: $(PROJECT).texi $($(PROJECT)_TEXINFOS) \
rtems_header.html rtems_footer.html
$(TEXI2WWW) $(TEXI2WWW_ARGS) -base $(PROJECT) $<
MOSTLYCLEANFILES += index.html $(PROJECT)*.html rtems_header.html \