creation of /usr/local/man/man1 dir added
authorMatteo Nastasi <nastasi@alternativeoutput.it>
Sat, 14 Aug 2010 12:44:58 +0000 (14:44 +0200)
committerMatteo Nastasi <nastasi@alternativeoutput.it>
Sat, 14 Aug 2010 12:44:58 +0000 (14:44 +0200)
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: