diff options
author | Andrei Karas <akaras@inbox.ru> | 2011-03-08 04:14:30 +0200 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2011-03-08 04:14:30 +0200 |
commit | 7646d773e826b222b94b951f777256b23dbf98ac (patch) | |
tree | 4e84011c0b90af6534c3993522ee9d4b04657c36 /docs/HACKING.txt | |
parent | a31de2c71f639414f4130c41cb446d5bd553d8c4 (diff) | |
download | plus-7646d773e826b222b94b951f777256b23dbf98ac.tar.gz plus-7646d773e826b222b94b951f777256b23dbf98ac.tar.bz2 plus-7646d773e826b222b94b951f777256b23dbf98ac.tar.xz plus-7646d773e826b222b94b951f777256b23dbf98ac.zip |
Updated some doc files. Updated debian packaging files.
Diffstat (limited to 'docs/HACKING.txt')
-rw-r--r-- | docs/HACKING.txt | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/docs/HACKING.txt b/docs/HACKING.txt index ad2f341bb..a4f1d185b 100644 --- a/docs/HACKING.txt +++ b/docs/HACKING.txt @@ -1,10 +1,7 @@ ---------------------------- -Mana Hacking Guide +ManaPlus Hacking Guide ---------------------------- -This guide is also available at http://gitorious.org/mana/pages/Hacking -including more tips about C++ programming in general. - With multiple coders working on the same source files, there needs to be a standard specifying how code is written down. Not doing so can cause quite some annoyance for certain coders and easily creates more version conflicts than |