summaryrefslogtreecommitdiffstats
path: root/scripts/rtemsdoc
diff options
context:
space:
mode:
authorRalf Corsepius <ralf.corsepius@rtems.org>2007-01-08 08:22:48 +0000
committerRalf Corsepius <ralf.corsepius@rtems.org>2007-01-08 08:22:48 +0000
commit09016ac090303133b212619e03c7a678c3cf65a8 (patch)
treef4a237ef6e0c1ee79a18b46f80b4965c36156aea /scripts/rtemsdoc
parentRemove (Obsolete) (diff)
downloadrtems-09016ac090303133b212619e03c7a678c3cf65a8.tar.bz2
Remove (Obsolete).
Diffstat (limited to '')
-rw-r--r--scripts/rtemsdoc/.cvsignore29
-rw-r--r--scripts/rtemsdoc/Makefile.am45
-rw-r--r--scripts/rtemsdoc/README10
-rw-r--r--scripts/rtemsdoc/header.add4
-rw-r--r--scripts/rtemsdoc/rtemsdoc.add88
-rw-r--r--scripts/rtemsdoc/supplement.add.in36
-rw-r--r--scripts/rtemsdoc/templ.add.in35
7 files changed, 0 insertions, 247 deletions
diff --git a/scripts/rtemsdoc/.cvsignore b/scripts/rtemsdoc/.cvsignore
deleted file mode 100644
index 86d75f7d30..0000000000
--- a/scripts/rtemsdoc/.cvsignore
+++ /dev/null
@@ -1,29 +0,0 @@
-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
-i386-supplement.add
-itron-docs.add
-m68k-supplement.add
-Makefile
-Makefile.in
-mips-supplement.add
-networking-docs.add
-new_chapters-docs.add
-porting-docs.add
-posix1003_1-docs.add
-posix_users-docs.add
-powerpc-supplement.add
-relnotes-docs.add
-rgdb_specs-docs.add
-rtems_gdb-docs.add
-sh-supplement.add
-sparc-supplement.add
-*.spec
-*.spec.in
-started_ada-docs.add
-started-docs.add
diff --git a/scripts/rtemsdoc/Makefile.am b/scripts/rtemsdoc/Makefile.am
deleted file mode 100644
index 05ad9d0986..0000000000
--- a/scripts/rtemsdoc/Makefile.am
+++ /dev/null
@@ -1,45 +0,0 @@
-##
-
-include ${top_srcdir}/common/common.am
-
-CLEANFILES =
-
-SUPPLEMENTS = arm c4x i386 m68k mips powerpc sh sparc
-
-DOCS = ada_user posix1003_1 bsp_howto
-DOCS += c_user posix_users
-DOCS += develenv
-DOCS += FAQ filesystem itron
-DOCS += networking porting new_chapters
-DOCS += relnotes rgdb_specs rtems_gdb
-DOCS += started started_ada
-
-SUBPACKAGES = header.add
-SUBPACKAGES += ../common/common.add
-SUBPACKAGES += rtemsdoc.add
-SUBPACKAGES += ../common/clean.add
-SUBPACKAGES += $(DOCS:%=%-docs.add)
-CLEANFILES += $(DOCS:%=%-docs.add)
-SUBPACKAGES += $(SUPPLEMENTS:%=%-supplement.add)
-CLEANFILES += $(SUPPLEMENTS:%=%-supplement.add)
-
-SUFFIXES = -supplement.add -docs.add
-
-%-supplement.add: supplement.add.in
- t=`echo $@ | sed -e 's,-supplement.add,,'`; \
- sed -e s/@target\@/$$t/g < $< >$@
-
-%-docs.add: templ.add.in
- t=`echo $@ | sed -e 's,-docs.add,,'`; \
- sed -e s/@target\@/$$t/g < $< >$@
-
-rtemsdoc.spec: $(SUBPACKAGES) Makefile
- cat $(SUBPACKAGES) | sed \
- -e 's,[@]rtems_version[@],$(RTEMS_VERSION),g' \
- -e 's,[@]rtems_rpm_release[@],$(RTEMS_RPM_RELEASE),g' \
- > $@
-CLEANFILES += rtemsdoc.spec
-
-noinst_DATA = rtemsdoc.spec
-
-include $(top_srcdir)/../automake/local.am
diff --git a/scripts/rtemsdoc/README b/scripts/rtemsdoc/README
deleted file mode 100644
index d21bccc451..0000000000
--- a/scripts/rtemsdoc/README
+++ /dev/null
@@ -1,10 +0,0 @@
-#
-# $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
diff --git a/scripts/rtemsdoc/header.add b/scripts/rtemsdoc/header.add
deleted file mode 100644
index 6806c819dc..0000000000
--- a/scripts/rtemsdoc/header.add
+++ /dev/null
@@ -1,4 +0,0 @@
-#
-# spec file for package rtemsdoc
-#
-# Copyright (c) 2003, 2004 Ralf Corsepius, Ulm, Germany
diff --git a/scripts/rtemsdoc/rtemsdoc.add b/scripts/rtemsdoc/rtemsdoc.add
deleted file mode 100644
index 8141b744c6..0000000000
--- a/scripts/rtemsdoc/rtemsdoc.add
+++ /dev/null
@@ -1,88 +0,0 @@
-%define _datadir %{_prefix}/share
-%define _infodir %{_datadir}/info
-
-%define srcvers @rtems_version@
-%define rpmvers %{expand:%%(echo @rtems_version@ | tr - _ )}
-
-Name: @rpmprefix@rtemsdoc
-Release: @rtems_rpm_release@
-License: Distributable
-Group: %{rpmgroup}/Documentation
-BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
-
-BuildRequires: texinfo >= 4.2
-BuildRequires: tetex
-BuildRequires: perl
-BuildRequires: gcc
-
-Version: %{rpmvers}
-Summary: A free operating system for embedded systems
-Source: rtems-%{srcvers}.tar.bz2
-
-# Work around to a bug in rpm-4.2
-%define __os_install_post %{nil}
-
-#
-# The original sources are not included in the source RPM.
-# If we included them, then the source RPMs for each target
-# would duplicate MBs of source unnecessarily. This is
-# a duplication of over 30 MBs of source for each of
-# the more than 10 targets it is possible to build.
-#
-# You can get them yourself from the Internet and copy them to
-# your /usr/src/redhat/SOURCES directory ($RPM_SOURCE_DIR).
-# Or you can try the ftp options of rpm :-)
-#
-NoSource: 0
-Prefix: %{_prefix}
-Prefix: %{_infodir}
-Prefix: %{_datadir}
-BuildArch: noarch
-
-%description
-RTEMS is a free operating system for embedded systems.
-
-This package contains the documentation
-
-%prep
-%setup -c -T -n %{name}-%{version} -b0
-test -d build || mkdir build
-%build
-cd build
-# rtems does not support building inside the source tree
- export PATH=%{_prefix}/bin:$PATH
- ../rtems-%{srcvers}/doc/configure \
- --prefix=%{_prefix} \
- --infodir=%{_infodir} \
- --datadir=%{_datadir} \
- --enable-docs
- make RTEMS_BSP=
-%install
- rm -rf ${RPM_BUILD_ROOT}
-cd build
- make RTEMS_BSP= DESTDIR=${RPM_BUILD_ROOT} install
- rm -f ${RPM_BUILD_ROOT}/%{_infodir}/template*
- rm -f ${RPM_BUILD_ROOT}/%{_datadir}/rtems/*/template*
- rm -rf ${RPM_BUILD_ROOT}/%{_datadir}/rtems/html/supplements/template*
-
- gzip -9qf ${RPM_BUILD_ROOT}/%{_infodir}/*
-
-## base
-
-%package base
-Summary: Documentation for RTEMS ada support
-Group: %{rpmgroup}/Documentation
-
-%description base
-RTEMS is a free operating system for embedded systems.
-
-This package contains the files shared between different documentation
-packages.
-
-%files base
-%dir %{_infodir}
-%dir %{_datadir}/rtems
-%dir %{_datadir}/rtems/html
-%{_datadir}/rtems/html/images
-%{_datadir}/rtems/html/*.html
-
diff --git a/scripts/rtemsdoc/supplement.add.in b/scripts/rtemsdoc/supplement.add.in
deleted file mode 100644
index c556a9025a..0000000000
--- a/scripts/rtemsdoc/supplement.add.in
+++ /dev/null
@@ -1,36 +0,0 @@
-## supplement for target @target@
-
-%package @target@
-Summary: Documentation for RTEMS @target@ support
-Group: %{rpmgroup}/Documentation
-Requires(post): /sbin/install-info
-Requires(preun): /sbin/install-info
-Requires: @rpmprefix@rtemsdoc-base
-
-%description @target@
-RTEMS is a free operating system for embedded systems.
-
-This package contains the @target@ target supplement
-
-%files @target@
-%dir %{_infodir}
-%{_infodir}/@target@.info*
-%dir %{_datadir}
-%dir %{_datadir}/rtems
-%dir %{_datadir}/rtems/dvi
-%{_datadir}/rtems/dvi/@target@*
-%dir %{_datadir}/rtems/pdf
-%{_datadir}/rtems/pdf/@target@*
-%dir %{_datadir}/rtems/ps
-%{_datadir}/rtems/ps/@target@*
-%dir %{_datadir}/rtems/html
-%dir %{_datadir}/rtems/html/supplements
-%{_datadir}/rtems/html/supplements/@target@*
-
-%post @target@
-/sbin/install-info --infodir=%{_infodir} %{_infodir}/@target@.info.gz
-
-%preun @target@
-if [ $1 -eq 0 ]; then
- /sbin/install-info --delete --infodir=%{_infodir} %{_infodir}/@target@.info.gz
-fi
diff --git a/scripts/rtemsdoc/templ.add.in b/scripts/rtemsdoc/templ.add.in
deleted file mode 100644
index 48d789eead..0000000000
--- a/scripts/rtemsdoc/templ.add.in
+++ /dev/null
@@ -1,35 +0,0 @@
-## @target@
-
-%package @target@
-Summary: Documentation for RTEMS @target@ support
-Group: %{rpmgroup}/Documentation
-Requires(post): /sbin/install-info
-Requires(preun): /sbin/install-info
-Requires: @rpmprefix@rtemsdoc-base
-
-%description @target@
-RTEMS is a free operating system for embedded systems.
-
-This package contains the @target@ documentation.
-
-%files @target@
-%dir %{_infodir}
-%{_infodir}/@target@.info*
-%dir %{_datadir}
-%dir %{_datadir}/rtems
-%dir %{_datadir}/rtems/dvi
-%{_datadir}/rtems/dvi/@target@*
-%dir %{_datadir}/rtems/pdf
-%{_datadir}/rtems/pdf/@target@*
-%dir %{_datadir}/rtems/ps
-%{_datadir}/rtems/ps/@target@*
-%dir %{_datadir}/rtems/html
-%{_datadir}/rtems/html/@target@*
-
-%post @target@
-/sbin/install-info --infodir=%{_infodir} %{_infodir}/@target@.info.gz
-
-%preun @target@
-if [ $1 -eq 0 ]; then
- /sbin/install-info --delete --infodir=%{_infodir}/dir %{_infodir}/@target@.info.gz
-fi