Skip to content

Commit

Permalink
Handle groff SGR escapes; remove col(1) dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
dspinellis committed Feb 19, 2012
1 parent 4e8a0d3 commit 1d09b45
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Expand Up @@ -41,7 +41,7 @@ $(NAME).ps: $(NAME).man
groff -man -Tps <$? > $@

$(NAME).txt: $(NAME).man
groff -man -Tascii <$? | col -b > $@
groff -man -Tascii -P-c <$? | sed 's/.//g' >$@

$(NAME).pdf: $(NAME).ps
cmd /c ps2pdf $? $@
Expand Down

0 comments on commit 1d09b45

Please sign in to comment.