git.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* Building documentation on an isolated network
@ 2010-05-08  8:24 Jack Moore
  2010-05-08  9:23 ` Tomas Carnecky
  2010-05-08 13:02 ` Ben Walton
  0 siblings, 2 replies; 3+ messages in thread
From: Jack Moore @ 2010-05-08  8:24 UTC (permalink / raw)
  To: git; +Cc: Jack Moore

I'm trying to setup a git repository on an isolated (not connected to the internet) network.  The repository is to be accessed by several developers on their own workstations (all running RHEL 5).  I have got git to build and install the executable with no problem, but when I try to build the documentation is runs into problems with ASCIIDOC.  I found an ASCIIDOC rpm for version 8.x.  I think ASCIIDOC is looking for some standard DTDs.  Does anyone have suggestions?

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

* Re: Building documentation on an isolated network
  2010-05-08  8:24 Building documentation on an isolated network Jack Moore
@ 2010-05-08  9:23 ` Tomas Carnecky
  2010-05-08 13:02 ` Ben Walton
  1 sibling, 0 replies; 3+ messages in thread
From: Tomas Carnecky @ 2010-05-08  9:23 UTC (permalink / raw)
  To: Jack Moore; +Cc: git

On 5/8/10 10:24 AM, Jack Moore wrote:
> I'm trying to setup a git repository on an isolated (not connected to the internet) network.  The repository is to be accessed by several developers on their own workstations (all running RHEL 5).  I have got git to build and install the executable with no problem, but when I try to build the documentation is runs into problems with ASCIIDOC.  I found an ASCIIDOC rpm for version 8.x.  I think ASCIIDOC is looking for some standard DTDs.  Does anyone have suggestions?--

$ make quick-install-doc

tom

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

* Re: Building documentation on an isolated network
  2010-05-08  8:24 Building documentation on an isolated network Jack Moore
  2010-05-08  9:23 ` Tomas Carnecky
@ 2010-05-08 13:02 ` Ben Walton
  1 sibling, 0 replies; 3+ messages in thread
From: Ben Walton @ 2010-05-08 13:02 UTC (permalink / raw)
  To: Jack Moore; +Cc: git

On 05/08/2010 04:24 AM, Jack Moore wrote:

> I'm trying to setup a git repository on an isolated (not connected to the internet) network.
 > The repository is to be accessed by several developers on their own 
workstations (all running RHEL 5).
 > I have got git to build and install the executable with no problem, 
but when I try to build the
 > documentation is runs into problems with ASCIIDOC.  I found an 
ASCIIDOC rpm for version 8.x.
 > I think ASCIIDOC is looking for some standard DTDs.  Does anyone have
 > suggestions?

Once you get asciidoc, you should have everything else you need in the 
stock RHEL distribution to build locally.  This would include things like:

xmlto
sgml-common
xml-common
docbook-dtds
docbook-style-xsl

and dependencies for those.  (There might be an important item or two 
missing from that list.  It's from memory.)  Asciidoc is available from 
the EPEL repo if the one you found doesn't work for some reason.

The other suggestion of building just the quick docs is good too unless 
you really want/need them.

HTH.
-Ben

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

end of thread, other threads:[~2010-05-08 14:07 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-05-08  8:24 Building documentation on an isolated network Jack Moore
2010-05-08  9:23 ` Tomas Carnecky
2010-05-08 13:02 ` Ben Walton

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 NNTP newsgroup(s).