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

Comparing deliantra/server/lib/Makefile.am (file contents):
Revision 1.34 by root, Thu Nov 8 19:43:25 2007 UTC vs.
Revision 1.35 by root, Mon Dec 17 08:03:22 2007 UTC

23 23
24pkgstatedir = @pkgstatedir@ 24pkgstatedir = @pkgstatedir@
25pkgconfdir = @pkgconfdir@ 25pkgconfdir = @pkgconfdir@
26 26
27nobase_dist_pkgdata_DATA = artifacts formulae races \ 27nobase_dist_pkgdata_DATA = artifacts formulae races \
28 attackmess materials cf.pm jeweler.yaml 28 attackmess materials cf.pm
29 29
30pmdir = $(pkgdatadir)/cf 30pmdir = $(pkgdatadir)/cf
31dist_pm_DATA = cf/pod.pm 31dist_pm_DATA = cf/pod.pm
32 32
33admdir = $(pkgdatadir)/adm 33admdir = $(pkgdatadir)/adm
39 39
40MAINTAINERCLEANFILES = Makefile.in 40MAINTAINERCLEANFILES = Makefile.in
41 41
42PERL = @PERL@ 42PERL = @PERL@
43 43
44install-data-local: jeweler.yaml 44install-data-local:
45 @$(NORMAL_INSTALL) 45 @$(NORMAL_INSTALL)
46 $(mkinstalldirs) -m 755 $(DESTDIR)$(pkgdatadir)/maps 46 $(mkinstalldirs) -m 755 $(DESTDIR)$(pkgdatadir)/maps
47 $(mkinstalldirs) -m 755 $(DESTDIR)$(pkgconfdir) 47 $(mkinstalldirs) -m 755 $(DESTDIR)$(pkgconfdir)
48 for i in $(CONF_FILES); do \ 48 for i in $(CONF_FILES); do \
49 if [ ! -f $(DESTDIR)$(pkgconfdir)/$$i ]; then \ 49 if [ ! -f $(DESTDIR)$(pkgconfdir)/$$i ]; then \

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines