--- deliantra/server/pod/Makefile.am 2006/09/08 02:18:39 1.3 +++ deliantra/server/pod/Makefile.am 2007/04/18 18:03:18 1.22 @@ -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 # @@ -21,30 +16,13 @@ # along with this program; if not, write to the Free Software # Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. # -# The authors can be reached via e-mail to crossfire-devel@real-time.com +# The authors can be reached via e-mail to crossfire@schmorp.de pkgstatedir = @pkgstatedir@ -pkgconfdir = @pkgconfdir@ - -dist_noinst_SCRIPTS = genhelp.pl -dist_pkgdata_DATA = help.pod help/accept-invitation help/afk help/apply help/applymode help/body help/bowmode help/brace help/cast help/chat help/drop help/dropall help/examine help/follow help/get help/golem help/gsay help/help help/hiscore help/ignore help/inventory help/invite help/invoke help/keys help/killpets help/listen help/logs help/mapinfo help/maps help/mark help/melee help/mode help/motd help/mouse help/move help/output-count help/output-sync help/party help/peaceful help/petmode help/pickup help/prepare help/quests help/quit help/range help/ready_skill help/rename help/reply help/resistances help/rotateshoottype help/save help/say help/search-items help/seen help/shout help/showpets help/skills help/sort_inventory help/sound help/statistics help/suicide help/take help/tell help/throw help/time help/title help/traps help/unignore help/usekeys help/use_skill help/version help/weather help/whereabouts help/whereami help/who help/wimpy - -EXTRA_DIST = .genhelp-stamp - -helpdir=$(pkgdatadir)/help - -wizhelpdir=$(pkgdatadir)/wizhelp - -MAINTAINERCLEANFILES = .genhelp-stamp Makefile.in $(dist_pkgdata_DATA) -PERL = @PERL@ +poddir=$(pkgdatadir)/pod +dist_pod_DATA = command_help.pod dmcommand_help.pod emote_help.pod skill_help.pod books.pod generic_help.pod -.genhelp-stamp: - touch .genhelp-stamp +dist_noinst_DATA = events.pod -genhelp: - $(PERL) -I$(srcdir) genhelp.pl $(srcdir)/command_help.pod -help.pod: .genhelp-stamp - cp command_help.pod help.pod - make genhelp