From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: David Reitter Newsgroups: gmane.emacs.devel Subject: Source code for HTML manuals on Savannah? Date: Sat, 2 Oct 2010 15:50:08 -0400 Message-ID: <1B76025C-A138-4A64-9AAB-C6D519FCEBA3@gmail.com> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 (Apple Message framework v1081) Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: quoted-printable X-Trace: dough.gmane.org 1286048977 22279 80.91.229.12 (2 Oct 2010 19:49:37 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Sat, 2 Oct 2010 19:49:37 +0000 (UTC) To: Emacs-Devel devel Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Sat Oct 02 21:49:35 2010 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.69) (envelope-from ) id 1P285M-00011x-7G for ged-emacs-devel@m.gmane.org; Sat, 02 Oct 2010 21:49:32 +0200 Original-Received: from localhost ([127.0.0.1]:41664 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1P285L-0004Y7-Q4 for ged-emacs-devel@m.gmane.org; Sat, 02 Oct 2010 15:49:31 -0400 Original-Received: from [140.186.70.92] (port=33464 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1P285F-0004VE-1T for emacs-devel@gnu.org; Sat, 02 Oct 2010 15:49:26 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1P285C-0003pr-CH for emacs-devel@gnu.org; Sat, 02 Oct 2010 15:49:24 -0400 Original-Received: from mail-qy0-f176.google.com ([209.85.216.176]:45379) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1P285C-0003ph-AD for emacs-devel@gnu.org; Sat, 02 Oct 2010 15:49:22 -0400 Original-Received: by qyk36 with SMTP id 36so6336818qyk.14 for ; Sat, 02 Oct 2010 12:49:21 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:from:content-type :content-transfer-encoding:subject:date:message-id:to:mime-version :x-mailer; bh=rFgHl9sKWtHG0xDYp+AcMkd9vi9FPEzIRapFNITAJnE=; b=WN19NRlEuvD4oaiJDTL2h5jHtFKA+k51Q7wqN4qM61C1aD8T/f3ohX2rSdahdL5ywa Kd2mz1TkETtKU+rCNe3cTd/oY6QZ7zTz6D7zn5/pPt4hu1u98jEg01VgSkAARlXVhBQ9 Sk0SKY4Rvkk7jWRk0zvJt4AWV2/QWtEv68/VA= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=from:content-type:content-transfer-encoding:subject:date:message-id :to:mime-version:x-mailer; b=MpVAqJxbP2tMf+POaZznN0fcFOlWW4M2TL9U7vs7Z4MA8LDt9zC2o4X4JKYvWCKSI+ ghZM9yIykRY3ZDnrwyQT55V2lkYgRS74GCukQRxmZCuSpi8x1/g8GTB0uCZD0jn5/IEX TZG6yM9nZkP0YFQrJ5riwJekh7ooFsskOpocM= Original-Received: by 10.224.88.69 with SMTP id z5mr5000640qal.359.1286048961192; Sat, 02 Oct 2010 12:49:21 -0700 (PDT) Original-Received: from elin.local (pool-72-95-198-253.pitbpa.east.verizon.net [72.95.198.253]) by mx.google.com with ESMTPS id t4sm3061266qcs.4.2010.10.02.12.49.19 (version=TLSv1/SSLv3 cipher=RC4-MD5); Sat, 02 Oct 2010 12:49:20 -0700 (PDT) X-Mailer: Apple Mail (2.1081) X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.6 (newer, 2) 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:131256 Archived-At: Where can I find the scripts that are used to generate the HTML versions = of the manuals to contributed packages like Tramp or CC Mode (as on = Savannah [1])? I have tried this with the latest versions of gendocs.sh and the = template file that comes with it (and the latest version of Texinfo), = but unfortunately, the index file that I'm getting is faulty. It seems that the index is generated, but inserted into the wrong part = of the HTML document, so this is of no use. Generating the normal Emacs manual and also the Lisp reference works = fine. [1] http://www.gnu.org/software/emacs/manual/html_node/tramp/index.html=