Skip to content

Commit

Permalink
Fail when nroff is not found
Browse files Browse the repository at this point in the history
Instead of silently skipping the manpage
  • Loading branch information
raboof committed Oct 29, 2019
1 parent 5697bcb commit c41baad
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions man/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,8 @@ include $(TOPDIR)/build/system-inc.mk

######################################

SHELL=bash -o pipefail

TARGETS=notion.1 notionflux.1 welcome.txt

MKMAN=$(LUA) ../build/mkman.lua
Expand Down

0 comments on commit c41baad

Please sign in to comment.