This is an automated email from the git hooks/post-receive script.

js pushed a commit to annotated tag Marpa-R2-2.085_004
in repository libmarpa-r2-perl.

commit 51d451836951819752ca399231865641223eb86a
Author: Jeffrey Kegler <jk...@cpan.org>
Date:   Thu Apr 24 10:30:25 2014 -0700

    Move files into win32 directory: Github issue #138
---
 cpan/libmarpa/Makefile       | 13 +++++++++++--
 cpan/libmarpa/ac/Makefile.am |  3 ++-
 2 files changed, 13 insertions(+), 3 deletions(-)

diff --git a/cpan/libmarpa/Makefile b/cpan/libmarpa/Makefile
index 628f2c0..c93c33a 100644
--- a/cpan/libmarpa/Makefile
+++ b/cpan/libmarpa/Makefile
@@ -39,6 +39,7 @@ STAGE_FILES = \
     stage/AUTHORS \
     stage/ChangeLog \
     stage/COPYING.LESSER \
+    stage/Makefile.win32 \
     stage/marpa_ami.c \
     stage/marpa_ami.h \
     stage/marpa_avl.c \
@@ -55,7 +56,8 @@ STAGE_FILES = \
     stage/NEWS \
     stage/README \
     stage/VERSION.in \
-    stage/marpa.def
+    stage/win32/do_config_h.pl \
+    stage/win32/marpa.def
 
 dummy:
        @echo install is the main target
@@ -74,10 +76,17 @@ stage/configure.ac: ac/configure.ac
 stage/Makefile.am: ac/Makefile.am
        cp $? $@
 
+stage/Makefile.win32: win32/Makefile.win32
+       cp $? $@
+
+stage/win32/do_config_h.pl: win32/do_config_h.pl
+       test -d stage/win32 || mkdir stage/win32
+       cp $? $@
+
 stage/marpa.c: dev/marpa.c
        cp $? $@
 
-stage/marpa.def: dev/marpa.def
+stage/win32/marpa.def: dev/marpa.def
        cp $? $@
 
 stage/marpa.h: public/marpa.h
diff --git a/cpan/libmarpa/ac/Makefile.am b/cpan/libmarpa/ac/Makefile.am
index 1ff128a..a1f78bc 100644
--- a/cpan/libmarpa/ac/Makefile.am
+++ b/cpan/libmarpa/ac/Makefile.am
@@ -25,7 +25,8 @@ libmarpa_la_SOURCES = marpa.c marpa.h \
     marpa_tavl.c marpa_tavl.h \
     marpa_ami.c marpa_ami.h \
     marpa_codes.c marpa_slif.c
-EXTRA_DIST = VERSION marpa.def
+EXTRA_DIST = VERSION \
+  win32/marpa.def Makefile.win32 win32/do_config_h.pl
 libmarpa_la_LIBADD = $(LIBOBJS)
 libmarpa_la_LDFLAGS = -release 
$(MARPA_MAJOR_VERSION).$(MARPA_MINOR_VERSION).$(MARPA_MICRO_VERSION)
 include_HEADERS = marpa.h \

-- 
Alioth's /usr/local/bin/git-commit-notice on 
/srv/git.debian.org/git/pkg-perl/packages/libmarpa-r2-perl.git

_______________________________________________
Pkg-perl-cvs-commits mailing list
Pkg-perl-cvs-commits@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-perl-cvs-commits

Reply via email to