Bug 130699

Summary: MFILEs in /usr/src/tools/kerneldoc/subsys/Makefile are outdated
Product: Documentation Reporter: Alexander Best <alexbestms>
Component: Books & ArticlesAssignee: Alexander Leidinger <netchild>
Status: Closed FIXED    
Severity: Affects Only Me    
Priority: Normal    
Version: Latest   
Hardware: Any   
OS: Any   

Description Alexander Best 2009-01-18 16:00:02 UTC
the MFILEs in /usr/src/tools/kerneldoc/subsys/Makefile are outdated. making doxygen thus fails.

cd /usr/src/sys && find ./ -name *.m

should output a list of the current MFILEs. instead of simply updating the static MFILEs entries in the Makefile it might be a good idea to generate the list of MFILEs dynamically so the Makefile doesn't have to updated every time MFILEs get renamed, added or removed.

cheers.
alex
Comment 1 Tom Rhodes freebsd_committer freebsd_triage 2009-01-28 11:33:46 UTC
Responsible Changed
From-To: freebsd-doc->netchild

This is Alexander's project, he probably knows the best fix. 
Thanks!
Comment 2 Alexander Best 2009-09-11 12:35:00 UTC
problem was fixed by netchild@ in commit 196511.

cheers.
alex
Comment 3 Remko Lodder freebsd_committer freebsd_triage 2009-10-21 15:15:03 UTC
State Changed
From-To: open->closed

Had been fixed, thanks for reporting!