From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Hans Aberg Newsgroups: gmane.lisp.guile.bugs Subject: Re: GIT version: remake docs Date: Wed, 26 Jan 2011 23:37:55 +0100 Message-ID: References: NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 (Apple Message framework v936) Content-Type: text/plain; charset=US-ASCII; format=flowed; delsp=yes Content-Transfer-Encoding: 7bit X-Trace: dough.gmane.org 1296081500 23344 80.91.229.12 (26 Jan 2011 22:38:20 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Wed, 26 Jan 2011 22:38:20 +0000 (UTC) Cc: bug-guile@gnu.org To: Andy Wingo Original-X-From: bug-guile-bounces+guile-bugs=m.gmane.org@gnu.org Wed Jan 26 23:38:16 2011 Return-path: Envelope-to: guile-bugs@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 1PiE07-0003oN-K0 for guile-bugs@m.gmane.org; Wed, 26 Jan 2011 23:38:07 +0100 Original-Received: from localhost ([127.0.0.1]:55117 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1PiE07-0006SE-6L for guile-bugs@m.gmane.org; Wed, 26 Jan 2011 17:38:07 -0500 Original-Received: from [140.186.70.92] (port=51075 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1PiE00-0006S2-Ut for bug-guile@gnu.org; Wed, 26 Jan 2011 17:38:02 -0500 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1PiE00-00037J-0O for bug-guile@gnu.org; Wed, 26 Jan 2011 17:38:00 -0500 Original-Received: from smtp-out11.han.skanova.net ([195.67.226.200]:38912) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1PiDzz-00036h-Kf for bug-guile@gnu.org; Wed, 26 Jan 2011 17:37:59 -0500 Original-Received: from [10.0.1.199] (217.210.127.13) by smtp-out11.han.skanova.net (8.5.133) (authenticated as u26619196) id 4D0756AC00E59AD3; Wed, 26 Jan 2011 23:37:57 +0100 In-Reply-To: X-Mailer: Apple Mail (2.936) X-detected-operating-system: by eggs.gnu.org: Genre and OS details not recognized. X-BeenThere: bug-guile@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "Bug reports for GUILE, GNU's Ubiquitous Extension Language" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: bug-guile-bounces+guile-bugs=m.gmane.org@gnu.org Errors-To: bug-guile-bounces+guile-bugs=m.gmane.org@gnu.org Xref: news.gmane.org gmane.lisp.guile.bugs:5040 Archived-At: On 26 Jan 2011, at 21:02, Andy Wingo wrote: >> After first making (& installing) Guile from GIT, >> make pdf >> make clean >> make pdf >> failed. It seems 'clean' also removes a file 'standard-library.texi', >> which is needed for 'make pdf'. It is in the guile-1.9.14 >> distribution, >> so it is not a file generated by 'make'. > > It is actually generated by make. Run "make" between "make clean" and > "make pdf", and things will work. > > I realize it's not that great of a solution, but that's the situation > for now. In view of the radical changes from 1.8 to 1.9, I decided to not install the pdf immediately, keeping the docs from 1.8. Then I made 'make clean' only to discover that the docs I was reading did not exits anymore. And then they could not be remade. I recall I copied the missing file from latest 1.9 package. So in those, they are not at least expected to be generated by 'make'. But I now only have the docs from the 1.9 GIT version.