summaryrefslogtreecommitdiffstats
path: root/doc/project.am
diff options
context:
space:
mode:
Diffstat (limited to 'doc/project.am')
-rw-r--r--doc/project.am12
1 files changed, 12 insertions, 0 deletions
diff --git a/doc/project.am b/doc/project.am
index 4ab87ebb59..d4c47a44f4 100644
--- a/doc/project.am
+++ b/doc/project.am
@@ -5,6 +5,17 @@ SUFFIXES += .t
## Texinfo support
TEXINFO_TEX = $(top_srcdir)/texinfo/texinfo.tex
+$(srcdir)/stamp-vti: $(PROJECT).texi $(top_srcdir)/configure.in
+ @echo "@set UPDATED `$(SHELL) $(srcdir)/mdate-sh \
+ $(srcdir)/$(PROJECT).texi`" > vti.tmp
+ @echo "@set EDITION $(EDITION)" >> vti.tmp
+ @echo "@set VERSION $(VERSION)" >> vti.tmp
+ @cmp -s vti.tmp $(srcdir)/version.texi \
+ || (echo "Updating $(srcdir)/version.texi"; \
+ cp vti.tmp $(srcdir)/version.texi)
+ -@rm -f vti.tmp
+ @cp $(srcdir)/version.texi $@
+
MAINTAINERCLEANFILES += $(PROJECT) $(PROJECT)-[0-9] $(PROJECT)-[0-9][0-9]
MAINTAINERCLEANFILES += $(GENERATED_FILES)
@@ -46,6 +57,7 @@ SUFFIXES += .html
html_projectdir = $(htmldir)/$(PROJECT)
TEXI2WWW_ARGS=\
+-I $(srcdir) \
-dirfile ../index.html \
-header $(top_builddir)/rtems_header.html \
-footer $(top_builddir)/rtems_footer.html \