summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--doc/ada_user/.cvsignore2
-rw-r--r--doc/ada_user/Makefile.am1
-rw-r--r--doc/bsp_howto/.cvsignore2
-rw-r--r--doc/bsp_howto/Makefile.am1
-rw-r--r--doc/cpu_supplement/.cvsignore2
-rw-r--r--doc/cpu_supplement/Makefile.am1
-rw-r--r--doc/develenv/.cvsignore2
-rw-r--r--doc/develenv/Makefile.am1
-rw-r--r--doc/filesystem/.cvsignore2
-rw-r--r--doc/filesystem/Makefile.am1
-rw-r--r--doc/itron3.0/.cvsignore2
-rw-r--r--doc/itron3.0/Makefile.am1
-rw-r--r--doc/networking/.cvsignore2
-rw-r--r--doc/networking/Makefile.am1
-rw-r--r--doc/new_chapters/.cvsignore2
-rw-r--r--doc/new_chapters/Makefile.am1
-rw-r--r--doc/porting/.cvsignore2
-rw-r--r--doc/porting/Makefile.am1
-rw-r--r--doc/posix1003.1/.cvsignore2
-rw-r--r--doc/posix1003.1/Makefile.am1
-rw-r--r--doc/posix_users/.cvsignore2
-rw-r--r--doc/posix_users/Makefile.am1
-rw-r--r--doc/project.am5
-rw-r--r--doc/relnotes/.cvsignore2
-rw-r--r--doc/relnotes/Makefile.am1
-rw-r--r--doc/shell/.cvsignore2
-rw-r--r--doc/shell/Makefile.am1
-rw-r--r--doc/started/.cvsignore2
-rw-r--r--doc/started/Makefile.am1
-rw-r--r--doc/started_ada/.cvsignore2
-rw-r--r--doc/started_ada/Makefile.am1
-rw-r--r--doc/user/.cvsignore2
-rw-r--r--doc/user/Makefile.am1
33 files changed, 2 insertions, 51 deletions
diff --git a/doc/ada_user/.cvsignore b/doc/ada_user/.cvsignore
index 75368af8e2..d88ad11f82 100644
--- a/doc/ada_user/.cvsignore
+++ b/doc/ada_user/.cvsignore
@@ -27,6 +27,4 @@ mdate-sh
rtems_footer.html
rtems_header.html
rtemspie.pdf
-stamp-vti
states.pdf
-version.texi
diff --git a/doc/ada_user/Makefile.am b/doc/ada_user/Makefile.am
index 89cd06ef05..822bf0700c 100644
--- a/doc/ada_user/Makefile.am
+++ b/doc/ada_user/Makefile.am
@@ -7,7 +7,6 @@
#
PROJECT = ada_user
-EDITION = 1
include $(top_srcdir)/project.am
include $(top_srcdir)/main.am
diff --git a/doc/bsp_howto/.cvsignore b/doc/bsp_howto/.cvsignore
index f25ad338a9..2f14229c82 100644
--- a/doc/bsp_howto/.cvsignore
+++ b/doc/bsp_howto/.cvsignore
@@ -38,8 +38,6 @@ rtc.texi
rtems_footer.html
rtems_header.html
shmsupp.texi
-stamp-vti
support.texi
target.texi
timer.texi
-version.texi
diff --git a/doc/bsp_howto/Makefile.am b/doc/bsp_howto/Makefile.am
index a09891108c..007bba34c0 100644
--- a/doc/bsp_howto/Makefile.am
+++ b/doc/bsp_howto/Makefile.am
@@ -7,7 +7,6 @@
#
PROJECT = bsp_howto
-EDITION = 1
include $(top_srcdir)/project.am
include $(top_srcdir)/main.am
diff --git a/doc/cpu_supplement/.cvsignore b/doc/cpu_supplement/.cvsignore
index a10e10a70e..752ca825d5 100644
--- a/doc/cpu_supplement/.cvsignore
+++ b/doc/cpu_supplement/.cvsignore
@@ -37,7 +37,5 @@ rtems_header.html
rtemspie.pdf
sh.texi
sparc.texi
-stamp-vti
states.pdf
tic4x.texi
-version.texi
diff --git a/doc/cpu_supplement/Makefile.am b/doc/cpu_supplement/Makefile.am
index 3539e78464..eea63e8289 100644
--- a/doc/cpu_supplement/Makefile.am
+++ b/doc/cpu_supplement/Makefile.am
@@ -7,7 +7,6 @@
#
PROJECT = cpu_supplement
-EDITION = 1
include $(top_srcdir)/project.am
diff --git a/doc/develenv/.cvsignore b/doc/develenv/.cvsignore
index f27a82389e..726d322b23 100644
--- a/doc/develenv/.cvsignore
+++ b/doc/develenv/.cvsignore
@@ -21,6 +21,4 @@ mdate-sh
rtems_footer.html
rtems_header.html
sample.texi
-stamp-vti
utils.texi
-version.texi
diff --git a/doc/develenv/Makefile.am b/doc/develenv/Makefile.am
index a1d7f75a10..c302ff1cf1 100644
--- a/doc/develenv/Makefile.am
+++ b/doc/develenv/Makefile.am
@@ -7,7 +7,6 @@
#
PROJECT = develenv
-EDITION = 1
include $(top_srcdir)/project.am
include $(top_srcdir)/main.am
diff --git a/doc/filesystem/.cvsignore b/doc/filesystem/.cvsignore
index bfd6587439..9d07905b65 100644
--- a/doc/filesystem/.cvsignore
+++ b/doc/filesystem/.cvsignore
@@ -27,7 +27,5 @@ mounting.texi
patheval.texi
rtems_footer.html
rtems_header.html
-stamp-vti
syscalls.texi
tftp.texi
-version.texi
diff --git a/doc/filesystem/Makefile.am b/doc/filesystem/Makefile.am
index e249a071ce..eaaf7450d5 100644
--- a/doc/filesystem/Makefile.am
+++ b/doc/filesystem/Makefile.am
@@ -7,7 +7,6 @@
#
PROJECT = filesystem
-EDITION = 1
include $(top_srcdir)/project.am
include $(top_srcdir)/main.am
diff --git a/doc/itron3.0/.cvsignore b/doc/itron3.0/.cvsignore
index 5599ddf88c..3b94f81df5 100644
--- a/doc/itron3.0/.cvsignore
+++ b/doc/itron3.0/.cvsignore
@@ -31,9 +31,7 @@ rendezvous.texi
rtems_footer.html
rtems_header.html
semaphore.texi
-stamp-vti
status.texi
tasksync.texi
task.texi
time.texi
-version.texi
diff --git a/doc/itron3.0/Makefile.am b/doc/itron3.0/Makefile.am
index e74e61f363..31b8288780 100644
--- a/doc/itron3.0/Makefile.am
+++ b/doc/itron3.0/Makefile.am
@@ -7,7 +7,6 @@
#
PROJECT = itron
-EDITION = 1
include $(top_srcdir)/project.am
include $(top_srcdir)/main.am
diff --git a/doc/networking/.cvsignore b/doc/networking/.cvsignore
index 52ddc40005..39930ef442 100644
--- a/doc/networking/.cvsignore
+++ b/doc/networking/.cvsignore
@@ -27,6 +27,4 @@ recvbd.pdf
rtems_footer.html
rtems_header.html
servers.texi
-stamp-vti
testing.texi
-version.texi
diff --git a/doc/networking/Makefile.am b/doc/networking/Makefile.am
index 4cdec6e69f..57edb24d0c 100644
--- a/doc/networking/Makefile.am
+++ b/doc/networking/Makefile.am
@@ -7,7 +7,6 @@
#
PROJECT = networking
-EDITION = 1
include $(top_srcdir)/project.am
include $(top_srcdir)/main.am
diff --git a/doc/new_chapters/.cvsignore b/doc/new_chapters/.cvsignore
index d35444cb08..3e41416a87 100644
--- a/doc/new_chapters/.cvsignore
+++ b/doc/new_chapters/.cvsignore
@@ -24,5 +24,3 @@ new_chapters.vr
rtems_footer.html
rtems_header.html
rtmonuse.texi
-stamp-vti
-version.texi
diff --git a/doc/new_chapters/Makefile.am b/doc/new_chapters/Makefile.am
index 92eb36da2b..67108e83f6 100644
--- a/doc/new_chapters/Makefile.am
+++ b/doc/new_chapters/Makefile.am
@@ -7,7 +7,6 @@
#
PROJECT = new_chapters
-EDITION = 1
include $(top_srcdir)/project.am
include $(top_srcdir)/main.am
diff --git a/doc/porting/.cvsignore b/doc/porting/.cvsignore
index 8b64f30cb0..6d16a53955 100644
--- a/doc/porting/.cvsignore
+++ b/doc/porting/.cvsignore
@@ -30,6 +30,4 @@ prioritybitmap.texi
rtems_footer.html
rtems_header.html
sourcecode.texi
-stamp-vti
taskcontext.texi
-version.texi
diff --git a/doc/porting/Makefile.am b/doc/porting/Makefile.am
index fa58dc5f89..d220a41b5e 100644
--- a/doc/porting/Makefile.am
+++ b/doc/porting/Makefile.am
@@ -7,7 +7,6 @@
#
PROJECT = porting
-EDITION = 1
include $(top_srcdir)/project.am
include $(top_srcdir)/main.am
diff --git a/doc/posix1003.1/.cvsignore b/doc/posix1003.1/.cvsignore
index 63897b99d3..22f987c0ed 100644
--- a/doc/posix1003.1/.cvsignore
+++ b/doc/posix1003.1/.cvsignore
@@ -41,5 +41,3 @@ posix1003_1.tp
posix1003_1.vr
rtems_footer.html
rtems_header.html
-stamp-vti
-version.texi
diff --git a/doc/posix1003.1/Makefile.am b/doc/posix1003.1/Makefile.am
index ca6ad0644a..89054bfa60 100644
--- a/doc/posix1003.1/Makefile.am
+++ b/doc/posix1003.1/Makefile.am
@@ -7,7 +7,6 @@
#
PROJECT = posix1003_1
-EDITION = 1
include $(top_srcdir)/project.am
include $(top_srcdir)/main.am
diff --git a/doc/posix_users/.cvsignore b/doc/posix_users/.cvsignore
index e829607325..8218336a42 100644
--- a/doc/posix_users/.cvsignore
+++ b/doc/posix_users/.cvsignore
@@ -43,9 +43,7 @@ rtems_header.html
sched.texi
semaphores.texi
signal.texi
-stamp-vti
status.texi
systemdb.texi
thread.texi
timer.texi
-version.texi
diff --git a/doc/posix_users/Makefile.am b/doc/posix_users/Makefile.am
index 5517b1abd8..73ca09b8db 100644
--- a/doc/posix_users/Makefile.am
+++ b/doc/posix_users/Makefile.am
@@ -7,7 +7,6 @@
#
PROJECT = posix_users
-EDITION = 1
include $(top_srcdir)/project.am
include $(top_srcdir)/main.am
diff --git a/doc/project.am b/doc/project.am
index cebc506336..0ec41a28f5 100644
--- a/doc/project.am
+++ b/doc/project.am
@@ -14,9 +14,6 @@ AM_MAKEINFOFLAGS = -I $(top_builddir) -I $(top_srcdir)
TEXI2DVI = @TEXI2DVI@ -I $(top_builddir) -I $(top_srcdir)
TEXI2PDF = @TEXI2PDF@ -I $(top_builddir) -I $(top_srcdir)
-# HACK: Force generation of version.texi
-version.texi: stamp-vti
-
# Without $(srcdir) in TEXINPUTS, dvips doesn't find the *.eps
# we distribute in $(srcdir)
.dvi.ps:
@@ -84,3 +81,5 @@ COMMON_FILES += $(top_builddir)/common/rtems.texi
$(top_builddir)/common/rtems.texi: $(top_srcdir)/common/rtems.texi.in $(top_builddir)/common/rtems.sed
sed -f $(top_builddir)/common/rtems.sed \
$(top_srcdir)/common/rtems.texi.in > $(top_builddir)/common/rtems.texi
+
+$(srcdir)/version.texi:
diff --git a/doc/relnotes/.cvsignore b/doc/relnotes/.cvsignore
index a85ef8fe7a..c0292d3b03 100644
--- a/doc/relnotes/.cvsignore
+++ b/doc/relnotes/.cvsignore
@@ -19,5 +19,3 @@ relnotes.tp
relnotes.vr
rtems_footer.html
rtems_header.html
-stamp-vti
-version.texi
diff --git a/doc/relnotes/Makefile.am b/doc/relnotes/Makefile.am
index 07bc0a8c31..462cf5c6b7 100644
--- a/doc/relnotes/Makefile.am
+++ b/doc/relnotes/Makefile.am
@@ -7,7 +7,6 @@
#
PROJECT = relnotes
-EDITION = 1
include $(top_srcdir)/project.am
include $(top_srcdir)/main.am
diff --git a/doc/shell/.cvsignore b/doc/shell/.cvsignore
index 1eaad1cf42..e827703c89 100644
--- a/doc/shell/.cvsignore
+++ b/doc/shell/.cvsignore
@@ -27,10 +27,8 @@ shell.ps
shell.toc
shell.tp
shell.vr
-stamp-vti
Makefile
Makefile.in
mdate-sh
rtems_footer.html
rtems_header.html
-version.texi
diff --git a/doc/shell/Makefile.am b/doc/shell/Makefile.am
index 69acd5c1ec..98ad03586d 100644
--- a/doc/shell/Makefile.am
+++ b/doc/shell/Makefile.am
@@ -7,7 +7,6 @@
#
PROJECT = shell
-EDITION = 1
include $(top_srcdir)/project.am
include $(top_srcdir)/main.am
diff --git a/doc/started/.cvsignore b/doc/started/.cvsignore
index 56fa4c9089..9a3b301daa 100644
--- a/doc/started/.cvsignore
+++ b/doc/started/.cvsignore
@@ -13,7 +13,6 @@ require.texi
rtems_footer.html
rtems_header.html
sample.texi
-stamp-vti
started
started-?
started.aux
@@ -32,4 +31,3 @@ started.tp
started.vr
tversions.sed
tversions.texi
-version.texi
diff --git a/doc/started/Makefile.am b/doc/started/Makefile.am
index d7eb782a88..762e5a4231 100644
--- a/doc/started/Makefile.am
+++ b/doc/started/Makefile.am
@@ -7,7 +7,6 @@
#
PROJECT = started
-EDITION = 1
include $(top_srcdir)/project.am
include $(top_srcdir)/main.am
diff --git a/doc/started_ada/.cvsignore b/doc/started_ada/.cvsignore
index 150e273e7d..920043b0f9 100644
--- a/doc/started_ada/.cvsignore
+++ b/doc/started_ada/.cvsignore
@@ -10,7 +10,6 @@ require.texi
rtems_footer.html
rtems_header.html
sample.texi
-stamp-vti
started_ada
started_ada.aux
started_ada.cp
@@ -26,4 +25,3 @@ started_ada.ps
started_ada.toc
started_ada.tp
started_ada.vr
-version.texi
diff --git a/doc/started_ada/Makefile.am b/doc/started_ada/Makefile.am
index 46100111c3..6091be2d02 100644
--- a/doc/started_ada/Makefile.am
+++ b/doc/started_ada/Makefile.am
@@ -7,7 +7,6 @@
#
PROJECT = started_ada
-EDITION = 1
include $(top_srcdir)/project.am
include $(top_srcdir)/main.am
diff --git a/doc/user/.cvsignore b/doc/user/.cvsignore
index 8d40144ea7..38430b89d6 100644
--- a/doc/user/.cvsignore
+++ b/doc/user/.cvsignore
@@ -54,9 +54,7 @@ sem.texi
semaphore_attributes.pdf
signal.texi
stackchk.texi
-stamp-vti
states.pdf
task.texi
timer.texi
userext.texi
-version.texi
diff --git a/doc/user/Makefile.am b/doc/user/Makefile.am
index 7f25af1fc0..3359f1586f 100644
--- a/doc/user/Makefile.am
+++ b/doc/user/Makefile.am
@@ -7,7 +7,6 @@
#
PROJECT = c_user
-EDITION = 1
include $(top_srcdir)/project.am
include $(top_srcdir)/main.am