X-Git-Url: http://git.annexia.org/?p=libguestfs.git;a=blobdiff_plain;f=Makefile.am;h=5aa1a54ae2751775e02372dbccb3f6c0878865b8;hp=5ab3b6d41df5fb6e3e796e50c037b4ad3f9c3c41;hb=096f341714ee7d1575c93d437a8085821aa88d23;hpb=0003ea2c3dbaa7e22f4f616539136821d80694b8 diff --git a/Makefile.am b/Makefile.am index 5ab3b6d..5aa1a54 100644 --- a/Makefile.am +++ b/Makefile.am @@ -35,6 +35,9 @@ SUBDIRS += gnulib/tests capitests regressions test-tool # Guestfish. SUBDIRS += fish +# virt-cat (in C). +SUBDIRS += cat + # Language bindings. if HAVE_PERL SUBDIRS += perl @@ -58,6 +61,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 +124,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 +158,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 @@ -172,6 +178,12 @@ dist-hook: $(top_srcdir)/update-bugs > BUGS-t mv BUGS-t BUGS cp BUGS $(distdir)/BUGS + git log --pretty="format:%an" | sort -u | \ + grep -v rjones | \ + grep -v "Richard Jones" \ + > AUTHORS-t + mv AUTHORS-t AUTHORS + cp AUTHORS $(distdir)/AUTHORS # Update the list of translatable files in po/POTFILES.in. all-local: