X-Git-Url: http://git.annexia.org/?p=libguestfs.git;a=blobdiff_plain;f=Makefile.am;h=5b2fa854392671ec58d13f5966723a08d9f1af51;hp=38beecdbf533a02e53f86ba7fea962ec139575bd;hb=c0baa7bdb2b404e8c808700984b3fc1a699d8dd7;hpb=8980c01b46eafcf4b5dc127e4696c2cbe1bff09f;ds=sidebyside diff --git a/Makefile.am b/Makefile.am index 38beecd..5b2fa85 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' \ @@ -119,6 +119,7 @@ HTMLFILES = \ html/hivex.3.html \ html/hivexget.1.html \ html/hivexml.1.html \ + html/hivexsh.1.html \ html/virt-cat.1.html \ html/virt-df.1.html \ html/virt-edit.1.html \