summaryrefslogtreecommitdiffstats
path: root/Makefile.am
diff options
context:
space:
mode:
authorRichard W.M. Jones <rjones@redhat.com>2010-11-04 17:23:21 +0000
committerRichard W.M. Jones <rjones@redhat.com>2010-11-04 17:23:21 +0000
commitca236acc6773ba6712f499dc73a25e28acae85dc (patch)
treecdf7e7c069740ffc13218af2c2841de7daf7df8d /Makefile.am
parent74f7c9e4b7e27787e2052166eeedfbac5814200b (diff)
downloadlibguestfs-ca236acc6773ba6712f499dc73a25e28acae85dc.tar.gz
libguestfs-ca236acc6773ba6712f499dc73a25e28acae85dc.tar.xz
libguestfs-ca236acc6773ba6712f499dc73a25e28acae85dc.zip
fish: Fix missing guestfish commands in HTML docs.
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am
index 8a58ea72..3b80f069 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' \