--- deliantra/server/include/Makefile.am 2006/02/03 07:12:47 1.1 +++ deliantra/server/include/Makefile.am 2006/08/28 12:07:13 1.6 @@ -8,5 +8,11 @@ global.h newclient.h path.h shstr.h tod.h\ god.h newserver.h quest.h xdir.h \ book.h includes.h object.h skills.h sockproto.h \ -plugin.h timers.h +plugin.h timers.h cfperl.h eventinc.h +EXTRA_DIST = event2inc + +MAINTAINERCLEANFILES = Makefile.in + +eventinc.h: ../doc/events.pod + $(PERL) event2inc $< >$@