Skip to content

Commit

Permalink
build: let manpages depend on src/man target instead of non-existing …
Browse files Browse the repository at this point in the history
….man files
  • Loading branch information
reinerh committed Oct 6, 2020
1 parent d0631d6 commit 1329aff
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile.in
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ $(MYDIRS):
$(MAKE) -C $@


$(MANPAGES): $(wildcard src/man/*.man)
$(MANPAGES): src/man
./mkman.sh $(VERSION) src/man/$(basename $@).man $@

man: $(MANPAGES)
Expand Down

0 comments on commit 1329aff

Please sign in to comment.