Use 72 column width for generating text documentation.

This commit is contained in:
Bastian Kleineidam 2010-03-19 13:09:07 +01:00
parent a4057e7529
commit 95e1ee608d
1 changed files with 1 additions and 1 deletions

View File

@ -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: