X-Git-Url: http://git.annexia.org/?p=libguestfs.git;a=blobdiff_plain;f=src%2FMakefile.am;h=0666f9f6b92082e01ba29e044f54f33a9aeb15e3;hp=fa088fea545a2790cb588782d7cd22e33f18f244;hb=ff101adf7ead7bcdb46bccdb227ef18d844b965f;hpb=44c3a300265ef7bfa5d49d2b9a2a8faccd9db2de diff --git a/src/Makefile.am b/src/Makefile.am index fa088fe..0666f9f 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -192,12 +192,12 @@ stamp-guestfs.pod: guestfs.pod \ guestfs-actions.pod \ guestfs-availability.pod \ guestfs-structs.pod - $(top_srcdir)/podwrapper.sh \ + $(top_builddir)/podwrapper.sh \ --section 3 \ --man guestfs.3 \ --html $(top_builddir)/html/guestfs.3.html \ - --insert guestfs-actions.pod:@ACTIONS@ \ - --insert guestfs-availability.pod:@AVAILABILITY@ \ - --insert guestfs-structs.pod:@STRUCTS@ \ + --insert $(srcdir)/guestfs-actions.pod:@ACTIONS@ \ + --insert $(srcdir)/guestfs-availability.pod:@AVAILABILITY@ \ + --insert $(srcdir)/guestfs-structs.pod:@STRUCTS@ \ $< touch $@