summaryrefslogtreecommitdiff
path: root/docs/HACKING.txt
diff options
context:
space:
mode:
authorThorbjørn Lindeijer <thorbjorn@lindeijer.nl>2012-01-27 22:17:57 +0100
committerThorbjørn Lindeijer <thorbjorn@lindeijer.nl>2012-01-27 22:19:02 +0100
commit2cad7e191230d6f686aa742491eded374df09c86 (patch)
tree4577f4ec1865c04a0e5f02b2832e80d25ae1198b /docs/HACKING.txt
parent56118d860e9db6bc5c226b56c52692864bcaed06 (diff)
downloadmana-client-2cad7e191230d6f686aa742491eded374df09c86.tar.gz
mana-client-2cad7e191230d6f686aa742491eded374df09c86.tar.bz2
mana-client-2cad7e191230d6f686aa742491eded374df09c86.tar.xz
mana-client-2cad7e191230d6f686aa742491eded374df09c86.zip
Updated docs/HACKING.txt
It's kind of hopeless trying to keep these files up-to-date, but whatever.
Diffstat (limited to 'docs/HACKING.txt')
-rw-r--r--docs/HACKING.txt4
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/HACKING.txt b/docs/HACKING.txt
index ad2f341b..f9ca03cd 100644
--- a/docs/HACKING.txt
+++ b/docs/HACKING.txt
@@ -2,7 +2,7 @@
Mana Hacking Guide
----------------------------
-This guide is also available at http://gitorious.org/mana/pages/Hacking
+This guide is also available at http://doc.manasource.org/hacking
including more tips about C++ programming in general.
With multiple coders working on the same source files, there needs to be a
@@ -133,5 +133,5 @@ necessary.
be used. Hungarian style should be avoided.
* Whenever you add a new source file somewhere in ./src do not forget to add
- them in ./src/Makefile.am as well!
+ them in ./src/CMakeLists.txt as well!