Add a rule to build whenjobs.txt for the website.
authorRichard W.M. Jones <rjones@redhat.com>
Wed, 22 Feb 2012 13:31:55 +0000 (13:31 +0000)
committerRichard W.M. Jones <rjones@redhat.com>
Wed, 22 Feb 2012 13:31:55 +0000 (13:31 +0000)
.gitignore
tools/Makefile.am

index 3510f62..5b15783 100644 (file)
@@ -40,6 +40,7 @@ Makefile
 /tools/libdir.ml
 /tools/whenjobs
 /tools/whenjobs.1
+/tools/whenjobs.txt
 /tools/whenproto.x
 /tools/whenproto_clnt.ml
 /tools/whenproto_clnt.mli
index 20b659e..bbb5fa8 100644 (file)
@@ -88,6 +88,11 @@ whenjobs.1: whenjobs.pod
          --stderr --utf8 \
          $< > $@
 
+whenjobs.txt: whenjobs.pod
+       pod2text \
+         --stderr --utf8 \
+         $< > $@
+
 CLEANFILES = \
        *.cmi *.cmo *.cmx *.cma *.cmxa *~ \
        libdir.ml \