summaryrefslogtreecommitdiffstats
path: root/doc/project.am
diff options
context:
space:
mode:
authorRalf Corsepius <ralf.corsepius@rtems.org>2003-09-22 08:59:49 +0000
committerRalf Corsepius <ralf.corsepius@rtems.org>2003-09-22 08:59:49 +0000
commit24dd0fb438a3529ce7bb47ef78ab3a91dd4ef004 (patch)
tree8f58e0363604ab482cd0bcb689ae117cfae08fa8 /doc/project.am
parent2003-09-20 Ralf Corsepius <corsepiu@faw.uni-ulm.de> (diff)
downloadrtems-24dd0fb438a3529ce7bb47ef78ab3a91dd4ef004.tar.bz2
2003-09-22 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* Makefile.am: Merger from rtems-4-6-branch. * configure.ac: Merger from rtems-4-6-branch. Purge hppa1.1. * index.html.in: Purge hppa1.1. * project.am: Merger from rtems-4-6-branch. * rtems_support.html.in: Purge hppa1.1.
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