public inbox for docbook-tools-discuss@sourceware.org
 help / color / mirror / Atom feed
* Fix for config.sub to recognize ARM Linux systems...
@ 1999-12-21  9:29 Scott Bambrough
  1999-12-22  1:03 ` More questions Ismael Olea
  1999-12-23 10:12 ` Fix for config.sub to recognize ARM Linux systems Mark Galassi
  0 siblings, 2 replies; 5+ messages in thread
From: Scott Bambrough @ 1999-12-21  9:29 UTC (permalink / raw)
  To: docbook-tools

The attached patch allows config.sub to recognize ARM Linux systems. 
The included config.sub seems very old.  Newer versions already have
this fix in place.  A patch I submitted to autoconf similar to this was
accepted a while ago.

-- 
Scott Bambrough - Software Engineer
REBEL.COM    http://www.rebel.com
NetWinder    http://www.netwinder.org
--- jade-1.2.1-orig/jade/config/config.sub	Fri Oct  2 07:22:37 1998
+++ jade-1.2.1/jade/config/config.sub	Sun Dec 19 21:42:32 1999
@@ -155,7 +155,7 @@ case $basic_machine in
 		| alpha | alphaev5 | alphaev56 | we32k | ns16k | clipper \
 		| i370 | sh | powerpc | powerpcle | 1750a | dsp16xx | pdp11 \
 		| mips64 | mipsel | mips64el | mips64orion | mips64orionel \
-		| mipstx39 | mipstx39el \
+		| mipstx39 | mipstx39el | armv[34][lb] \
 		| sparc | sparclet | sparclite | sparc64 | v850)
 		basic_machine=$basic_machine-unknown
 		;;
@@ -179,10 +179,10 @@ case $basic_machine in
 	      | alpha-* | alphaev5-* | alphaev56-* | we32k-* | cydra-* \
 	      | ns16k-* | pn-* | np1-* | xps100-* | clipper-* | orion-* \
 	      | sparclite-* | pdp11-* | sh-* | powerpc-* | powerpcle-* \
-	      | sparc64-* | mips64-* | mipsel-* \
+	      | sparc64-* | mips64-* | mipsel-* | armv[34][lb] \
 	      | mips64el-* | mips64orion-* | mips64orionel-*  \
 	      | mipstx39-* | mipstx39el-* \
-	      | f301-*)
+	      | f301-* | armv*-*)
 		;;
 	# Recognize the various machine names and aliases which stand
 	# for a CPU type and a company and sometimes even an OS.

^ permalink raw reply	[flat|nested] 5+ messages in thread

* More questions
  1999-12-21  9:29 Fix for config.sub to recognize ARM Linux systems Scott Bambrough
@ 1999-12-22  1:03 ` Ismael Olea
  1999-12-22  4:04   ` Norman Walsh
  1999-12-23 10:12 ` Fix for config.sub to recognize ARM Linux systems Mark Galassi
  1 sibling, 1 reply; 5+ messages in thread
From: Ismael Olea @ 1999-12-22  1:03 UTC (permalink / raw)
  To: docbook-tools

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #1: Type: text/plain, Size: 960 bytes --]

	Good morning!

	I hope somebody could help me. We have a lot of hurry and we have
relative serious problems:

	- the publisher data (between <publisher> and </publisher> is never
printed;
	- does anybody knows if exists a ISO character for the latex character
"--"?
	- Is dangerous the ugly underline on the contects in the dvi output?
	- Why doesn't be generated the index? Neither db2dvi or db2html works
for this. I have some warnings (remember my texttilde problems) and I
have some references broken. Can they be the cause?

	And the last question: In Spanish, when we write a word or phrase in
another language we represent it with some font effect or between
quotes. Has DocBook any tag for something like this? I've look for it in
the Norm Walsh book but I didn't found anything.

	Thanks in advance for your attention.

-- 
	A.Ismael Olea González
	olea@iname.com
	2:345/108.9@fidonet.org
		
	El mundo debe empezar a tener miedo a un planeta DEF


^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: More questions
  1999-12-22  1:03 ` More questions Ismael Olea
@ 1999-12-22  4:04   ` Norman Walsh
  1999-12-22 16:19     ` Ismael Olea
  0 siblings, 1 reply; 5+ messages in thread
From: Norman Walsh @ 1999-12-22  4:04 UTC (permalink / raw)
  To: Ismael Olea; +Cc: docbook-tools

/ Ismael Olea <olea@hispalinux.es> was heard to say:
| 	I hope somebody could help me. We have a lot of hurry and we have
| relative serious problems:
| 
| 	- the publisher data (between <publisher> and </publisher> is never
| printed;

In what context?

| 	- does anybody knows if exists a ISO character for the latex character
| "--"?

Um, that's an endash as I recall, &ndash ought to do it for you.

| 	- Is dangerous the ugly underline on the contects in the dvi output?

Uh. I'm not sure I follow.

| 	- Why doesn't be generated the index? Neither db2dvi or db2html works
| for this. I have some warnings (remember my texttilde problems) and I
| have some references broken. Can they be the cause?

Indexing is a mult-pass operation, see the docs at
http://nwalsh.com/docbook/dsssl/

| 	And the last question: In Spanish, when we write a word or phrase in
| another language we represent it with some font effect or between
| quotes. Has DocBook any tag for something like this? I've look for it in
| the Norm Walsh book but I didn't found anything.

<foreignphrase> is almost certainly the right markup, but what font
effect do you want to produce?

                                        Cheers,
                                          norm

-- 
Norman Walsh <ndw@nwalsh.com>      | If you are hankering after
http://nwalsh.com/                 | certainty, you are better advised
                                   | to seek it in religion: the
                                   | stock-in-trade of science is not
                                   | certainty but doubt.--K.C. Cole

^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: More questions
  1999-12-22  4:04   ` Norman Walsh
@ 1999-12-22 16:19     ` Ismael Olea
  0 siblings, 0 replies; 5+ messages in thread
From: Ismael Olea @ 1999-12-22 16:19 UTC (permalink / raw)
  To: Norman Walsh; +Cc: docbook-tools

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #1: Type: text/plain, Size: 1719 bytes --]

Norman Walsh escribió:
> 
> / Ismael Olea <olea@hispalinux.es> was heard to say:
> |       I hope somebody could help me. We have a lot of hurry and we have
> | relative serious problems:
> |
> |       - the publisher data (between <publisher> and </publisher> is never
> | printed;
> 
> In what context?

<Bookinfo>
  <title>bla, bla, bla</title>
    <subtitle>bla, bla, bla</subtitle>
    <isbn>
	bla, bla, bla
    </isbn>
    <publisher>
 <publishername>bla, bla, bla</publishername>
      <address>
	bla, bla, bla 
      </address>
</publisher>
    <copyright>
      <year>1999</year>
      <holder>bla, bla, bla</holder>
    </copyright>
      &BOILERPLATE;
  </bookinfo>

	The dvi and HTML output  show title, subtitle, copyright and
&BOILERPLATE;. But isbn and publisher data aren't draw. Any idea?

> |       - does anybody knows if exists a ISO character for the latex character
> | "--"?
> 
> Um, that's an endash as I recall, &ndash ought to do it for you.

	Good!
 
> |       - Is dangerous the ugly underline on the contects in the dvi output?
> 
> Uh. I'm not sure I follow.

	When xdvi shows the dvi file, it draws a underline under the references
in the contents section. It'd be some kind of bug of xdvi because
neither kdvi or dvi2ps shows this line.

	No problem, I suppose.

> Indexing is a mult-pass operation, see the docs at
> http://nwalsh.com/docbook/dsssl/

	I'll do.

> <foreignphrase> is almost certainly the right markup, but what font
> effect do you want to produce?

	<foreignphrase>  is perfect! :-)


PD: Thanks for putting your book to the public :-)	
--
	A.Ismael Olea González
	olea@iname.com
	2:345/108.9@fidonet.org
		
	El mundo debe empezar a tener miedo a un planeta DEF


^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: Fix for config.sub to recognize ARM Linux systems...
  1999-12-21  9:29 Fix for config.sub to recognize ARM Linux systems Scott Bambrough
  1999-12-22  1:03 ` More questions Ismael Olea
@ 1999-12-23 10:12 ` Mark Galassi
  1 sibling, 0 replies; 5+ messages in thread
From: Mark Galassi @ 1999-12-23 10:12 UTC (permalink / raw)
  To: Scott Bambrough; +Cc: docbook-tools

    Scott> The attached patch allows config.sub to recognize ARM Linux
    Scott> systems.  The included config.sub seems very old.  Newer
    Scott> versions already have this fix in place.  A patch I
    Scott> submitted to autoconf similar to this was accepted a while
    Scott> ago.

I will try to make sure that next time the tools are built, a new
config.sub is used.  Thanks, and please police the next version!j

^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~1999-12-23 10:12 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
1999-12-21  9:29 Fix for config.sub to recognize ARM Linux systems Scott Bambrough
1999-12-22  1:03 ` More questions Ismael Olea
1999-12-22  4:04   ` Norman Walsh
1999-12-22 16:19     ` Ismael Olea
1999-12-23 10:12 ` Fix for config.sub to recognize ARM Linux systems Mark Galassi

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).