From 95e1ee608d3cae49a9aee8d07e13c44b249a9853 Mon Sep 17 00:00:00 2001 From: Bastian Kleineidam Date: Fri, 19 Mar 2010 13:09:07 +0100 Subject: [PATCH] Use 72 column width for generating text documentation. --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 6459ee6..ab17662 100644 --- a/Makefile +++ b/Makefile @@ -70,7 +70,7 @@ test: nosetests -v --processes=$(NUMCPUS) -m "^test_.*" $(TESTOPTS) $(TESTS) doc/patool.txt: doc/patool.1 - cols=`stty size | cut -d" " -f2`; stty cols 80; man -l doc/patool.1 | perl -pe 's/.\cH//g' > doc/patool.txt; stty cols $$cols + cols=`stty size | cut -d" " -f2`; stty cols 72; man -l doc/patool.1 | perl -pe 's/.\cH//g' > doc/patool.txt; stty cols $$cols .PHONY: deb deb: