summaryrefslogtreecommitdiffstats
path: root/doc/project.am
diff options
context:
space:
mode:
authorRalf Corsepius <ralf.corsepius@rtems.org>2003-08-30 05:11:15 +0000
committerRalf Corsepius <ralf.corsepius@rtems.org>2003-08-30 05:11:15 +0000
commit53b5b48c65b50b388c778802ee036f5a25c1481e (patch)
tree07608f584e8176159438714bbf4e3d9f01054c3f /doc/project.am
parent2003-08-29 Joel Sherrill <joel@OARcorp.com> (diff)
downloadrtems-53b5b48c65b50b388c778802ee036f5a25c1481e.tar.bz2
2003-08-30 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* acinclude.m4: New. * common/rtems.texi.in: New. * configure.ac: Reflect changes above. * project.am: Add COMMON_FILES. Add rules to build common/rtems.texi.
Diffstat (limited to 'doc/project.am')
-rw-r--r--doc/project.am7
1 files changed, 7 insertions, 0 deletions
diff --git a/doc/project.am b/doc/project.am
index a84627507f..e2409cdbfd 100644
--- a/doc/project.am
+++ b/doc/project.am
@@ -78,3 +78,10 @@ endif # USE_PS
if USE_PDF
pdf_DATA = $(PROJECT).pdf
endif
+
+COMMON_FILES = $(top_srcdir)/common/setup.texi
+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