about summary refs log tree commit homepage
path: root/Documentation/GNUmakefile
diff options
context:
space:
mode:
authorEric Wong <normalperson@yhbt.net>2013-08-25 00:12:23 +0000
committerEric Wong <normalperson@yhbt.net>2013-08-25 00:15:07 +0000
commit7a00d725015534bb551c7f97952af4b9a9367332 (patch)
tree7b3c0209839b847957ee8591f3976344cd980c8c /Documentation/GNUmakefile
parent6c197ba96877164d2e89ee1f1cc74d15a34af6e1 (diff)
downloaddtas-7a00d725015534bb551c7f97952af4b9a9367332.tar.gz
This may make lives easier for users without pandoc.
Diffstat (limited to 'Documentation/GNUmakefile')
-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 $@+ $@