Makefile 0.5.2 wrong?
Brought to you by:
nilsjuergens,
robos
Hi
in my Debian distri "make install" failed while copying the man file
vobcopy.1 to man1.
This error appear because the man/man1 not exisits.
So try in your Makefile in section "install:"
mkdir -p $(MANDIR)/man1
Ciao