Add the perl module tarball to the build target
authorJohn Darrington <john@darrington.wattle.id.au>
Sun, 11 Jan 2009 00:45:47 +0000 (09:45 +0900)
committerJohn Darrington <john@darrington.wattle.id.au>
Sun, 11 Jan 2009 00:45:47 +0000 (09:45 +0900)
perl-module/automake.mk

index 54ccd823ce1580181e71ec5cfccf91d8552a0be8..71d589f516b7053b074907d4b45fda762ffcc709 100644 (file)
@@ -30,6 +30,12 @@ perl-module/pspp-module-config: Makefile
 perl-module/Makefile: perl-module/Makefile.PL perl-module/pspp-module-config
        cd perl-module && $(PERL) Makefile.PL PREFIX=$(prefix)
 
+
+PSPP-Perl-$(VERSION).tar.gz:
+       cd perl-module && $(RM) $@
+       cd perl-module && $(MAKE) $(AM_MAKEFLAGS) tardist
+
+.PHONY: module-make
 module-make: perl-module/Makefile
        cd perl-module && $(MAKE) $(AM_MAKEFLAGS)
 
@@ -48,8 +54,7 @@ all-local: perl-module/lib/pspp-vers.pl
          fi ; \
         done \
        fi
-       $(MAKE) $(AM_MAKEFLAGS) module-make
-
+       $(MAKE) $(AM_MAKEFLAGS) module-make PSPP-Perl-$(VERSION).tar.gz
 
 check-local:
        loc=`pwd` ; cd $(top_builddir)/src/.libs ; llp=`pwd` ; cd $$loc ;  \
@@ -65,6 +70,7 @@ clean-local:
 
 
 CLEANFILES += \
+        perl-module/PSPP-Perl-$(VERSION).tar.gz \
        perl-module/pspp-module-config \
        perl-module/lib/pspp-vers.pl \
        perl-module/const-c.inc \