From jan@swi.psy.uva.nl  Mon Jun 26 14:49:13 2000
Received: from gollem.swi.psy.uva.nl (root@gollem [145.18.152.30])
	by swi.psy.uva.nl (8.9.3/8.9.3) with ESMTP id OAA08835;
	Mon, 26 Jun 2000 14:49:13 +0200 (MET DST)
Received: (from jan@localhost)
	by gollem.swi.psy.uva.nl (8.9.3/8.9.3/SuSE Linux 8.9.3-0.1) id OAA22842;
	Mon, 26 Jun 2000 14:50:07 +0200
Date: Mon, 26 Jun 2000 14:50:07 +0200
Message-Id: <200006261250.OAA22842@gollem.swi.psy.uva.nl>
From: Jan Wielemaker <jan@swi.psy.uva.nl>
Subject: Re: Online help file - library(MANUAL)
To: prolog@swi.psy.uva.nl, prolog-request@swi.psy.uva.nl
Phone: +31 - 20 - 525 6121

> The SWI-Prolog web site includes a page on "Building SWI-Prolog on
> MS-Windows."  The instructions were easy to follow.  However, if versions
> 3.3.7 and 3.3.8 are typical, one caveat needs to be added.  There's no
> direct support for making the SWI-Prolog online help files in the
> MS-Windows environment.
> 
> I suppose one could also download the binary distribution.  Or, download
> the GNUish tools for DOS. Or, as I plan to *eventually* do: make my
> computer a dual-boot system (Windows/UNIX).

The MANUAL and helpidx files are part of the source distribution exactly
for this reason: you need too many junk around. Even on a Unix machine
you probably need to install proper version of the used tools. On
Windows it will be a lot of work.  

> Of course, as long as the manual does not change, I can simply copy
> library(MANUAL) and library(helpidx.pl) from the old version's library. 
> I guess that's more of a CVS issue.  Using the CVS web interface, there
> does not seem to be easy way to determine which source files changed
> from, say, 3.3.7 to 3.3.8.

In principle there should be symbolic tags for each version (I forgot
the V3_3_6 tag). You can check whether there are checkins between two
symbolic tags. 

The CVS version is there for a few reasons:

	* I can help people with specific problems easier
	* It is easier for users to deal with modified versions
	* It can reduce network trafic for people that want the latest
          source
	* You can have a look around in the source without having to
	  download it all.

> Any suggestions would be appreciated.  I enjoy using SWI-Prolog, but I am
> definitely new at it.

For a start, a binary should suffice :-)

	Regards --- Jan

