Skip to content
Snippets Groups Projects
Commit 73abc317 authored by Richard W.M. Jones's avatar Richard W.M. Jones
Browse files

build: Add rules for building text version of manual page.

parent 1b70c164
No related branches found
No related tags found
No related merge requests found
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment