diff options
author | Hilko Bengen <bengen@hilluzination.de> | 2011-08-14 10:58:08 +0200 |
---|---|---|
committer | Richard W.M. Jones <rjones@redhat.com> | 2011-08-15 14:50:33 +0100 |
commit | ff101adf7ead7bcdb46bccdb227ef18d844b965f (patch) | |
tree | 93fdc88531c894bc78120dea476f76fc08b8c0b7 /podwrapper.sh.in | |
parent | 44c3a300265ef7bfa5d49d2b9a2a8faccd9db2de (diff) | |
download | libguestfs-ff101adf7ead7bcdb46bccdb227ef18d844b965f.tar.gz libguestfs-ff101adf7ead7bcdb46bccdb227ef18d844b965f.tar.xz libguestfs-ff101adf7ead7bcdb46bccdb227ef18d844b965f.zip |
out-of-tree build: fix documentation generation
Diffstat (limited to 'podwrapper.sh.in')
-rwxr-xr-x | podwrapper.sh.in | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/podwrapper.sh.in b/podwrapper.sh.in index c883c6a8..9accaf9e 100755 --- a/podwrapper.sh.in +++ b/podwrapper.sh.in @@ -180,6 +180,7 @@ if [ -n "$text_output" ]; then fi if [ -n "$html_output" ]; then + mkdir -p "$abs_top_builddir/html" "$POD2HTML" \ --css "pod.css" --htmldir "$abs_top_builddir/html" \ < $tmpdir/full.pod > "$html_output".tmp |