diff options
-rw-r--r-- | docs/HACKING.txt | 2 | ||||
-rw-r--r-- | docs/ReadMe.txt | 1 |
2 files changed, 2 insertions, 1 deletions
diff --git a/docs/HACKING.txt b/docs/HACKING.txt index 85c9607e..fb426a14 100644 --- a/docs/HACKING.txt +++ b/docs/HACKING.txt @@ -102,5 +102,5 @@ necessary. To denote global variables and functions the lowercase_underscores style may be used. Hungarian style should be avoided. -* Whenever you add a new source file somwhere in ./src do not forget to add them +* Whenever you add a new source file somewhere in ./src do not forget to add them in ./src/Makefile.am as well! diff --git a/docs/ReadMe.txt b/docs/ReadMe.txt index ccd48283..4598f328 100644 --- a/docs/ReadMe.txt +++ b/docs/ReadMe.txt @@ -74,6 +74,7 @@ Remember: the server is only for development or demo purposes (Thanks again to U 0.0.8a - Added controlling player with arrow keys - Rewrote gui with Guichan +- added scripts for easy autotools 0.0.8 - added sound support for macosx |