[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: Jostein Christoffer Andersen <jostein_at_josander.net>
Date: 2002-07-26 11:26:09 CEST

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

Jostein

-- 
----------------------------------------------------------------------
Jostein Christoffer Andersen <jostein@josander.net>
http://www.josander.net/
Public PGP Key:
Key: http://www.josander.net/pub_keys/jostein_josander.net.asc
----------------------------------------------------------------------
---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Fri Jul 26 11:27:00 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.