diff --git a/harbour/ChangeLog b/harbour/ChangeLog index 3373f44c1e..9f86ae51f4 100644 --- a/harbour/ChangeLog +++ b/harbour/ChangeLog @@ -17,6 +17,42 @@ past entries belonging to these authors: Viktor Szakats. */ +2009-05-29 11:04 UTC+0200 Viktor Szakats (harbour.01 syenar hu) + - contrib/examples + + examples + * doc/dirstruc.txt + * doc/whatsnew.txt + * examples/hbdoc/Makefile + * examples/pp/Makefile + * examples/hboleold/Makefile + * examples/hbsqlit2/Makefile + * examples/misc/Makefile + * examples/hbapollo/Makefile + * examples/rdddbt/Makefile + * examples/guestbk/Makefile + * examples/pe/Makefile + * examples/hbgf/hbgfwin/Makefile + * examples/hbgf/hbgfos2/Makefile + * examples/hbgf/hbgfgtk/Makefile + * examples/hbgf/Makefile + * examples/uhttpd/readme.txt + * examples/dbu/Makefile + * examples/hscript/Makefile + * examples/hbwhat/Makefile + * examples/rl/Makefile + * examples/Makefile + * Moved to flatten our dir layout and sync the locations + in unified distro and source tree. + ; TODO: As a next step I'll replace Makefiles with .hbm + files. This will allow users to build these parts + outside the source distribution. + + * doc/man/hbmk.1 + * utils/hbmk2/examples/fwh.hbc + * utils/hbmk2/examples/hmg.hbc + * utils/hbmk2/examples/hwgui.hbc + * .hbp -> .hbc + 2009-05-29 03:50 UTC+0200 Viktor Szakats (harbour.01 syenar hu) * utils/hbmk2/hbmk2.prg ! Fixed typo causing -i Harbour option missed in make diff --git a/harbour/doc/dirstruc.txt b/harbour/doc/dirstruc.txt index 2dcf25c381..f75add0144 100644 --- a/harbour/doc/dirstruc.txt +++ b/harbour/doc/dirstruc.txt @@ -38,50 +38,6 @@ track of all files (read the FAQ if you don't know what SVN is). +---contrib - Miscellaneous contribution files. Those are not | | part of the official Harbour project. | | -| +---examples - Sample files and small applications. -| | | -| | +---dbu - Make files (without source) for CA-Cl*pper DBU. -| | | -| | +---guestbk - Harbour Guests Book. -| | | -| | +---hbsqlit2 - Interface for SQLite 2.x library. -| | | | -| | | +---tests - Test programs. -| | | -| | +---hscript - Harbour Script. -| | | -| | +---misc - A few humble demonstration. -| | | -| | +---pe - Editor. -| | | -| | +---pp - Harbour Preprocessor as a standalone module. -| | | -| | +---rdddbt - DBFDBT RDD. -| | | -| | +---rl - Make files (without source) for CA-Cl*pper RL. -| | | -| | +---terminal - Harbour terminal server/client. -| | | -| | +---uhttpd - uHTTPD micro web server. -| | | -| | +-home - Root directory for the web server. -| | | | -| | | +-cgi-bin - (*) -| | | | -| | | +-css - -| | | | -| | | +-images - -| | | | -| | | +-js - -| | | | -| | | +-xsl - -| | | -| | +-logs - Log files. (*) -| | | -| | +-modules - -| | | -| | +-sessions - (*) -| | | |---gtalleg - GT subsystem based on Allegro with graphic | | extensions. | | @@ -266,6 +222,50 @@ track of all files (read the FAQ if you don't know what SVN is). | | | +---tests - Test programs. | ++---examples - Sample files and small applications. +| | +| +---dbu - Make files (without source) for CA-Cl*pper DBU. +| | +| +---guestbk - Harbour Guests Book. +| | +| +---hbsqlit2 - Interface for SQLite 2.x library. +| | | +| | +---tests - Test programs. +| | +| +---hscript - Harbour Script. +| | +| +---misc - A few humble demonstration. +| | +| +---pe - Editor. +| | +| +---pp - Harbour Preprocessor as a standalone module. +| | +| +---rdddbt - DBFDBT RDD. +| | +| +---rl - Make files (without source) for CA-Cl*pper RL. +| | +| +---terminal - Harbour terminal server/client. +| | +| +---uhttpd - uHTTPD micro web server. +| | +| +-home - Root directory for the web server. +| | | +| | +-cgi-bin - (*) +| | | +| | +-css - +| | | +| | +-images - +| | | +| | +-js - +| | | +| | +-xsl - +| | +| +-logs - Log files. (*) +| | +| +-modules - +| | +| +-sessions - (*) +| +---debian - Packaging information for Debian GNU/Linux. | +---doc - Documentation and white-paper. diff --git a/harbour/doc/man/hbmk.1 b/harbour/doc/man/hbmk.1 index 28f5c54a92..7f5c27f881 100644 --- a/harbour/doc/man/hbmk.1 +++ b/harbour/doc/man/hbmk.1 @@ -70,8 +70,8 @@ show commands executed .IP "\fB-[no]run\fP" 10 run/don't run the created executable -.IP "\fB-nohbp\fP" 10 -do not process .hbp files in current directory +.IP "\fB-nohbc\fP" 10 +do not process .hbc files in current directory .IP "\fB-hbcc, -hbcmp\fP" 10 stop after creating the object files @@ -94,7 +94,7 @@ turn on informational messages .IP "\fB-quiet\fP" 10 suppress all screen messages -