build: Add ./configure --disable-fuse option.
[libguestfs.git] / Makefile.am
index 8a58ea7..adc81a3 100644 (file)
@@ -58,6 +58,9 @@ if HAVE_PHP
 SUBDIRS += php
 endif
 
+# Unconditional because nothing is built yet.
+SUBDIRS += csharp
+
 # Virt-inspector, tools and guestmount.
 if HAVE_INSPECTOR
 SUBDIRS += inspector
@@ -118,7 +121,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' \