summaryrefslogtreecommitdiff
path: root/Makefile.in
diff options
context:
space:
mode:
authorBen Lindstrom <mouring@eviladmin.org>2001-04-18 15:46:01 +0000
committerBen Lindstrom <mouring@eviladmin.org>2001-04-18 15:46:01 +0000
commite2e66a27a7f851a65a828822171a99776d6f0251 (patch)
tree9c7f1111619d1c6e72fb9b96f21d4ee4d0480216 /Makefile.in
parent121c7852fe956182d4d2ad70c4ab7bb477d55334 (diff)
- (bal) renabled 'catman-do:' and fixed it. So now catman pages should
be working again.
Diffstat (limited to 'Makefile.in')
-rw-r--r--Makefile.in18
1 files changed, 9 insertions, 9 deletions
diff --git a/Makefile.in b/Makefile.in
index 507da8e92..e2f2d56b9 100644
--- a/Makefile.in
+++ b/Makefile.in
@@ -1,4 +1,4 @@
1# $Id: Makefile.in,v 1.170 2001/04/17 17:57:11 mouring Exp $ 1# $Id: Makefile.in,v 1.171 2001/04/18 15:46:03 mouring Exp $
2 2
3prefix=@prefix@ 3prefix=@prefix@
4exec_prefix=@exec_prefix@ 4exec_prefix=@exec_prefix@
@@ -148,15 +148,15 @@ mrproper: distclean
148veryclean: distclean 148veryclean: distclean
149 rm -f configure config.h.in *.0 149 rm -f configure config.h.in *.0
150 150
151#catman-do: 151catman-do:
152# @for f in $(TROFFMAN) ; do \ 152 @for f in $(MANPAGES) ; do \
153# base=`echo $$f | sed 's/\..*$$//'` ; \ 153 base=`echo $$f | sed 's/\..*$$//'` ; \
154# echo "$$f -> $$base.0" ; \ 154 echo "$$f -> $$base.0" ; \
155# nroff -mandoc $$f | cat -v | sed -e 's/.\^H//g' \ 155 nroff -mandoc $$f | cat -v | sed -e 's/.\^H//g' \
156# >$$base.0 ; \ 156 >$$base.0 ; \
157# done 157 done
158 158
159distprep: #catman-do 159distprep: catman-do
160 autoreconf 160 autoreconf
161 161
162install: $(TARGETS) install-files host-key 162install: $(TARGETS) install-files host-key