X-Git-Url: http://git.annexia.org/?p=libguestfs.git;a=blobdiff_plain;f=Makefile.am;h=5ab3b6d41df5fb6e3e796e50c037b4ad3f9c3c41;hp=2cf03b0dff6a7c029dba995857e47f27f1eca8d0;hb=ed74706d80394fef709ec0258fc5cf7d974ff8b1;hpb=da107cf3d959af2d41da4bec3b9f2fd7c09c7ae9 diff --git a/Makefile.am b/Makefile.am index 2cf03b0..5ab3b6d 100644 --- a/Makefile.am +++ b/Makefile.am @@ -114,10 +114,11 @@ html/guestfs.3.html: src/guestfs.pod \ --htmldir html \ --outfile $@ -html/guestfish.1.html: fish/guestfish.pod fish/guestfish-actions.pod +html/guestfish.1.html: fish/guestfish.pod fish/guestfish-actions.pod fish/guestfish-commands.pod mkdir -p html sed \ -e '/@ACTIONS@/rfish/guestfish-actions.pod' -e 's/@ACTIONS@//' \ + -e '/@FISH_COMMANDS@/rguestfish-commands.pod' -e 's/@FISH_COMMANDS@//' \ < $< | \ pod2html \ --css 'pod.css' \