summaryrefslogtreecommitdiffstats
path: root/scripts/rtemsdoc
diff options
context:
space:
mode:
authorRalf Corsepius <ralf.corsepius@rtems.org>2003-12-11 16:12:23 +0000
committerRalf Corsepius <ralf.corsepius@rtems.org>2003-12-11 16:12:23 +0000
commiteec8e59e119017032a658f00396754cbb925d056 (patch)
treebbbeef33d230ec21a557e6e5ab1c4a1ffc101d35 /scripts/rtemsdoc
parent2003-12-11 Ralf Corsepius <corsepiu@faw.uni-ulm.de> (diff)
downloadrtems-eec8e59e119017032a658f00396754cbb925d056.tar.bz2
2003-12-11 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* Makefile.am: Cosmetics. * autotools/Makefile.am: Cosmetics. * autotools/autoconf-rtems.spec.in: 2.59. * autotools/automake-rtems.spec.in: 1.8, Require autoconf-2.59. * binutils/Makefile.am: Cosmetics. * cpukit/Makefile.am: Cosmetics. * gcc3newlib/Makefile.am: Cosmetics. * gccnewlib/Makefile.am: Cosmetics. * gdb/Makefile.am: Cosmetics. * rtems/Makefile.am: Cosmetics. * rtemsdoc/Makefile.am: Cosmetics.
Diffstat (limited to '')
-rw-r--r--scripts/rtemsdoc/Makefile.am33
1 files changed, 11 insertions, 22 deletions
diff --git a/scripts/rtemsdoc/Makefile.am b/scripts/rtemsdoc/Makefile.am
index a159833aae..abcdc9d0a6 100644
--- a/scripts/rtemsdoc/Makefile.am
+++ b/scripts/rtemsdoc/Makefile.am
@@ -8,26 +8,15 @@ CLEANFILES =
MKSPEC = $(SHELL) ./mkspec
-MKSPEC_DEPS = mkspec rtemsdoc.spec.in \
- $(top_builddir)/setup.cache
-
-SUPPLEMENTS = \
- arm \
- c4x \
- i386 \
- i960 \
- m68k \
- mips \
- mips64orion \
- powerpc \
- sh \
- sparc
-
-DOCS = ada_user posix1003_1 bsp_howto
+MKSPEC_DEPS = mkspec rtemsdoc.spec.in $(top_builddir)/setup.cache
+
+SUPPLEMENTS = arm c4x i386 i960 m68k mips mips64orion powerpc sh sparc
+
+DOCS = ada_user posix1003_1 bsp_howto
DOCS += c_user
-DOCS += develenv
+DOCS += develenv
DOCS += FAQ filesystem itron
-DOCS += networking porting new_chapters
+DOCS += networking porting new_chapters
DOCS += relnotes rgdb_specs rtems_gdb
DOCS += started started_ada
@@ -36,19 +25,19 @@ SUBPACKAGES += ../common/common.add
SUBPACKAGES += rtemsdoc.add
SUBPACKAGES += ../common/clean.add
SUBPACKAGES += $(DOCS:%=%-docs.add)
-CLEANFILES += $(DOCS:%=%-docs.add)
+CLEANFILES += $(DOCS:%=%-docs.add)
SUBPACKAGES += $(SUPPLEMENTS:%=%-supplement.add)
-CLEANFILES += $(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 < $< >$@
+ sed -e s/@target\@/$$t/g < $< >$@
%-docs.add: templ.add.in
t=`echo $@ | sed -e 's,-docs.add,,'`; \
- sed -e s/@target\@/$$t/g < $< >$@
+ sed -e s/@target\@/$$t/g < $< >$@
rtemsdoc.spec.in: $(SUBPACKAGES)
cat $^ > $@