Patch from Ralf Corsepius <corsepiu@faw.uni-ulm.de> to:

This patch changes the installation directory of the supplements to
  supplements/<cpu>.

  This allows browsing the html files inside of the source tree,
  because after having applied this patch, the structure of the html
  installation directory hierarchy is the same as the directory
  structure of the source tree.
This commit is contained in:
Joel Sherrill
2000-06-01 21:04:02 +00:00
parent b777c2a135
commit e189f6b71f
2 changed files with 16 additions and 8 deletions

View File

@@ -192,7 +192,7 @@
<IMG SRC="images/ps.gif" HEIGHT=18 WIDTH=16></A>
<A HREF="../dvi/i386.dvi">
<IMG SRC="images/dvi.gif" HEIGHT=18 WIDTH=16></A>
<A HREF="i386/index.html">
<A HREF="supplements/i386/index.html">
RTEMS Intel i386 Applications Supplement</A>
</LI>
@@ -202,7 +202,7 @@
<IMG SRC="images/ps.gif" HEIGHT=18 WIDTH=16></A>
<A HREF="../dvi/i960.dvi">
<IMG SRC="images/dvi.gif" HEIGHT=18 WIDTH=16></A>
<A HREF="i960/index.html">
<A HREF="supplements/i960/index.html">
RTEMS Intel i960 Applications Supplement</A>
</LI>
@@ -222,7 +222,7 @@
<IMG SRC="images/ps.gif" HEIGHT=18 WIDTH=16></A>
<A HREF="../dvi/m68k.dvi">
<IMG SRC="images/dvi.gif" HEIGHT=18 WIDTH=16></A>
<A HREF="m68k/index.html">
<A HREF="supplements/m68k/index.html">
RTEMS Motorola MC68xxx Applications Supplement</A>
</LI>
@@ -232,7 +232,7 @@
<IMG SRC="images/ps.gif" HEIGHT=18 WIDTH=16></A>
<A HREF="../dvi/powerpc.dvi">
<IMG SRC="images/dvi.gif" HEIGHT=18 WIDTH=16></A>
<A HREF="powerpc/index.html">
<A HREF="supplements/powerpc/index.html">
RTEMS PowerPC Applications Supplement</A>
</LI>
@@ -242,7 +242,7 @@
<IMG SRC="images/ps.gif" HEIGHT=18 WIDTH=16></A>
<A HREF="../dvi/sparc.dvi">
<IMG SRC="images/dvi.gif" HEIGHT=18 WIDTH=16></A>
<A HREF="sparc/index.html">
<A HREF="supplements/sparc/index.html">
RTEMS SPARC Applications Supplement</A>
</LI>
@@ -252,7 +252,7 @@
<IMG SRC="images/ps.gif" HEIGHT=18 WIDTH=16></A>
<A HREF="../dvi/hppa1_1.dvi">
<IMG SRC="images/dvi.gif" HEIGHT=18 WIDTH=16></A>
<A HREF="hppa1_1/index.html">
<A HREF="supplements/hppa1_1/index.html">
RTEMS Hewlett Packard PA-RISC Applications Supplement</A>
</LI>

View File

@@ -4,9 +4,17 @@
## Makefile fragment common to all supplements/<cpu>/Makefile.ams
##
## Unused
## REPLACE = $(PERL) $(top_srcdir)/tools/word-replace
REPLACE2 = $(PERL) $(top_srcdir)/tools/word-replace2
MAINTAINERCLEANFILES += $(GENERATED_FILES)
CLEANFILES += *.fixed
html_projectdir = $(htmldir)/supplements/$(PROJECT)
TEXI2WWW_ARGS=\
-I $(srcdir) \
-dirfile ../../index.html \
-header $(top_builddir)/rtems_header.html \
-footer $(top_builddir)/rtems_footer.html \
-icons ../../images