Create MAN1DIR if it doesn't exist.

This commit is contained in:
hjp 2005-10-31 08:16:56 +00:00
parent 3a821e8bbb
commit 46594d873d
1 changed files with 2 additions and 1 deletions

View File

@ -16,6 +16,7 @@ install: $(BINDIR) \
$(BINDIR)/apppath \
$(BINDIR)/preppath \
$(BINDIR)/delpath \
$(MAN1DIR) \
$(MAN1DIR)/apppath.1 \
$(MAN1DIR)/preppath.1 \
$(MAN1DIR)/delpath.1 \
@ -35,7 +36,7 @@ install: $(BINDIR) \
customize: configure
sh ./configure
$(BINDIR):
$(BINDIR) $(MAN1DIR):
mkdir -p $@
ifeq ($(CONFDIR_exists),ok)