halfgaar / FlashMQ

FlashMQ is a fast light-weight MQTT broker/server, designed to take good advantage of multi-CPU environments
https://www.flashmq.org/
Open Software License 3.0
173 stars 24 forks source link

Add `--fail-on-doc-failure` flag to `build.sh` script #32

Closed bigsmoke closed 1 year ago

bigsmoke commented 1 year ago

@halfgaar came up with this flag in private conversation, and I thought it would be a good idea to implement it to have a mechanism to ensure that release pipelines always sport up-to-date man page builds.

Another minor change is that I substituted the .PRECIOUS commentd-out pseudo-target in the Makefile with .SECONDARY. The latter is the “correct” way to keep intermediate files from being deleted, without getting attached to faulty, incomplete intermediate files resulting from crashes.

halfgaar commented 1 year ago

Squashed + merged outside of Github.