diff options
Diffstat (limited to 'Makefile.in')
-rw-r--r-- | Makefile.in | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/Makefile.in b/Makefile.in index 117968cdc..05ff36eff 100644 --- a/Makefile.in +++ b/Makefile.in | |||
@@ -127,9 +127,10 @@ veryclean: distclean | |||
127 | 127 | ||
128 | catman-do: | 128 | catman-do: |
129 | @for f in $(TROFFMAN) ; do \ | 129 | @for f in $(TROFFMAN) ; do \ |
130 | echo "$$f -> $${f%%.[18]}.0" ; \ | 130 | base=`echo $$f | sed 's/\..*$$//'` ; \ |
131 | echo "$$f -> $$base.0" ; \ | ||
131 | nroff -mandoc $$f | cat -v | sed -e 's/.\^H//g' \ | 132 | nroff -mandoc $$f | cat -v | sed -e 's/.\^H//g' \ |
132 | >$${f%%.[18]}.0 ; \ | 133 | >$$base.0 ; \ |
133 | done | 134 | done |
134 | 135 | ||
135 | distprep: catman-do | 136 | distprep: catman-do |