ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/deliantra/server/pod/Makefile.am
Revision: 1.31
Committed: Mon Oct 29 23:56:44 2012 UTC (11 years, 6 months ago) by root
Branch: MAIN
Changes since 1.30: +5 -5 lines
Log Message:
trailing space removal

File Contents

# User Rev Content
1 pippijn 1.1 #
2 root 1.25 # This file is part of Deliantra, the Roguelike Realtime MMORPG.
3 root 1.31 #
4 root 1.30 # Copyright (©) 2007,2008,2009,2010,2011,2012 Marc Alexander Lehmann / Robin Redeker / the Deliantra team
5 root 1.27 # Copyright (©) 2001 Mark Wedel & Crossfire Development Team
6     # Copyright (©) 1992 Frank Tore Johansen
7 root 1.31 #
8 root 1.26 # Deliantra is free software: you can redistribute it and/or modify it under
9     # the terms of the Affero GNU General Public License as published by the
10     # Free Software Foundation, either version 3 of the License, or (at your
11     # option) any later version.
12 root 1.31 #
13 root 1.24 # This program is distributed in the hope that it will be useful,
14     # but WITHOUT ANY WARRANTY; without even the implied warranty of
15     # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
16     # GNU General Public License for more details.
17 root 1.31 #
18 root 1.26 # You should have received a copy of the Affero GNU General Public License
19     # and the GNU General Public License along with this program. If not, see
20     # <http://www.gnu.org/licenses/>.
21 root 1.31 #
22 root 1.25 # The authors can be reached via e-mail to <support@deliantra.net>
23 pippijn 1.1 #
24    
25 pippijn 1.2 pkgstatedir = @pkgstatedir@
26 pippijn 1.4
27 root 1.14 poddir=$(pkgdatadir)/pod
28 root 1.21 dist_pod_DATA = command_help.pod dmcommand_help.pod emote_help.pod skill_help.pod books.pod generic_help.pod
29 root 1.19
30     dist_noinst_DATA = events.pod
31 pippijn 1.2
32 pippijn 1.5