From d3a9c53a0407ab52f58524e50fe957d716420542 Mon Sep 17 00:00:00 2001 From: Paul Mackerras Date: Mon, 22 May 2006 00:16:57 +0000 Subject: [PATCH] Make MANDIR directory if not present. Patch from Robert Vogelgesang. --- chat/Makefile.linux | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/chat/Makefile.linux b/chat/Makefile.linux index 1404e0b..1519f29 100644 --- a/chat/Makefile.linux +++ b/chat/Makefile.linux @@ -1,4 +1,4 @@ -# $Id: Makefile.linux,v 1.13 2004/11/03 11:51:47 paulus Exp $ +# $Id: Makefile.linux,v 1.14 2006/05/22 00:16:57 paulus Exp $ DESTDIR = @DESTDIR@ BINDIR = $(DESTDIR)/sbin @@ -24,7 +24,7 @@ chat.o: chat.c $(CC) -c $(CFLAGS) -o chat.o chat.c install: chat - mkdir -p $(BINDIR) + mkdir -p $(BINDIR) $(MANDIR) $(INSTALL) -s -c chat $(BINDIR) $(INSTALL) -c -m 644 chat.8 $(MANDIR) -- 2.39.2