summaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorRalf Corsepius <ralf.corsepius@rtems.org>2003-01-22 12:26:15 +0000
committerRalf Corsepius <ralf.corsepius@rtems.org>2003-01-22 12:26:15 +0000
commit8a86d78decf43f6054576f11868b8d2cff94e069 (patch)
tree36ecf54d935a0511f20be0955c36de8e9f98b5d7 /doc
parent2003-01-22 Ralf Corsepius <corsepiu@faw.uni-ulm.de> (diff)
downloadrtems-8a86d78decf43f6054576f11868b8d2cff94e069.tar.bz2
2003-01-22 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* project.am: Append $($(PROJECT)_TEXINFOS) to html-dependencies.
Diffstat (limited to 'doc')
-rw-r--r--doc/ChangeLog5
-rw-r--r--doc/project.am4
2 files changed, 7 insertions, 2 deletions
diff --git a/doc/ChangeLog b/doc/ChangeLog
index 91b574dbf9..466e4363fc 100644
--- a/doc/ChangeLog
+++ b/doc/ChangeLog
@@ -1,5 +1,10 @@
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.
Require automake-1.7.2.
Remove started/pictures/Makefile.
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 \