--- deliantra/server/include/Makefile.am 2006/07/02 15:05:15 1.2 +++ deliantra/server/include/Makefile.am 2006/09/07 13:34:57 1.13 @@ -6,9 +6,22 @@ arch.h face.h logger.h re-cmp.h sproto.h \ artifact.h funcpoint.h map.h recipe.h treasure.h \ global.h newclient.h path.h shstr.h tod.h\ -god.h newserver.h quest.h xdir.h \ +god.h newserver.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 attackinc.h \ +kw_hash.h keyword.h traits.h dynbuf.h util.h -MAINTAINERCLEANFILES = Makefile.in +EXTRA_DIST = event2inc + +MAINTAINERCLEANFILES = Makefile.in stamp.preprocess + +eventinc.h: ../doc/events.pod event2inc + $(PERL) event2inc $< >$@ + +keyword.h: stamp.preprocess + +kw_hash.h: stamp.preprocess + +stamp.preprocess: preprocess + $(PERL) preprocess && : > stamp.preprocess