X-Git-Url: http://git.annexia.org/?p=libguestfs.git;a=blobdiff_plain;f=Makefile.am;h=adc81a309a2d331355b3430739513fccabd443b1;hp=8a58ea72c5742b158582c955d6dc6db92e20cfa0;hb=e5ec461c67820f050b049b41a630069f0efe96d1;hpb=c36214c6825d77f1706c5eb5f6316bed88f240e4 diff --git a/Makefile.am b/Makefile.am index 8a58ea7..adc81a3 100644 --- a/Makefile.am +++ b/Makefile.am @@ -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' \