X-Git-Url: http://git.annexia.org/?a=blobdiff_plain;f=java%2Fexamples%2FMakefile.am;h=80c2cb3a0468e283bf0363a97f7257098d135708;hb=0c99bb06f4565e053e18e082065bdc739f5130ab;hp=503b55d8074ed2ff022b8ccc169f01fda38e5bb8;hpb=d025e91f6751505c70b7b5f492ee72c67e274ecf;p=libguestfs.git diff --git a/java/examples/Makefile.am b/java/examples/Makefile.am index 503b55d..80c2cb3 100644 --- a/java/examples/Makefile.am +++ b/java/examples/Makefile.am @@ -13,7 +13,7 @@ # # You should have received a copy of the GNU General Public License # along with this program; if not, write to the Free Software -# Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. +# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. EXTRA_DIST = \ LICENSE \ @@ -31,12 +31,12 @@ noinst_DATA = $(top_builddir)/html/guestfs-java.3.html guestfs-java.3 $(top_builddir)/html/guestfs-java.3.html: stamp-guestfs-java.pod stamp-guestfs-java.pod: guestfs-java.pod CreateDisk.java InspectVM.java - $(top_srcdir)/podwrapper.sh \ + $(top_builddir)/podwrapper.sh \ --section 3 \ --man guestfs-java.3 \ --html $(top_builddir)/html/guestfs-java.3.html \ - --verbatim CreateDisk.java:@EXAMPLE1@ \ - --verbatim InspectVM.java:@EXAMPLE2@ \ + --verbatim $(srcdir)/CreateDisk.java:@EXAMPLE1@ \ + --verbatim $(srcdir)/InspectVM.java:@EXAMPLE2@ \ $< touch $@