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.27 by root, Thu May 24 03:33:29 2007 UTC vs.
Revision 1.28 by root, Sat May 26 15:44:06 2007 UTC

19# The authors can be reached via e-mail to crossfire@schmorp.de 19# The authors can be reached via e-mail to crossfire@schmorp.de
20 20
21pkgstatedir = @pkgstatedir@ 21pkgstatedir = @pkgstatedir@
22pkgconfdir = @pkgconfdir@ 22pkgconfdir = @pkgconfdir@
23 23
24dist_noinst_SCRIPTS = collect.pl util.pl checkarch.pl
25nobase_dist_pkgdata_DATA = artifacts def_help formulae races \ 24nobase_dist_pkgdata_DATA = artifacts def_help formulae races \
26 attackmess materials cf.pm jeweler.yaml 25 attackmess materials cf.pm jeweler.yaml
27 26
28pmdir = $(pkgdatadir)/cf 27pmdir = $(pkgdatadir)/cf
29dist_pm_DATA = cf/pod.pm 28dist_pm_DATA = cf/pod.pm
31admdir = $(pkgdatadir)/adm 30admdir = $(pkgdatadir)/adm
32dist_adm_DATA = adm/map_info adm/map_expand.pl adm/mapslitter.pl adm/archsearch.pl adm/collect_images.pl 31dist_adm_DATA = adm/map_info adm/map_expand.pl adm/mapslitter.pl adm/archsearch.pl adm/collect_images.pl
33 32
34CONF_FILES = settings motd dm_file forbid exp_table news rules config 33CONF_FILES = settings motd dm_file forbid exp_table news rules config
35VAR_FILES = highscore bookarch temp.maps 34VAR_FILES = highscore bookarch temp.maps
36EXTRA_DIST = README .collect-stamp $(CONF_FILES) 35EXTRA_DIST = README $(CONF_FILES)
37 36
38MAINTAINERCLEANFILES = .collect-stamp Makefile.in 37MAINTAINERCLEANFILES = Makefile.in
39 38
40PERL = @PERL@ 39PERL = @PERL@
41 40
42install-data-local: jeweler.yaml 41install-data-local: jeweler.yaml
43 @$(NORMAL_INSTALL) 42 @$(NORMAL_INSTALL)
43 $(mkinstalldirs) -m 755 $(DESTDIR)$(pkgconfdir)
44 for i in $(CONF_FILES); do \ 44 for i in $(CONF_FILES); do \
45 if [ ! -f $(DESTDIR)$(pkgconfdir)/$$i ]; then \ 45 if [ ! -f $(DESTDIR)$(pkgconfdir)/$$i ]; then \
46 echo "Installing $$i"; \ 46 echo "Installing $$i"; \
47 $(INSTALL_DATA) $(srcdir)/$$i $(DESTDIR)$(pkgconfdir); \ 47 $(INSTALL_DATA) $(srcdir)/$$i $(DESTDIR)$(pkgconfdir); \
48 fi \ 48 fi \

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines