X-Git-Url: http://git.annexia.org/?a=blobdiff_plain;f=python%2Fexamples%2FMakefile.am;h=efd634c5882b26821b4bcc0e6f061f07b84db3c9;hb=615924abaa968398d6529529fa2f31ae23de825b;hp=208fecd88de2a20cff88ed58e9a688fb23d98769;hpb=472722a72df89895bb11a1244eafa7915b1af116;p=libguestfs.git diff --git a/python/examples/Makefile.am b/python/examples/Makefile.am index 208fecd..efd634c 100644 --- a/python/examples/Makefile.am +++ b/python/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-python.3.html guestfs-python.3 $(top_builddir)/html/guestfs-python.3.html: stamp-guestfs-python.pod stamp-guestfs-python.pod: guestfs-python.pod create_disk.py inspect_vm.py - $(top_srcdir)/podwrapper.sh \ + $(top_builddir)/podwrapper.sh \ --section 3 \ --man guestfs-python.3 \ --html $(top_builddir)/html/guestfs-python.3.html \ - --verbatim create_disk.py:@EXAMPLE1@ \ - --verbatim inspect_vm.py:@EXAMPLE2@ \ + --verbatim $(srcdir)/create_disk.py:@EXAMPLE1@ \ + --verbatim $(srcdir)/inspect_vm.py:@EXAMPLE2@ \ $< touch $@