extra tests: Split VG variable into VG / RUN_VG.
[libguestfs.git] / ocaml / examples / Makefile.am
index 61a94af..da9b8c0 100644 (file)
@@ -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-ocaml.3.html
 guestfs-ocaml.3 $(top_builddir)/html/guestfs-ocaml.3.html: stamp-guestfs-ocaml.pod
 
 stamp-guestfs-ocaml.pod: guestfs-ocaml.pod create_disk.ml inspect_vm.ml
-       $(top_srcdir)/podwrapper.sh \
+       $(top_builddir)/podwrapper.sh \
          --section 3 \
          --man guestfs-ocaml.3 \
          --html $(top_builddir)/html/guestfs-ocaml.3.html \
-         --verbatim create_disk.ml:@EXAMPLE1@ \
-         --verbatim inspect_vm.ml:@EXAMPLE2@ \
+         --verbatim $(srcdir)/create_disk.ml:@EXAMPLE1@ \
+         --verbatim $(srcdir)/inspect_vm.ml:@EXAMPLE2@ \
          $<
        touch $@