From 2eb3fdaacd5a7a19a204db26675e1dea63f0e3f2 Mon Sep 17 00:00:00 2001 From: Ralf Corsepius Date: Sun, 26 Jan 2003 08:20:30 +0000 Subject: 2003-01-26 Ralf Corsepius * configure.ac: Add rtemsdoc. * Makefile.ac: Add rtemsdoc. * rtemsdoc/README: New. * rtemsdoc/.cvsignore: New. --- scripts/ChangeLog | 7 +++++++ scripts/Makefile.am | 1 + scripts/configure.ac | 2 ++ scripts/rtemsdoc/.cvsignore | 31 +++++++++++++++++++++++++++++++ scripts/rtemsdoc/README | 10 ++++++++++ 5 files changed, 51 insertions(+) create mode 100644 scripts/rtemsdoc/.cvsignore create mode 100644 scripts/rtemsdoc/README (limited to 'scripts') diff --git a/scripts/ChangeLog b/scripts/ChangeLog index 3b014a3cb7..c7a9fe10aa 100644 --- a/scripts/ChangeLog +++ b/scripts/ChangeLog @@ -1,3 +1,10 @@ +2003-01-26 Ralf Corsepius + + * configure.ac: Add rtemsdoc. + * Makefile.ac: Add rtemsdoc. + * rtemsdoc/README: New. + * rtemsdoc/.cvsignore: New. + 2003-01-26 Ralf Corsepius * rtemsdoc/Makefile.am: 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 -- cgit v1.2.3