https://bugzilla.novell.com/show_bug.cgi?id=445156

User [EMAIL PROTECTED] added comment
https://bugzilla.novell.com/show_bug.cgi?id=445156#c2


Jonathan Pryor <[EMAIL PROTECTED]> changed:

           What    |Removed                                         |Added
----------------------------------------------------------------------------
                 CC|                                                |[EMAIL 
PROTECTED]




--- Comment #2 from Jonathan Pryor <[EMAIL PROTECTED]>  2008-11-18 18:29:44 MST 
---
The problem isn't monodoc; the problem is mdoc-assemble, because the .tree &
zip files generated are empty.

The problem isn't mdoc-assemble; the problem is file references.  Consider
mcs/docs/mono-tools.config:

  <manpage name="al(1)"                 page="../../mono/man/al.1" />

This works in a traditional svn checkout, because mono & mcs are sibling
directories, but this fails in a .tar.gz setup in which mcs is a child of mono,
as ../../mono/man/al.1 is suddenly an invalid file reference.

Consequently mdoc-assemble doesn't see any files to actually assemble, and
doesn't do anything (which was originally by-design, so that we could reference
files that might not exist w/o breaking something...).

So the real solution isn't to fix monodoc.dll, the real solution is to fixup
mono-tools{.tree,.zip} and mono-file-formats{.tree,.zip} so that they have
valid contents (and -- bonus! -- these will actually be *usable*).


-- 
Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the QA contact for the bug.
_______________________________________________
mono-bugs maillist  -  [email protected]
http://lists.ximian.com/mailman/listinfo/mono-bugs

Reply via email to