summaryrefslogtreecommitdiffstats
path: root/scripts
diff options
context:
space:
mode:
authorRalf Corsepius <ralf.corsepius@rtems.org>2003-01-26 08:20:30 +0000
committerRalf Corsepius <ralf.corsepius@rtems.org>2003-01-26 08:20:30 +0000
commit2eb3fdaacd5a7a19a204db26675e1dea63f0e3f2 (patch)
tree95f8c74384953f06ffc3dcb1493c029d178d3c03 /scripts
parent2003-01-26 Ralf Corsepius <corsepiu@faw.uni-ulm.de> (diff)
downloadrtems-2eb3fdaacd5a7a19a204db26675e1dea63f0e3f2.tar.bz2
2003-01-26 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* configure.ac: Add rtemsdoc. * Makefile.ac: Add rtemsdoc. * rtemsdoc/README: New. * rtemsdoc/.cvsignore: New.
Diffstat (limited to 'scripts')
-rw-r--r--scripts/ChangeLog7
-rw-r--r--scripts/Makefile.am1
-rw-r--r--scripts/configure.ac2
-rw-r--r--scripts/rtemsdoc/.cvsignore31
-rw-r--r--scripts/rtemsdoc/README10
5 files changed, 51 insertions, 0 deletions
diff --git a/scripts/ChangeLog b/scripts/ChangeLog
index 3b014a3cb7..c7a9fe10aa 100644
--- a/scripts/ChangeLog
+++ b/scripts/ChangeLog
@@ -1,5 +1,12 @@
2003-01-26 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
+ * configure.ac: Add rtemsdoc.
+ * Makefile.ac: Add rtemsdoc.
+ * rtemsdoc/README: New.
+ * rtemsdoc/.cvsignore: New.
+
+2003-01-26 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
+
* rtemsdoc/Makefile.am: New.
* rtemsdoc/mkspec.in: New.
* rtemsdoc/rtemsdoc.spec.in: New.
diff --git a/scripts/Makefile.am b/scripts/Makefile.am
index cb9b9f787f..cbd273d02e 100644
--- a/scripts/Makefile.am
+++ b/scripts/Makefile.am
@@ -5,6 +5,7 @@
ACLOCAL_AMFLAGS = -I ../aclocal
SUBDIRS = . binutils gccnewlib gcc3newlib gdb rtems autotools cpukit
+SUBDIRS += rtemsdoc
noinst_SCRIPTS = setup buildall buildalltar mkbinutilspec mkbspspec \
mkgccnewlibspec mkgdbspec mkrpms mkspec
diff --git a/scripts/configure.ac b/scripts/configure.ac
index de2ea08d65..fcb477e2b2 100644
--- a/scripts/configure.ac
+++ b/scripts/configure.ac
@@ -87,6 +87,7 @@ autotools/Makefile
autotools/automake-rtems.spec
autotools/autoconf-rtems.spec
cpukit/Makefile
+rtemsdoc/Makefile
])
AC_CONFIG_FILES([buildalltar],[chmod +x buildalltar])
@@ -97,6 +98,7 @@ AC_CONFIG_FILES([mkgccnewlibspec],[chmod +x mkgccnewlibspec])
AC_CONFIG_FILES([mkbspspec],[chmod +x mkbspspec])
AC_CONFIG_FILES([gcc3newlib/mkspec],[chmod +x gcc3newlib/mkspec])
AC_CONFIG_FILES([cpukit/mkspec],[chmod +x cpukit/mkspec])
+AC_CONFIG_FILES([rtemsdoc/mkspec],[chmod +x rtemsdoc/mkspec])
AC_CONFIG_COMMANDS([default],[[chmod 755 buildall
chmod 755 buildalltar
diff --git a/scripts/rtemsdoc/.cvsignore b/scripts/rtemsdoc/.cvsignore
new file mode 100644
index 0000000000..b0e5aef751
--- /dev/null
+++ b/scripts/rtemsdoc/.cvsignore
@@ -0,0 +1,31 @@
+ada_user-docs.add
+arm-supplement.add
+bsp_howto-docs.add
+c4x-supplement.add
+c_user-docs.add
+develenv-docs.add
+FAQ-docs.add
+filesystem-docs.add
+hppa1_1-supplement.add
+i386-supplement.add
+i960-supplement.add
+itron-docs.add
+m68k-supplement.add
+Makefile
+Makefile.in
+mips64orion-supplement.add
+mips-supplement.add
+mkspec
+networking-docs.add
+new_chapters-docs.add
+porting-docs.add
+posix1003_1-docs.add
+powerpc-supplement.add
+relnotes-docs.add
+rgdb_specs-docs.add
+rtems_gdb-docs.add
+sh-supplement.add
+sparc-supplement.add
+*.spec
+started_ada-docs.add
+started-docs.add
diff --git a/scripts/rtemsdoc/README b/scripts/rtemsdoc/README
new file mode 100644
index 0000000000..d21bccc451
--- /dev/null
+++ b/scripts/rtemsdoc/README
@@ -0,0 +1,10 @@
+#
+# $Id$
+#
+
+This directory contains RPM-spec file fragments (*.add) which are used to
+build RTEMS doc packages.
+
+This spec-file is pretty immature ;)
+
+Ralf Corsepius 2003/01/24