From 5286b28dbe7a2f3c4f746cf03bf2b6513ad312af Mon Sep 17 00:00:00 2001 From: Matteo Nastasi Date: Sat, 14 Aug 2010 14:44:58 +0200 Subject: [PATCH] creation of /usr/local/man/man1 dir added --- makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/makefile b/makefile index 0f49545..cde4d02 100644 --- a/makefile +++ b/makefile @@ -15,6 +15,7 @@ metatemplate.1.gz: metatemplate.1 install: $(EXE) $(MAN) cp $(EXE) /usr/local/bin + test -d /usr/local/man/man1 || mkdir -p /usr/local/man/man1 cp $(MAN) /usr/local/man/man1 test: -- 2.17.1