From: Richard W.M. Jones Date: Sat, 21 Sep 2013 11:30:43 +0000 (+0100) Subject: build: Add rules for building text version of manual page. X-Git-Tag: 0.2~13 X-Git-Url: http://git.annexia.org/?a=commitdiff_plain;ds=sidebyside;h=73abc317aac7bfa9b41f5fc192c3f3b6078351d0;p=goaljobs.git build: Add rules for building text version of manual page. --- diff --git a/Makefile.am b/Makefile.am index 8a81cd3..f6e2f32 100644 --- a/Makefile.am +++ b/Makefile.am @@ -100,6 +100,14 @@ goaljobs-reference.1: goaljobs-reference.pod $(POD2MAN) -c "Goaljobs" --release $(PACKAGE)-$(VERSION) $< > $@-t mv $@-t $@ +goaljobs.1.txt: goaljobs.pod + pod2text $< > $@-t + mv $@-t $@ + +goaljobs-reference.1.txt: goaljobs-reference.pod + pod2text $< > $@-t + mv $@-t $@ + endif if HAVE_OCAMLDOC