mirror of
https://gitlab.rtems.org/rtems/rtos/rtems.git
synced 2026-09-27 20:45:11 +08:00
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.
This commit is contained in:
+1
-1
@@ -1,4 +1,4 @@
|
||||
\input ../texinfo/texinfo @c -*-texinfo-*-
|
||||
\input texinfo @c -*-texinfo-*-
|
||||
@c %**start of header
|
||||
@setfilename FAQ
|
||||
@syncodeindex vr fn
|
||||
|
||||
+7
-2
@@ -10,7 +10,7 @@ PROJECT=FAQ
|
||||
|
||||
include ../Make.config
|
||||
|
||||
all: html info ps
|
||||
all: html info ps pdf
|
||||
|
||||
dirs:
|
||||
$(make-dirs)
|
||||
@@ -34,6 +34,11 @@ $(PROJECT): $(FILES)
|
||||
|
||||
dvi: $(PROJECT).dvi
|
||||
ps: dirs $(PROJECT).ps
|
||||
pdf: dirs $(PROJECT).pdf
|
||||
|
||||
$(PROJECT).pdf: $(FILES)
|
||||
$(TEXI2PDF) $(PROJECT).texi
|
||||
cp $(PROJECT).pdf $(PDF_INSTALL)
|
||||
|
||||
$(PROJECT).ps: $(PROJECT).dvi
|
||||
dvips -o $(PROJECT).ps $(PROJECT).dvi
|
||||
@@ -50,7 +55,7 @@ html: dirs $(FILES)
|
||||
$(PROJECT).texi
|
||||
|
||||
clean:
|
||||
rm -f *.o $(PROG) *.txt core
|
||||
rm -f *.o $(PROG) *.txt core *.pdf
|
||||
rm -f *.dvi *.ps *.log *.aux *.cp *.fn *.ky *.pg *.toc *.tp *.vr $(BASE)
|
||||
rm -f $(PROJECT) $(PROJECT)-* $(GENERATED_FILES)
|
||||
rm -f *.fixed _*
|
||||
|
||||
+4
-7
@@ -102,13 +102,10 @@ Yes, but not all are based on standards and the open source philosophy.
|
||||
RTEMS is distributed by OAR Corporation via the Internet. Point your
|
||||
favorite browser at the following URL and following the link:
|
||||
|
||||
@set OAR-URL http://www.OARcorp.com
|
||||
@ifset use-html
|
||||
@href{@value{OAR-URL},,@value{OAR-URL}}
|
||||
@end ifset
|
||||
@ifclear use-html
|
||||
@value{OAR-URL}
|
||||
@end ifclear
|
||||
@c this version should work
|
||||
@c @set OAR-URL http://www.OARcorp.com
|
||||
@c @uref{@value{OAR-URL},@value{OAR-URL}}
|
||||
@uref{http://www.OARcorp.com,http://www.OARcorp.com}
|
||||
|
||||
@section What about support?
|
||||
|
||||
|
||||
+2
-13
@@ -129,23 +129,12 @@ and Jiri Gaisler (jgais@@ws.estec.esa.nl).
|
||||
|
||||
omniORB is a GPL'ed CORBA which has been ported to RTEMS. It is
|
||||
available from
|
||||
@ifset use-html
|
||||
(@href{http://www.uk.research.att.com/omniORB/omniORB.html,,,http://www.uk.research.att.com/omniORB/omniORB.html})
|
||||
@end ifset
|
||||
@ifclear use-html
|
||||
http://www.uk.research.att.com/omniORB/omniORB.html
|
||||
@end ifclear
|
||||
(@uref{http://www.uk.research.att.com/omniORB/omniORB.html,http://www.uk.research.att.com/omniORB/omniORB.html})
|
||||
.
|
||||
|
||||
For information on the RTEMS port of omniORB to RTEMS, see the following
|
||||
URL
|
||||
@ifset use-html
|
||||
(@href{http://www.connecttel.com/corba/rtems_omni.html,,,http://www.connecttel.com/corba/rtems_omni.html})
|
||||
@end ifset
|
||||
@ifclear use-html
|
||||
http://www.connecttel.com/corba/rtems_omni.html
|
||||
@end ifclear
|
||||
.
|
||||
(@uref{http://www.connecttel.com/corba/rtems_omni.html,http://www.connecttel.com/corba/rtems_omni.html}).
|
||||
|
||||
C++ exceptions must work properly on your target for omniORB to work.
|
||||
|
||||
|
||||
Reference in New Issue
Block a user