X-Git-Url: http://git.indexdata.com/?a=blobdiff_plain;f=Makefile.am;h=fe2df4138c6b460cb9ddf3e9e9996b2383bd9214;hb=1eb657177a49e431b60cebcdcf8eb4b32fd1d40b;hp=a99e513643e9f72de770ddd38bf9c203ed42aa4a;hpb=aa36decbdd330b8858eac641056bf607a8eea8a1;p=idzebra-moved-to-github.git diff --git a/Makefile.am b/Makefile.am index a99e513..fe2df41 100644 --- a/Makefile.am +++ b/Makefile.am @@ -1,4 +1,4 @@ -## $Id: Makefile.am,v 1.9 2002-10-30 13:59:42 adam Exp $ +## $Id: Makefile.am,v 1.10 2002-11-15 23:00:59 adam Exp $ AUTOMAKE_OPTIONS=foreign @@ -25,7 +25,11 @@ dist-hook: cp $(srcdir)/debian/rules $(distdir)/debian cp $(srcdir)/debian/postinst $(distdir)/debian cp $(srcdir)/debian/copyright $(distdir)/debian - + mkdir $(distdir)/perl + for f in `cat $(srcdir)/perl/MANIFEST`; do \ + (pdir=`cd $(distdir)/perl && pwd`; \ + cd $(srcdir)/perl;cp --parents $$f $$pdir); \ + done rpm: $(PACKAGE)-$(VERSION).tar.gz cp $(PACKAGE)-$(VERSION).tar.gz /usr/src/redhat/SOURCES