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.17 by root, Mon Mar 5 20:07:04 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
44 39
45PERL = @PERL@ 40PERL = @PERL@
46 41
47help: command_help.pod genhelp.pl 42help: command_help.pod genhelp.pl
48 $(MKDIR) -p helpfiles 43 $(MKDIR) -p helpfiles
49 $(PERL) genhelp.pl $(srcdir)/command_help.pod helpfiles 44 $(PERL) $(srcdir)/genhelp.pl $(srcdir)/command_help.pod helpfiles
50 45
51wizhelp: dmcommand_help.pod genhelp.pl 46wizhelp: dmcommand_help.pod genhelp.pl
52 $(MKDIR) -p helpfiles 47 $(MKDIR) -p helpfiles
53 $(PERL) genhelp.pl $(srcdir)/dmcommand_help.pod helpfiles 48 $(PERL) $(srcdir)/genhelp.pl $(srcdir)/dmcommand_help.pod helpfiles
54 49
55all: $(WIZHELPFILES) $(HELPFILES) 50all: $(WIZHELPFILES) $(HELPFILES)
56 51
57$(WIZHELPFILES): wizhelp 52$(WIZHELPFILES): wizhelp
58 53

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines