[Po4a-devel][patch] make clean

Yves Rutschle debian.anti-spam@rutschle.net
Sun, 28 Nov 2004 14:46:54 +0000


--u3/rZRmxL6MmkK24
Content-Type: text/plain; charset=us-ascii
Content-Disposition: inline

At the moment, make clean doesn't remove po4a.log, which
upsets people who make patches on the test system. See
attached...

While I'm at it, I was sure that diff had an option
--dont-diff or something like that to avoid diffing specific
files (namely everything in CVS directories in this case),
yet I can't seem to find it in the man page. Did I dream
this one?

Y. - cleaner

--u3/rZRmxL6MmkK24
Content-Type: text/plain; charset=us-ascii
Content-Disposition: attachment; filename="build.patch"

diff -urN po4a_orig/Build.PL po4a/Build.PL
--- po4a_orig/Build.PL	2004-11-06 15:11:22.000000000 +0000
+++ po4a/Build.PL	2004-11-28 15:27:23.000000000 +0000
@@ -255,7 +255,7 @@
       script_files => ['po4a-gettextize', 'po4a-updatepo',
 	  'po4a-translate', 'po4a-normalize', 'po4a'],
       add_to_cleanup => ['t/tmp','messages.mo', 'blib', 'html',
-	  'po/pod/po4a-pod.pot~'],
+	  'po/pod/po4a-pod.pot~', 'po4a.log'],
       install_path => {po => '/usr/share/locale',
 	  man => '/usr/share/man'},
       dist_abstract => 'Tools for helping translation of documentation',

--u3/rZRmxL6MmkK24--