summaryrefslogtreecommitdiffstats
path: root/doc/Make.config
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>1999-10-01 17:44:06 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>1999-10-01 17:44:06 +0000
commited11cadf052ee8886af0a11e9e72f3c09443f6af (patch)
tree86527bfc8fc7fc02aa8b32c268a79cfa201808cb /doc/Make.config
parentClarified catch and disable per suggestion from Chris Johns <ccj@acm.org>. (diff)
downloadrtems-ed11cadf052ee8886af0a11e9e72f3c09443f6af.tar.bz2
Numerous minor changes required to transition to the latest version
of texinfo and TeX. This version of the tools can produce PDF with figures included.
Diffstat (limited to 'doc/Make.config')
-rw-r--r--doc/Make.config9
1 files changed, 8 insertions, 1 deletions
diff --git a/doc/Make.config b/doc/Make.config
index 67209cabe3..153c24e88f 100644
--- a/doc/Make.config
+++ b/doc/Make.config
@@ -13,7 +13,9 @@ BMENU=$(SRCDIR)/tools/bmenu/bmenu
PDL2TEXI=$(SRCDIR)/tools/pdl2texi/pdl2texi
SRC2HTML=$(SRCDIR)/tools/src2html/src2html
-TEXI2DVI=$(SRCDIR)/tools/texi2www/texi2dvi
+#TEXI2DVI=$(SRCDIR)/tools/texi2www/texi2dvi
+TEXI2DVI=texi2dvi
+TEXI2PDF=texi2pdf
TEXI2WWW=$(SRCDIR)/tools/texi2www/texi2www
MAKEINFO=makeinfo
INFO=info
@@ -26,12 +28,14 @@ RLEVEL=
WWW_INSTALL=$(DOC_INSTALL_BASE)/html
INFO_INSTALL=$(DOC_INSTALL_BASE)/info
PS_INSTALL=$(DOC_INSTALL_BASE)/ps
+PDF_INSTALL=$(DOC_INSTALL_BASE)/pdf
INDEX_FILE=../$(RLEVEL)index.html
#else
#RLEVEL=../
#WWW_INSTALL=$(DOC_INSTALL_BASE)/html/$(DISTRIBUTION_LEVEL)
#INFO_INSTALL=$(DOC_INSTALL_BASE)/info/$(DISTRIBUTION_LEVEL)
#PS_INSTALL=$(DOC_INSTALL_BASE)/ps/$(DISTRIBUTION_LEVEL)
+#PDF_INSTALL=$(DOC_INSTALL_BASE)/pdf/$(DISTRIBUTION_LEVEL)
#INDEX_FILE=../$(RLEVEL)rtems_full.html
#endif
@@ -54,6 +58,9 @@ define make-dirs
@ if [ ! -d $(PS_INSTALL) ] ; then \
mkdir -p $(PS_INSTALL); \
fi
+ @ if [ ! -d $(PDF_INSTALL) ] ; then \
+ mkdir -p $(PDF_INSTALL); \
+ fi
@ - cp $(SRCDIR)/oaronly.jpg $(WWW_INSTALL)
@ - sed -e 's/RTEMS_VERSION/$(RTEMS_VERSION)/' \
<$(SRCDIR)/rtems_footer.html >$(DOC_INSTALL_BASE)/html/rtems_footer.html