On January 1, 2004 10:16 am, Joshua Walker wrote:
Are .spec files automahicly built? Adding an entry to the .spec file does what exactly? From my standpoint all it does is add an entry to the documentation thats generated by c2man.pl, but it's undocumentabale, not linked to anything, and just sits there. I'm assuming you *MUST* have a function, or a declration, or something the jive with the .spec file?
Yes, essentially you need a function in the .c file to match the entry in the .spec file. From your point of view (doing documentation), I wouldn't worry about .spec files for now.