* Populate the `man' subdirectory.

svn path=/nixpkgs/trunk/; revision=70
This commit is contained in:
Eelco Dolstra 2003-05-30 11:49:43 +00:00
parent 9878a15478
commit c43c6511f4

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;