X-Git-Url: http://git.annexia.org/?a=blobdiff_plain;f=perl%2Fexamples%2FMakefile.am;h=472f0b01e2ea0b1b79a25b635ad5100a51330ef6;hb=e1f395defc6db5bbc82537af6e517d94216b7d4b;hp=354531ac390fea561fcfc10b7f4a85435a6758cc;hpb=477eebc83dcd33d00d34398692692dae6af04f22;p=libguestfs.git diff --git a/perl/examples/Makefile.am b/perl/examples/Makefile.am index 354531a..472f0b0 100644 --- a/perl/examples/Makefile.am +++ b/perl/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 \ @@ -29,11 +29,11 @@ noinst_DATA = $(top_builddir)/html/guestfs-perl.3.html guestfs-perl.3 $(top_builddir)/html/guestfs-perl.3.html: stamp-guestfs-perl.pod stamp-guestfs-perl.pod: guestfs-perl.pod create_disk.pl inspect_vm.pl - $(top_srcdir)/podwrapper.sh \ + $(top_builddir)/podwrapper.sh \ --section 3 \ --man guestfs-perl.3 \ --html $(top_builddir)/html/guestfs-perl.3.html \ - --verbatim create_disk.pl:@EXAMPLE1@ \ - --verbatim inspect_vm.pl:@EXAMPLE2@ \ + --verbatim $(srcdir)/create_disk.pl:@EXAMPLE1@ \ + --verbatim $(srcdir)/inspect_vm.pl:@EXAMPLE2@ \ $< touch $@