2003-01-26 Ralf Corsepius <corsepiu@faw.uni-ulm.de>

* configure.ac: Add rtemsdoc.
	* Makefile.ac: Add rtemsdoc.
	* rtemsdoc/README: New.
	* rtemsdoc/.cvsignore: New.
This commit is contained in:
Ralf Corsepius
2003-01-26 08:20:30 +00:00
parent 2dae735fec
commit 2eb3fdaacd
5 changed files with 51 additions and 0 deletions

View File

@@ -1,3 +1,10 @@
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.

View File

@@ -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

View File

@@ -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

View File

@@ -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

10
scripts/rtemsdoc/README Normal file
View File

@@ -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