From eec8e59e119017032a658f00396754cbb925d056 Mon Sep 17 00:00:00 2001 From: Ralf Corsepius Date: Thu, 11 Dec 2003 16:12:23 +0000 Subject: 2003-12-11 Ralf Corsepius * 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. --- scripts/rtemsdoc/Makefile.am | 33 +++++++++++---------------------- 1 file changed, 11 insertions(+), 22 deletions(-) (limited to 'scripts/rtemsdoc') 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 $^ > $@ -- cgit v1.2.3