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

Re: doc dir broken...

From: B. W. Fitzpatrick <fitz_at_red-bean.com>
Date: 2000-11-07 19:31:18 CET

> Jim Meyering wrote:
> I'm sure you realize that even joe-user-who-runs-configure won't need
> to run makeinfo, ... because I presume the *.info files are distributed
> as part of the .tar.gz package.

Well, here's how I got around the makeinfo dependency (My texinfo
installation is hopelessly broken and I don't care):

--------------------------------------
$ cat > ~/bin/makeinfo
#!/bin/sh

ls

^D

$ chmod 700 ~/bin/makeinfo

$ cd subversion ; make
--------------------------------------

:)

-Fitz
Received on Sat Oct 21 14:36:14 2006

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.