about summary refs log tree commit homepage
path: root/Documentation
diff options
context:
space:
mode:
Diffstat (limited to 'Documentation')
-rw-r--r--Documentation/GNUmakefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/Documentation/GNUmakefile b/Documentation/GNUmakefile
index 37411e5..9144949 100644
--- a/Documentation/GNUmakefile
+++ b/Documentation/GNUmakefile
@@ -23,7 +23,9 @@ man: $(man1) $(man7)
 
 install-man: man
         mkdir -p ../man/man1
+        mkdir -p ../man/man7
         install -m 644 $(man1) ../man/man1
+        install -m 644 $(man7) ../man/man7
 
 %.1: %.1.txt
         $(pandoc) -s -t man < $< > $@+ && mv $@+ $@