On Fri, Feb 01, 2002 at 11:06:30AM +0000, Simon Glover wrote:
> 
> 
> On Wed, 30 Jan 2002, Steve Fink wrote:
> 
> > On Wed, Jan 30, 2002 at 09:32:45PM +0000, Nicholas Clark wrote:
> > > 
> > > Should I add classes/array.c classes/array.h docs/embed.pod docs/io_ops.pod
> > > to MANIFEST?
> > 
> > *.pod, yes. classes/*.[ch], no. Autogenerated.
> > 
> 
>  Erm, io_ops.pod is also autogenerated, the same way that core_ops.pod is.
>  embed.pod should go in, though.

Thanks. I spotted io_ops.pod, and that was in the MANIFEST.SKIP that I
committed before I went to bed. (Hmm. Arguably a bad time to commit)

$ make manitest 
/usr/local/bin/perl -MExtUtils::Manifest=fullcheck -e fullcheck
Not in MANIFEST: docs/embed.pod
Not in MANIFEST: t/op/ifunless.t

So I've just commited this:

--- MANIFEST~   Fri Feb  1 01:36:48 2002
+++ MANIFEST    Fri Feb  1 13:18:39 2002
@@ -33,6 +33,7 @@
 core.ops
 disassemble.pl
 docs/Makefile.in
+docs/embed.pod
 docs/intro.pod
 docs/jit.pod
 docs/overview.pod
@@ -228,6 +229,7 @@
 t/op/hacks.t
 t/op/integer.t
 t/op/interp.t
+t/op/ifunless.t
 t/op/macro.t
 t/op/number.t
 t/op/rx.t

Nicholas Clark
-- 
EMCFT http://www.ccl4.org/~nick/CV.html

Reply via email to