From: Richard W.M. Jones Date: Thu, 4 Nov 2010 17:23:21 +0000 (+0000) Subject: fish: Fix missing guestfish commands in HTML docs. X-Git-Tag: 1.7.2~6 X-Git-Url: http://git.annexia.org/?p=libguestfs.git;a=commitdiff_plain;h=ca236acc6773ba6712f499dc73a25e28acae85dc fish: Fix missing guestfish commands in HTML docs. --- diff --git a/Makefile.am b/Makefile.am index 8a58ea7..3b80f06 100644 --- a/Makefile.am +++ b/Makefile.am @@ -118,7 +118,7 @@ html/guestfish.1.html: fish/guestfish.pod fish/guestfish-actions.pod fish/guestf mkdir -p html sed \ -e '/@ACTIONS@/rfish/guestfish-actions.pod' -e 's/@ACTIONS@//' \ - -e '/@FISH_COMMANDS@/rguestfish-commands.pod' -e 's/@FISH_COMMANDS@//' \ + -e '/@FISH_COMMANDS@/rfish/guestfish-commands.pod' -e 's/@FISH_COMMANDS@//' \ < $< | \ pod2html \ --css 'pod.css' \