tomaz / appledoc

Objective-c code Apple style documentation set generator.
http://gentlebytes.com
4.19k stars 644 forks source link

Appledoc includes markdown templates in companion guides #326

Open odrobnik opened 11 years ago

odrobnik commented 11 years ago

Appledoc not only includes the HTML files that where generated from the markdown files, but also seems to copy the original template files to the html folder. These files are unnecessary.

At present I specify --keep-intermediate-files to keep the html output so that I can publish that on a webserver. That might be what's causing this. If this is the case, is there a method to get the HTML output that does not include intermediate files?

orta commented 11 years ago

I get the content out of the docset itself, if you do a Show Package Contents and then get look in Contents/Resources/Documents - the Documents folder itself will hold all the HTML you're interested in. I extract this via a script to create the HTML