safish*.1 in man/



Hi.  $make-install fails here using current git due to the makefile in
the man/ directory calling:

> for f in sawfish*.1; do \
>                 gzip $f; \
>                 /usr/bin/ginstall -c -m 644 $f.gz /usr/share/man/man1/; \
>        done

with the error: 

> gzip: sawfish*.1: No such file or directory
> /usr/bin/ginstall: cannot stat `sawfish*.1.gz': No such file or
> directory

I dont have any sawfish*.1 files here.

Removing those lines from the man/Makefile.in fixes the problem.  Perhaps
those new files haven't been added to the git index?

Thanks,

-- 
Matthew Love



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]