--- deliantra/server/include/Makefile.am 2006/08/24 17:29:29 1.4 +++ deliantra/server/include/Makefile.am 2006/08/29 13:11:58 1.7 @@ -10,5 +10,9 @@ book.h includes.h object.h skills.h sockproto.h \ plugin.h timers.h cfperl.h eventinc.h +EXTRA_DIST = event2inc + MAINTAINERCLEANFILES = Makefile.in +eventinc.h: ../doc/events.pod event2inc + $(PERL) event2inc $< >$@