Ticket #289 (closed defect: fixed)
Doc generator doesn't copy .css files
Reported by: | jaegs | Owned by: | |
---|---|---|---|
Priority: | medium | Milestone: | |
Component: | Cobra Compiler | Version: | 0.8.0 |
Keywords: | Cc: |
Description
Running 'cobra -doc MyFile?.cobra' generates a html file that has
<link rel="stylesheet" href="../styles-cobra-doc.css" type="text/css" /> <link rel="stylesheet" href="../styles/styles-cobra-doc.css" type="text/css" /> <link rel="stylesheet" href="styles-cobra-doc.css" type="text/css" />
However, the 'styles-cobra-doc.css' doesn't get copied into the current (or parent) directory.
Change History
Note: See
TracTickets for help on using
tickets.