ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/deliantra/server/pod/Makefile.am
(Generate patch)

Comparing deliantra/server/pod/Makefile.am (file contents):
Revision 1.15 by pippijn, Thu Mar 1 14:06:49 2007 UTC vs.
Revision 1.16 by root, Mon Mar 5 19:54:49 2007 UTC

1# 1# Copyright (C) 2007 Marc Alexander Lehmann
2# Makefile for crossfire 0.95.0 and beyond
3#
4# This file will eventually be replaced by a configure script. But for
5# now, this simple makefile should do the job.
6#
7# Copyright (C) 2001 Mark Wedel & Crossfire Development Team 2# Copyright (C) 2001 Mark Wedel & Crossfire Development Team
8# Copyright (C) 1992 Frank Tore Johansen 3# Copyright (C) 1992 Frank Tore Johansen
9# 4#
10# This program is free software; you can redistribute it and/or modify 5# This program is free software; you can redistribute it and/or modify
11# it under the terms of the GNU General Public License as published by 6# it under the terms of the GNU General Public License as published by
32 27
33INSTALL_POD = command_help.pod dmcommand_help.pod emote_help.pod skill_help.pod books.pod 28INSTALL_POD = command_help.pod dmcommand_help.pod emote_help.pod skill_help.pod books.pod
34dist_pkgdata_DATA = $(INSTALL_POD) 29dist_pkgdata_DATA = $(INSTALL_POD)
35 30
36dist_noinst_SCRIPTS = genhelp.pl 31dist_noinst_SCRIPTS = genhelp.pl
37dist_noinst_DATA = $(HELPFILES) $(WIZHELPFILES) 32dist_noinst_DATA = $(HELPFILES) $(WIZHELPFILES) events.pod
38 33
39poddir=$(pkgdatadir)/pod 34poddir=$(pkgdatadir)/pod
40helpdir=$(pkgdatadir)/help 35helpdir=$(pkgdatadir)/help
41wizhelpdir=$(pkgdatadir)/wizhelp 36wizhelpdir=$(pkgdatadir)/wizhelp
42 37

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines