summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorBrian C. Lane <bcl@redhat.com>2019-07-16 14:20:00 -0700
committerBrian C. Lane <bcl@redhat.com>2019-08-09 11:54:54 -0700
commit573dc1f1a46f3dc72748a88c2c7fcaf18f0961e8 (patch)
treeeed35cd8355e5b79293636a180aca5d163ee0028 /doc
parent5a322ad32410aef4b991455425709a10a6e08cdf (diff)
downloadparted-573dc1f1a46f3dc72748a88c2c7fcaf18f0961e8.tar.gz
doc: Create po directory if missing
When running 'make distcheck' the directory tree it uses is created without the po directory. Create it if it is missing.
Diffstat (limited to 'doc')
-rw-r--r--doc/C/Makefile.am1
1 files changed, 1 insertions, 0 deletions
diff --git a/doc/C/Makefile.am b/doc/C/Makefile.am
index c3595f5..c5f2a77 100644
--- a/doc/C/Makefile.am
+++ b/doc/C/Makefile.am
@@ -11,6 +11,7 @@ dist_man8_MANS = \
updatepo:
cd $(srcdir); \
test -w . || exit 0; \
+ test -d po || mkdir po; \
for name in $(dist_man8_MANS); do \
echo $$name; \
test -f po/$$name.pot || touch po/$$name.pot; \