diff --git a/harbour/ChangeLog b/harbour/ChangeLog index c8c40edf43..b5c46475a1 100644 --- a/harbour/ChangeLog +++ b/harbour/ChangeLog @@ -1,3 +1,9 @@ +2001-09-07 08:40 GMT Dave Pearson + * doc/readme.txt + * Added a pointer to dirstruc.txt. + * doc/dirstruc.txt + * Minor additions and corrections. + 2001-09-06 21:20 GMT -3 Luiz Rafael Culik *makefile.vc hb_slex.vc diff --git a/harbour/doc/dirstruc.txt b/harbour/doc/dirstruc.txt index dcc9385d05..5d6fbd537e 100644 --- a/harbour/doc/dirstruc.txt +++ b/harbour/doc/dirstruc.txt @@ -28,13 +28,13 @@ in order to remove empty directories) | +---config - Configuration Files (.cf) for the GNU Make system. | | -| +---dos - +| +---dos - Configuration files specific to DOS. | | -| +---linux - +| +---linux - Configutation files specific to GNU/Linux. | | -| +---os2 - +| +---os2 - Configutation files specific to OS/2. | | -| +---w32 - +| +---w32 - Configutation files specific to MS-Win32. | +---contrib - Miscellaneous contribution files. Those are not part | | of the official Harbour project. @@ -63,7 +63,7 @@ in order to remove empty directories) | | | +---hgf - Harbour GUI framework. | | | -| | +---gtk - Implementation for GTK environment. +| | +---gtk - Implementation for GTK+ environment. | | | | | +---os2pm - Implementation for OS/2 Presentation Manager | | | environment. @@ -143,7 +143,7 @@ in order to remove empty directories) | | | +---hscript - Harbour Script. | | -| +---misc - a few humble demonstration. +| +---misc - A few humble demonstration. | | | +---pe - Editor. | @@ -172,7 +172,7 @@ in order to remove empty directories) | +---rtl - Run-Time libraries functions and various General | | | Terminal (GT) implementation | | | -| | +---gtcgi - +| | +---gtcgi - GT subsystem aimed at cgi-bin applications. | | | | | +---gtcrs - GT subsystem based on ncurses. | | | diff --git a/harbour/doc/readme.txt b/harbour/doc/readme.txt index 9d4491c692..a45878278f 100644 --- a/harbour/doc/readme.txt +++ b/harbour/doc/readme.txt @@ -17,4 +17,5 @@ ensure that you are using the latest release. If you have any questions about Harbour please be sure to read the FAQ . Also, please be sure to read the documentation that comes with Harbour, you should find it in the same -directory in which you found this file. +directory in which you found this file. You might want to start by reading +dirstruc.txt because this is your map to the harbour source directories.