ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/deliantra/server/doc/Developers/Makefile.am
Revision: 1.3
Committed: Thu Sep 7 21:42:48 2006 UTC (17 years, 8 months ago) by pippijn
Branch: MAIN
CVS Tags: HEAD
Changes since 1.2: +0 -0 lines
State: FILE REMOVED
Log Message:
Moved documents to doc/historic

File Contents

# Content
1 #
2 # Makefile for crossfire 0.95.0 and beyond
3 #
4 # Copyright (C) 1992 Frank Tore Johansen
5 # Copyright (C) 2002 Mark Wedel
6 #
7 # This program is free software; you can redistribute it and/or modify
8 # it under the terms of the GNU General Public License as published by
9 # the Free Software Foundation; either version 2 of the License, or
10 # (at your option) any later version.
11 #
12 # This program is distributed in the hope that it will be useful,
13 # but WITHOUT ANY WARRANTY; without even the implied warranty of
14 # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
15 # GNU General Public License for more details.
16 #
17 # You should have received a copy of the GNU General Public License
18 # along with this program; if not, write to the Free Software
19 # Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
20 #
21 # The author can be reached via e-mail to mwedel@scruz.net
22
23 EXTRA_DIST = README cvs images key-value map-technical mapguide \
24 objects plugins programming_guide protocol python \
25 random-maps random-styles runes skills spells teleporters testplans
26
27 MAINTAINERCLEANFILES = Makefile.in
28