summaryrefslogtreecommitdiff
path: root/gnu/usr.bin/groff/Makefile.comm
diff options
context:
space:
mode:
authorkstailey <kstailey@cvs.openbsd.org>1997-04-22 14:07:39 +0000
committerkstailey <kstailey@cvs.openbsd.org>1997-04-22 14:07:39 +0000
commit27fdc6e7be08eb69d3a218bd1e91a88824da224d (patch)
treecbb5f155479bf8e4d30d01edf64ad52e00774fb9 /gnu/usr.bin/groff/Makefile.comm
parentce4ada2b105c13a4b0605a5beb8a2ada7374b191 (diff)
GNU Groff 1.10 exhaustively tested.
Jason, thanks for a good foundation to build on, but mine works better.
Diffstat (limited to 'gnu/usr.bin/groff/Makefile.comm')
-rw-r--r--gnu/usr.bin/groff/Makefile.comm4
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/usr.bin/groff/Makefile.comm b/gnu/usr.bin/groff/Makefile.comm
index 5096685f499..ddbd1321228 100644
--- a/gnu/usr.bin/groff/Makefile.comm
+++ b/gnu/usr.bin/groff/Makefile.comm
@@ -51,7 +51,7 @@ MANCLEAN=$(MANPAGES)
fontsubdir=$(fontdir)/dev$(DEV)
# Target to use for installing unformatted man-pages. Some systems may not
-# want them installed.
+# want them installed.
INSTALL_MAN=install_man
all install install_bin install_data $(INSTALL_MAN) TAGS depend distfiles uninstall_sub:
@@ -135,7 +135,7 @@ extraclean:
.PHONY: install_man
install_man:
- -test -d $(manroot) || mkdir $(manroot)
+ -test -d $(mandir) || mkdir $(mandir)
-test -d $(man1dir) || mkdir $(man1dir)
@-pages="$(MAN1)"; \
for p in $$pages; do \