> -----Original Message----- > From: Raphaël Enrici [mailto:[EMAIL PROTECTED] > Sent: 24 April 2004 09:25 > To: Dave Page > Cc: Peter Eisentraut; [EMAIL PROTECTED] > Subject: Re: [pgadmin-hackers] [Fwd: Re: Bug#245310: > pgadmin3-data: pgadmin3 ships duplicate of PostgreSQL] > > > Ok, what I understood is that these particular files are used under > Win32 to generate the help file. > So, which are the "magic" files permitting an index search or > a multiple entry documentation: > I.E.: > pgAdmin III > -->pgAdmin III > -->PostgreSQL 7.4 Documentation > in the help system ? is it coded in the source to detect > these categories or is there a file describing this structure ?
They are used under win32 to build the CHM (Compiled HtMl help) file, but they are also read directly by the wxWindows HtmlHelp viewer under *nix. They perform exactly the same function under *nix as they do under Windows. Consider an analagy - under Windows, the help is precompiled like a C++ application, under *nix the help is interpreted at runtime like a TCL application. Regards, Dave ---------------------------(end of broadcast)--------------------------- TIP 6: Have you searched our list archives? http://archives.postgresql.org