--- deliantra/server/pod/Makefile.am 2007/03/01 14:06:49 1.15 +++ deliantra/server/pod/Makefile.am 2007/03/05 20:07:04 1.17 @@ -1,9 +1,4 @@ -# -# Makefile for crossfire 0.95.0 and beyond -# -# This file will eventually be replaced by a configure script. But for -# now, this simple makefile should do the job. -# +# Copyright (C) 2007 Marc Alexander Lehmann # Copyright (C) 2001 Mark Wedel & Crossfire Development Team # Copyright (C) 1992 Frank Tore Johansen # @@ -34,7 +29,7 @@ dist_pkgdata_DATA = $(INSTALL_POD) dist_noinst_SCRIPTS = genhelp.pl -dist_noinst_DATA = $(HELPFILES) $(WIZHELPFILES) +dist_noinst_DATA = $(HELPFILES) $(WIZHELPFILES) events.pod poddir=$(pkgdatadir)/pod helpdir=$(pkgdatadir)/help @@ -46,11 +41,11 @@ help: command_help.pod genhelp.pl $(MKDIR) -p helpfiles - $(PERL) genhelp.pl $(srcdir)/command_help.pod helpfiles + $(PERL) $(srcdir)/genhelp.pl $(srcdir)/command_help.pod helpfiles wizhelp: dmcommand_help.pod genhelp.pl $(MKDIR) -p helpfiles - $(PERL) genhelp.pl $(srcdir)/dmcommand_help.pod helpfiles + $(PERL) $(srcdir)/genhelp.pl $(srcdir)/dmcommand_help.pod helpfiles all: $(WIZHELPFILES) $(HELPFILES)