summaryrefslogtreecommitdiffstats
path: root/Makefile.in
diff options
context:
space:
mode:
authorDamien Miller <djm@mindrot.org>2011-01-03 14:48:14 +1100
committerDamien Miller <djm@mindrot.org>2011-01-03 14:48:14 +1100
commitd197fd64a1fa309295a99ce46e9ee016b84d2a59 (patch)
treedc530cd92d08ae6a408033fbcfd1303ab7725ab9 /Makefile.in
parent41bccf75af219888d55552134242207392d91d67 (diff)
- (djm) [Makefile.in] revert local hack I didn't intend to commit
Diffstat (limited to 'Makefile.in')
-rw-r--r--Makefile.in4
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile.in b/Makefile.in
index 889b23db..b46a7b26 100644
--- a/Makefile.in
+++ b/Makefile.in
@@ -1,4 +1,4 @@
-# $Id: Makefile.in,v 1.312 2011/01/02 10:53:08 djm Exp $
+# $Id: Makefile.in,v 1.313 2011/01/03 03:48:16 djm Exp $
# uncomment if you run a non bourne compatable shell. Ie. csh
#SHELL = @SH@
@@ -230,7 +230,7 @@ catman-do:
@for f in $(MANPAGES_IN) ; do \
base=`echo $$f | sed 's/\..*$$//'` ; \
echo "$$f -> $$base.0" ; \
- mandoc $$f | cat -v | sed -e 's/.\^H//g' \
+ nroff -mandoc $$f | cat -v | sed -e 's/.\^H//g' \
>$$base.0 ; \
done