Manual: improve out-of-memory documentation.
[gnulib.git] / modules / mkdir-p
1 Description:
2 Ensure that a directory and its parents exist.
3
4 Files:
5 lib/dirchownmod.c
6 lib/dirchownmod.h
7 lib/mkdir-p.c
8 lib/mkdir-p.h
9 m4/mkdir-p.m4
10
11 Depends-on:
12 error
13 fcntl-h
14 gettext-h
15 lchmod
16 lchown
17 mkancesdirs
18 quote
19 savewd
20 stat
21 stat-macros
22 stdbool
23 sys_stat
24
25 configure.ac:
26 gl_MKDIR_PARENTS
27
28 Makefile.am:
29
30 Include:
31 "mkdir-p.h"
32
33 License:
34 GPL
35
36 Maintainer:
37 Paul Eggert, Jim Meyering