From 161cdc70a20ec4568ffd6c1a6707a6ee094c6120 Mon Sep 17 00:00:00 2001 From: Chris Cormack <chrisc@catalyst.net.nz> Date: Tue, 5 Feb 2013 16:59:41 +1300 Subject: [PATCH] Bug 9546 : Updating make manifest tardist Content-Type: text/plain; charset="utf-8" http://koha-community.org To test perl Makefile.PL make manifest tardist Before the patch you will get an error, after the patch it will create the tarball Signed-off-by: Mason James <mtj@kohaaloha.com> --- MANIFEST.SKIP | 4 +++- 1 files changed, 3 insertions(+), 1 deletions(-) diff --git a/MANIFEST.SKIP b/MANIFEST.SKIP index acfb338..6d0e033 100644 --- a/MANIFEST.SKIP +++ b/MANIFEST.SKIP @@ -7,6 +7,8 @@ release_notes_1 \.orig$ \.old$ \.bak$ -[ ] +\[ \] \.git/ MANIFEST.bak +\.gitignore +\.mailmap \ No newline at end of file -- 1.7.2.5