From: Adam Dickmeiss Date: Wed, 28 Jul 2004 11:15:10 +0000 (+0000) Subject: Ensure that perl/IDZebra_wrap.c is part of dist. X-Git-Tag: ZEBRA.1.3.16~23 X-Git-Url: http://git.indexdata.com/?p=idzebra-moved-to-github.git;a=commitdiff_plain;h=c0687d3f1095c9f3c4537e0a8ac6476a3942a806 Ensure that perl/IDZebra_wrap.c is part of dist. --- diff --git a/Makefile.am b/Makefile.am index 2ad2e8e..e584a43 100644 --- a/Makefile.am +++ b/Makefile.am @@ -1,4 +1,4 @@ -## $Id: Makefile.am,v 1.13 2004-05-10 08:43:19 adam Exp $ +## $Id: Makefile.am,v 1.14 2004-07-28 11:15:10 adam Exp $ AUTOMAKE_OPTIONS=foreign @@ -24,6 +24,7 @@ dist-hook: cp $(srcdir)/debian/postinst $(distdir)/debian cp $(srcdir)/debian/copyright $(distdir)/debian mkdir -p $(distdir)/perl + cd $(srcdir)/perl && ./doswig for f in `cat $(srcdir)/perl/MANIFEST`; do \ (pdir=`cd $(distdir)/perl && pwd`; \ cd $(srcdir)/perl;cp --parents $$f $$pdir); \ diff --git a/perl/Makefile.PL.in b/perl/Makefile.PL.in index e5c1207..b8f2969 100644 --- a/perl/Makefile.PL.in +++ b/perl/Makefile.PL.in @@ -16,8 +16,7 @@ WriteMakefile( sub MY::postamble { 'IDZebra_wrap.c: IDZebra.i - swig -I../include -v -Wall -perl -proxy ./IDZebra.i - mv IDZebra.pm lib/' + ./doswig ; }