diff options
author | Richard Jones <rjones@redhat.com> | 2010-01-13 14:55:04 +0000 |
---|---|---|
committer | Richard Jones <rjones@redhat.com> | 2010-01-13 14:55:04 +0000 |
commit | e28207d5ad7ed96e10467e38788239ef9690285e (patch) | |
tree | 4b5b74b1c75d1a517bc1cd92f226bff06effe5d7 /Makefile.am | |
parent | 279c560c62deca26e633a1d10e9ae120b98cab0c (diff) | |
download | libguestfs-e28207d5ad7ed96e10467e38788239ef9690285e.tar.gz libguestfs-e28207d5ad7ed96e10467e38788239ef9690285e.tar.xz libguestfs-e28207d5ad7ed96e10467e38788239ef9690285e.zip |
Fix generation of HTML documentation for website.
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/Makefile.am b/Makefile.am index 38beecdb..020d889d 100644 --- a/Makefile.am +++ b/Makefile.am @@ -81,11 +81,11 @@ html/guestfs.3.html: src/guestfs.pod \ src/guestfs-structs.pod mkdir -p html sed \ - -e '/@ACTIONS@/rguestfs-actions.pod' \ + -e '/@ACTIONS@/rsrc/guestfs-actions.pod' \ -e 's/@ACTIONS@//' \ - -e '/@AVAILABILITY@/rguestfs-availability.pod' \ + -e '/@AVAILABILITY@/rsrc/guestfs-availability.pod' \ -e 's/@AVAILABILITY@//' \ - -e '/@STRUCTS@/rguestfs-structs.pod' \ + -e '/@STRUCTS@/rsrc/guestfs-structs.pod' \ -e 's/@STRUCTS@//' \ < $< | \ pod2html \ @@ -97,7 +97,7 @@ html/guestfs.3.html: src/guestfs.pod \ html/guestfish.1.html: fish/guestfish.pod fish/guestfish-actions.pod mkdir -p html sed \ - -e '/@ACTIONS@/rguestfish-actions.pod' -e 's/@ACTIONS@//' \ + -e '/@ACTIONS@/rfish/guestfish-actions.pod' -e 's/@ACTIONS@//' \ < $< | \ pod2html \ --css 'pod.css' \ |