dlang-community / harbored-mod

A documentation generator for D with support for both DDoc and Markdown.
Boost Software License 1.0
18 stars 14 forks source link

Add debian package generation support using makd. #90

Closed nemanja-boric-sociomantic closed 6 years ago

nemanja-boric-sociomantic commented 6 years ago

See https://github.com/dlang-community/discussions/issues/25

nemanja-boric-sociomantic commented 6 years ago

I'm confused about this using both dub and the clean dmd through make compile to approach. I think we should change makefile to call dub build instead of calling dmd directly.

nemanja-boric-sociomantic commented 6 years ago

Updated @leandro-lucarella-sociomantic

leandro-lucarella-sociomantic commented 6 years ago

Ping @nemanja-boric-sociomantic

Burgos commented 6 years ago

Ping acked.

nemanja-boric-sociomantic commented 6 years ago

Updated with the required fixes and some other fixes (bin/hmod target, as it was constantly rebuilding as hmod file would never been created, as -ofbin/hmod is passed to dmd).

leandro-lucarella-sociomantic commented 6 years ago

appveyor seems to fail because it can't fetch ldc, so I will ignore.

leandro-lucarella-sociomantic commented 6 years ago

(I couldn't find a way to retrigger)