java: Add guestfs-java(3) man page.

This commit is contained in:
Richard W.M. Jones
2011-07-19 17:54:35 +01:00
parent a548c96683
commit d025e91f67
15 changed files with 332 additions and 2 deletions

View File

@@ -52,7 +52,7 @@ if HAVE_RUBY
SUBDIRS += ruby ruby/examples
endif
if HAVE_JAVA
SUBDIRS += java
SUBDIRS += java java/examples
endif
if HAVE_HASKELL
SUBDIRS += haskell
@@ -131,6 +131,7 @@ EXTRA_DIST = \
HTMLFILES = \
html/guestfs.3.html \
html/guestfs-examples.3.html \
html/guestfs-java.3.html \
html/guestfs-ocaml.3.html \
html/guestfs-perl.3.html \
html/guestfs-python.3.html \