bug-make
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Building Documentation


From: Paul Smith
Subject: Re: Building Documentation
Date: Mon, 25 May 2020 00:42:13 -0400

On Sun, 2020-05-24 at 21:10 -0500, Pete Dietl wrote:
> Does anyone have advice on how to build the web documentation?
> I tried running `make gendocs` but I get errors like:
> 
> cvs -d :pserver:address@hidden:/web/www co 'www/server/standards'
> 
> cvs [checkout aborted]: connect to cvs.sv.gnu.org(209.51.188.81):2401
> failed: Connection refused

I don't know why this wouldn't work: this is anonymous CVS access so
anyone should be able to retrieve these with no special permissions
required (you do need to install CVS obviously).

Anyway, you don't necessarily need the boilerplate since you're not
going to be pushing official docs.

You can try just:

   make html

in the make root directory.  Or, probably better if you just want to
post the content to the mailing list, use:

   make info

to generate the info files which are basically text.




reply via email to

[Prev in Thread] Current Thread [Next in Thread]