From: Matteo Nastasi Date: Sat, 14 Aug 2010 12:44:58 +0000 (+0200) Subject: creation of /usr/local/man/man1 dir added X-Git-Tag: 0.10.0~3 X-Git-Url: https://mop.ddnsfree.com/gitweb/?p=metatemplate.git;a=commitdiff_plain;h=5286b28dbe7a2f3c4f746cf03bf2b6513ad312af creation of /usr/local/man/man1 dir added --- 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: