From 8a86d78decf43f6054576f11868b8d2cff94e069 Mon Sep 17 00:00:00 2001 From: Ralf Corsepius Date: Wed, 22 Jan 2003 12:26:15 +0000 Subject: 2003-01-22 Ralf Corsepius * project.am: Append $($(PROJECT)_TEXINFOS) to html-dependencies. --- doc/ChangeLog | 5 +++++ doc/project.am | 4 ++-- 2 files changed, 7 insertions(+), 2 deletions(-) (limited to 'doc') diff --git a/doc/ChangeLog b/doc/ChangeLog index 91b574dbf9..466e4363fc 100644 --- a/doc/ChangeLog +++ b/doc/ChangeLog @@ -1,3 +1,8 @@ +2003-01-22 Ralf Corsepius + + * project.am: Append $($(PROJECT)_TEXINFOS) to + html-dependencies. + 2003-01-22 Ralf Corsepius * configure.ac: Require autoconf-2.57. diff --git a/doc/project.am b/doc/project.am index 5f95b263e6..9eb717a290 100644 --- a/doc/project.am +++ b/doc/project.am @@ -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 \ -- cgit v1.2.3