]> mop.ddnsfree.com - git repositories - metatemplate.git/commitdiff
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 0f49545fe866cf9dcc8bf611990cc93ead3d15dd..cde4d02542e491016eb58748834c5770f4c65ca0 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: