Skip to content

Commit

Permalink
add features.md as a dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
bradh352 committed Sep 1, 2024
1 parent 6fd81b5 commit 2237cc5
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 @@ -10,7 +10,7 @@ MANPAGES=$(addprefix $(DOCSDEST)/,$(sort $(notdir $(MANPAGES_SRC:.3=.html))))
MANPAGES_NAMES=$(sort $(notdir $(MANPAGES_SRC)))
DEPFILES=$(MANPAGES_NAMES:%.3=$(DEPDIR)/%.d)

PAGES=$(MANPAGES) security.md license.md
PAGES=$(MANPAGES) features.md security.md license.md

$(DOCSDEST):
mkdir -p $@
Expand Down

0 comments on commit 2237cc5

Please sign in to comment.