[docs] Problem with current docs and SDF

Jon Jensen docs@icdevgroup.org
Wed Jan 15 08:53:06 2003


On Wed, 15 Jan 2003, Stefan Hornburg wrote:

> > > Has anyone an idea how to get rid of that:
> > > 
> > > racke#~/interchange/docs > make
> > > sdf/bin/sdf -2txt -DFULL_TARGETS="ic_ecommerce ic_howto_cvs ic_howto_forum ic_howto_qb icadvanced iccattut icconfig 
> > > iccontent icdatabase icfaq icfoundation ic_i18n icprogrammer ictable_editor ictags ictemplates icupgrade" ic_ecommerce.sdf
> > > ic_ecommerce.sdf warning, macro on 509: unknown event 'POD_LIST_N'
> > > ic_ecommerce.sdf warning, macro on 509: unknown event 'POD_LIST_E'
> > > make: *** [ic_ecommerce.txt] Error 8
> > > 
> > I just touched my copy of ic_ecommerce.sdf and did a make.  I don't
> > get any errors at all.  Have you made changes to your version?
> 
> No changes, and the same error on a couple of Debian woody machines.
> I even removed the sdf Debian package, but to no avail.

I get the exact same problem. The error actually explains it: there's a
problematic POD directive on line 509 on ic_ecommerce.sdf. Someone tried
to stop an SDF-style bullet list (LI1:) with a POD command (=back). I 
don't think you can mix the two forms. I took it out and it works fine -- 
no POD list was started so there's no need to go back. Change committed to 
CVS.

Jon