]> git.mdlowis.com Git - proto/libregexp.git/commitdiff
fix path for man7 directory
authoraksr <aksr@t-com.me>
Sat, 7 Oct 2017 07:49:08 +0000 (09:49 +0200)
committerDavid du Colombier <0intro@gmail.com>
Sat, 7 Oct 2017 09:20:52 +0000 (11:20 +0200)
Makefile

index 0591ec2606f9ac9d9b5b200ba87a9581c4d1d93c..5f7f904bdbfacaeb756887e3f56407b6342a27de 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -25,7 +25,7 @@ HFILES=\
 all: $(LIB)
 
 install: $(LIB)
-       mkdir -p $(PREFIX)/share/man/man3 $(PREFIX)/man/man7
+       mkdir -p $(PREFIX)/share/man/man3 $(PREFIX)/share/man/man7
        install -m 0644 regexp9.3 $(PREFIX)/share/man/man3/regexp9.3
        install -m 0644 regexp9.7 $(PREFIX)/share/man/man7/regexp9.7
        mkdir -p $(PREFIX)/lib