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.16 by root, Mon Mar 5 19:54:49 2007 UTC vs.
Revision 1.17 by root, Mon Mar 5 20:07:04 2007 UTC

39 39
40PERL = @PERL@ 40PERL = @PERL@
41 41
42help: command_help.pod genhelp.pl 42help: command_help.pod genhelp.pl
43 $(MKDIR) -p helpfiles 43 $(MKDIR) -p helpfiles
44 $(PERL) genhelp.pl $(srcdir)/command_help.pod helpfiles 44 $(PERL) $(srcdir)/genhelp.pl $(srcdir)/command_help.pod helpfiles
45 45
46wizhelp: dmcommand_help.pod genhelp.pl 46wizhelp: dmcommand_help.pod genhelp.pl
47 $(MKDIR) -p helpfiles 47 $(MKDIR) -p helpfiles
48 $(PERL) genhelp.pl $(srcdir)/dmcommand_help.pod helpfiles 48 $(PERL) $(srcdir)/genhelp.pl $(srcdir)/dmcommand_help.pod helpfiles
49 49
50all: $(WIZHELPFILES) $(HELPFILES) 50all: $(WIZHELPFILES) $(HELPFILES)
51 51
52$(WIZHELPFILES): wizhelp 52$(WIZHELPFILES): wizhelp
53 53

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines