* Populate the `man' subdirectory.

svn path=/nixpkgs/trunk/; revision=70
gstqt5
Eelco Dolstra 2003-05-30 11:49:43 +00:00
parent 9878a15478
commit c43c6511f4
1 changed files with 21 additions and 21 deletions

View File

@ -5,7 +5,7 @@ use Cwd;
my $selfdir = cwd;
my @dirs = ("bin", "sbin", "lib", "include");
my @dirs = ("bin", "sbin", "lib", "include", "man");
# Create the subdirectories.
mkdir $selfdir;