-
Notifications
You must be signed in to change notification settings - Fork 101
Flat files #695
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Flat files #695
Conversation
Support-uri allows the user to specify where to find highlite.pack.js. Both arguments are now slightly better at handling relative paths.
Signed-off-by: lubegasimon <lubegasimon73@gmail.com>
Signed-off-by: lubegasimon <lubegasimon73@gmail.com>
Signed-off-by: lubegasimon <lubegasimon73@gmail.com>
Signed-off-by: lubegasimon <lubegasimon73@gmail.com>
Signed-off-by: lubegasimon <lubegasimon73@gmail.com>
The idea here is to do a small change primarily to the HTML backend to ensure all output files end up in the same directory, and the underlying reason is for testing with dune, which has trouble when you have targets in multiple directories. I'd like to think of an alternative though that doesn't require changing the man/latex generators - to be clear the changes @lubegasimon has made in this PR were my idea, so no fault of his, it's just I might have a better idea now :-) |
Signed-off-by: lubegasimon <lubegasimon73@gmail.com>
Superseded by #698 |
This PR is not from a tracked issue rather is built from @jonludlam’s idea of outputting the output files in one dir, which is a plus for the ‘improving generator tests v2’ PR that is a work in progress. (#665 being v1).
TODO: