creation of /usr/local/man/man1 dir added
[metatemplate.git] / makefile
index 0f49545..cde4d02 100644 (file)
--- 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: