Bug 9546 : Updating make manifest tardist
authorChris Cormack <chrisc@catalyst.net.nz>
Tue, 5 Feb 2013 03:59:41 +0000 (16:59 +1300)
committerJared Camins-Esakov <jcamins@cpbibliography.com>
Thu, 7 Feb 2013 04:54:46 +0000 (23:54 -0500)
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>
Signed-off-by: Katrin Fischer <Katrin.Fischer.83@web.de>
make manifest tardist and make manifest zipdist work
perfectly after patch was applied.
Signed-off-by: Jared Camins-Esakov <jcamins@cpbibliography.com>

MANIFEST.SKIP

index acfb338..6d0e033 100644 (file)
@@ -7,6 +7,8 @@ release_notes_1
 \.orig$
 \.old$
 \.bak$
-[      ]
+\[     \]
 \.git/
 MANIFEST.bak
+\.gitignore
+\.mailmap
\ No newline at end of file