build: let manpages depend on src/man target instead of non-existing .man files

This commit is contained in:
Reiner Herrmann 2020-10-06 20:04:45 +02:00
parent d0631d6be4
commit 1329aff6a3

View file

@ -43,7 +43,7 @@ $(MYDIRS):
$(MAKE) -C $@
$(MANPAGES): $(wildcard src/man/*.man)
$(MANPAGES): src/man
./mkman.sh $(VERSION) src/man/$(basename $@).man $@
man: $(MANPAGES)