cabot Makefile.am

Joost van Baal joostvb-savannah@mdcc.cx
Thu, 24 Jul 2003 17:10:34 -0400


CVSROOT:	/cvsroot/cabot
Module name:	cabot
Branch: 	
Changes by:	Joost van Baal <joostvb-savannah@mdcc.cx>	03/07/24 17:10:34

Modified files:
	.              : Makefile.am 

Log message:
	don't use w3m, but use pod2text for generating ASCII output

CVSWeb URLs:
http://savannah.gnu.org/cgi-bin/viewcvs/cabot/cabot/Makefile.am.diff?tr1=1.5&tr2=1.6&r1=text&r2=text

Patches:
Index: cabot/Makefile.am
diff -u cabot/Makefile.am:1.5 cabot/Makefile.am:1.6
--- cabot/Makefile.am:1.5	Thu Jul 24 12:31:23 2003
+++ cabot/Makefile.am	Thu Jul 24 17:10:34 2003
@@ -49,8 +49,8 @@
 %.7: %
 	pod2man --section=7 --release="$(VERSION)" --center=cabot $< $@
 
-%.txt: %.html
-	w3m -dump $< > $@
+%.txt: %
+	pod2text $< $@
 
 %.html: %
 	pod2html --infile=$< --outfile=$@