X-Git-Url: http://git.annexia.org/?p=whenjobs.git;a=blobdiff_plain;f=tools%2FMakefile.am;h=bbb5fa8757d90c33dae7699378ce5989ab0ebfce;hp=506bc1ae6349a7f480149c37f223d981286a167e;hb=0bfe72d06b55b0db076c900c6c2173b59c8b75f3;hpb=0f58f891d531defd1fa923dd2da93678c9c6f35b diff --git a/tools/Makefile.am b/tools/Makefile.am index 506bc1a..bbb5fa8 100644 --- a/tools/Makefile.am +++ b/tools/Makefile.am @@ -15,6 +15,8 @@ # along with this program; if not, write to the Free Software # Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. +EXTRA_DIST = $(SOURCES) whenjobs.pod + bin_SCRIPTS = whenjobs OCAMLPACKAGES = -package unix,num,camlp4.lib,calendar,rpc -I ../lib @@ -86,6 +88,11 @@ whenjobs.1: whenjobs.pod --stderr --utf8 \ $< > $@ +whenjobs.txt: whenjobs.pod + pod2text \ + --stderr --utf8 \ + $< > $@ + CLEANFILES = \ *.cmi *.cmo *.cmx *.cma *.cmxa *~ \ libdir.ml \