X-Git-Url: http://git.annexia.org/?p=libguestfs.git;a=blobdiff_plain;f=Makefile.am;h=adc81a309a2d331355b3430739513fccabd443b1;hp=5ab3b6d41df5fb6e3e796e50c037b4ad3f9c3c41;hb=e5ec461c67820f050b049b41a630069f0efe96d1;hpb=0003ea2c3dbaa7e22f4f616539136821d80694b8 diff --git a/Makefile.am b/Makefile.am index 5ab3b6d..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' \ @@ -152,7 +155,7 @@ HTMLFILES = \ html/recipes.html \ html/pod.css html/recipes.css -TEXTFILES = README TODO HACKING +TEXTFILES = BUGS HACKING README RELEASE-NOTES TODO WEBSITEDIR = $(HOME)/d/redhat/websites/libguestfs