chiark / gitweb /
create man1dir
authorIan Jackson <ian@anarres>
Tue, 24 Jan 2006 18:36:50 +0000 (18:36 +0000)
committerIan Jackson <ian@anarres>
Tue, 24 Jan 2006 18:36:50 +0000 (18:36 +0000)
Makefile

index b78a128e60240655cf3885ebc16583884cc42f2d..d300f624b7cbd66b5f17c11aba6154e00f5ebcf5 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -36,7 +36,7 @@ programs =    virt-chroot/adt-virt-chroot \
                runner/adt-run
 
 install:
-       $(INSTALL_DIRS) -d $(bindir) $(docdir)
+       $(INSTALL_DIRS) -d $(bindir) $(docdir) $(man1dir)
        set -e; for f in $(programs); do \
                $(INSTALL_PROGRAM) $$f $(bindir); \
                test ! -f $$f.1 || $(INSTALL_DOC) $$f.1 $(man1dir); \