[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Documentation severely outdate on gnu.org
From: |
Ludovic Courtès |
Subject: |
Re: Documentation severely outdate on gnu.org |
Date: |
Sun, 05 Nov 2017 18:37:06 +0100 |
User-agent: |
Gnus/5.13 (Gnus v5.13) Emacs/25.3 (gnu/linux) |
Hi,
Samuel Thibault <samuel.thibault@gnu.org> skribis:
> People find
> https://www.gnu.org/software/hurd/users-guide/using_gnuhurd.html#dir
> as documentation for the Hurd, which is just antique. Does anybody know
> how to update this?
See the bits about “Webpages repository” at
<https://savannah.gnu.org/cvs/?group=hurd>. Essentially you need to
commit HTML pages to CVS (!) and they are eventually updated on gnu.org.
To generate Texinfo manual web pages similar to
<https://gnu.org/s/guix/manual>, you can use the gendocs.sh script from
Gnulib, which is quite convenient.
HTH,
Ludo’.