]> mj.ucw.cz Git - libucw.git/commitdiff
Maint: Fix installation of man pages
authorMartin Mares <mj@ucw.cz>
Fri, 16 Jan 2015 14:10:30 +0000 (15:10 +0100)
committerMartin Mares <mj@ucw.cz>
Fri, 16 Jan 2015 14:10:30 +0000 (15:10 +0100)
maint/release

index 5f34b38d6fa478938f233d9f76ae81b5a9858c5c..25a54a60616d11163496d49b2cb912ed02d1dda1 100755 (executable)
@@ -24,7 +24,7 @@ if ($r->{"do_upload"}) {
        my $tdir = $r->{"TESTDIR"};
        if (defined $tdir) {
                print "Generating documentation\n";
-               `cd $tdir && make install-libucw-docs INSTALL_DOC_DIR=../doc`;
+               `cd $tdir && make install-libucw-docs INSTALL_DOC_DIR=../doc INSTALL_MAN_DIR=../man`;
                die if $?;
                print "Upload of documentation\n";
                $r->Confirm;