From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Yavor Doganov Newsgroups: gmane.emacs.devel Subject: Re: Online Emacs Manuals at gnu.org Date: Tue, 12 Jun 2007 08:48:29 +0300 Organization: The GNU Emacs Church (Bulgarian eparchy) Message-ID: <871wghbu4y.GNU's_Not_Unix!%yavor@gnu.org> References: <871wgkoe4o.GNU's_Not_Unix!%yavor@gnu.org> <87wsybmqb0.GNU's_Not_Unix!%yavor@gnu.org> <87fy4x99i7.fsf@stupidchicken.com> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 (generated by SEMI 1.14.6 - "Maruoka") Content-Type: text/plain; charset=US-ASCII X-Trace: sea.gmane.org 1181627350 9183 80.91.229.12 (12 Jun 2007 05:49:10 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Tue, 12 Jun 2007 05:49:10 +0000 (UTC) Cc: Yavor Doganov , karl@gnu.org To: emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Tue Jun 12 07:49:09 2007 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by lo.gmane.org with esmtp (Exim 4.50) id 1HxzFc-00022y-N3 for ged-emacs-devel@m.gmane.org; Tue, 12 Jun 2007 07:49:09 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1HxzFc-0008RL-6z for ged-emacs-devel@m.gmane.org; Tue, 12 Jun 2007 01:49:08 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1HxzFZ-0008Pc-BL for emacs-devel@gnu.org; Tue, 12 Jun 2007 01:49:05 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1HxzFX-0008Oj-TF for emacs-devel@gnu.org; Tue, 12 Jun 2007 01:49:05 -0400 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1HxzFX-0008Og-O3 for emacs-devel@gnu.org; Tue, 12 Jun 2007 01:49:03 -0400 Original-Received: from main.gmane.org ([80.91.229.2] helo=ciao.gmane.org) by monty-python.gnu.org with esmtps (TLS-1.0:RSA_AES_256_CBC_SHA1:32) (Exim 4.60) (envelope-from ) id 1HxzFX-0001u0-9z for emacs-devel@gnu.org; Tue, 12 Jun 2007 01:49:03 -0400 Original-Received: from list by ciao.gmane.org with local (Exim 4.43) id 1HxzFQ-0007CD-Ll for emacs-devel@gnu.org; Tue, 12 Jun 2007 07:48:56 +0200 Original-Received: from 213.91.245.92 ([213.91.245.92]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Tue, 12 Jun 2007 07:48:56 +0200 Original-Received: from yavor by 213.91.245.92 with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Tue, 12 Jun 2007 07:48:56 +0200 X-Injected-Via-Gmane: http://gmane.org/ Original-Lines: 22 Original-X-Complaints-To: usenet@sea.gmane.org X-Gmane-NNTP-Posting-Host: 213.91.245.92 In-Reply-To: <87fy4x99i7.fsf@stupidchicken.com> Mail-Followup-To: karl@gnu.org, emacs-devel@gnu.org, Yavor Doganov User-Agent: Wanderlust/2.15.1 (Almost Unreal) SEMI/1.14.6 (Maruoka) FLIM/1.14.7 (=?ISO-8859-4?Q?Sanj=F2?=) APEL/10.6 Emacs/22.1 (i486-pc-linux-gnu) MULE/5.0 (SAKAKI) (gNewSense GNU/Linux) X-Jabber-ID: doganov@jabber.minus273.org X-detected-kernel: Linux 2.6, seldom 2.4 (older, 4) X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.devel:72662 Archived-At: Chong Yidong wrote: > > So, in > software/gnu/emacs/elisp-manual/.symlinks, I put Without "gnu", I think. > ../manual/elisp.html index.html > ../manual/elisp.html elisp.html > > Is this correct? Yes, that's correct. Richard Stallman wrote: > > What is the gendocs template, and what is generated with it? This is the HTML template used in conjunction with the gendocs.sh script (it is mentioned in maintain.texi). The script transforms the Texinfo source in various formats and creates an index.html page with hyperlinks to them. Most of the GNU maintainers are using it.