From 900fee3f7ed1b95f5bb18fda1c31917f72128c77 Mon Sep 17 00:00:00 2001 From: "Richard W.M. Jones" Date: Mon, 2 Dec 2013 14:45:09 +0000 Subject: [PATCH] libguestfs: Hacky rules to make sure po-docs are updated. --- libguestfs_upstream.ml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/libguestfs_upstream.ml b/libguestfs_upstream.ml index 87d9741..42f9897 100644 --- a/libguestfs_upstream.ml +++ b/libguestfs_upstream.ml @@ -148,6 +148,12 @@ and tarball_created version = echo %s > localenv ./localconfigure + + # Ensure the po-docs are updated. Grrr this is ugly ... + make ||: + rm po-docs/podfiles + make -C po-docs update-po + make make dist mv %s %s/tarballs/%s -- 1.8.3.1