Skip to content

Commit

Permalink
Install patat-make-man in Makefile
Browse files Browse the repository at this point in the history
  • Loading branch information
jaspervdj committed Sep 30, 2024
1 parent 66cdde2 commit 3a8c260
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ $(PATAT_PACKAGE).$(ARCHIVE): $(PATAT_BINARY) extra/patat.1 $(COMPRESS_BIN_DEPS)
$(ARCHIVE_CREATE) $(PATAT_PACKAGE).$(ARCHIVE) $(PATAT_PACKAGE)

$(PATAT_BINARY):
cabal install --installdir="$(dir $(PATAT_BINARY))"
cabal install --installdir="$(dir $(PATAT_BINARY))" -fpatat-make-man

# UPX is used to compress the resulting binary. We currently don't use this on
# Mac OS.
Expand Down

0 comments on commit 3a8c260

Please sign in to comment.