[svn.haxx.se] · SVN Dev · SVN Users · SVN Org · TSVN Dev · TSVN Users · Subclipse Dev · Subclipse Users · this month's index

Re: svn documentation

From: Russ Allbery <rra_at_stanford.edu>
Date: 2002-07-26 19:28:22 CEST

Jostein Christoffer Andersen <jostein@josander.net> writes:
> On onsdag 17 juli 2002, 16.44, Ben Collins-Sussman wrote:

>> Also, while I have your attention, I'd love it if some texinfo expert
>> could look at two problems I'm having:

>> 1. My version of 'texi2html' doesn't seem to understand the
>> @command{} tag at all; this makes the HTML output pretty
>> unreadable, as this tag is used all over the docs.

>> Any ideas?

> It's the texi2html perl program who don't understand it.

> I use the following Perl oneliner to correct this after texi2html have
> done it's job:

> perl -pi -e 's/\@command\{(.*)\}/<KBD>$1<\/KBD>/g' /path_to/*.html

Alternately, you can just upgrade texi2html. 1.64 seems to understand
@command without any trouble.

-- 
Russ Allbery (rra_at_stanford.edu)             <http://www.eyrie.org/~eagle/>
---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Fri Jul 26 19:28:51 2002

This is an archived mail posted to the Subversion Dev mailing list.

This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.