omerk / pihwm

lightweight C wrappers for Raspberry Pi hardware modules

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

man_page_1.3: No such file or directory

matwey opened this issue · comments

Trying to install from master.

When I do make install, following error occurs

make[2]: Nothing to be done for `install-exec-am'.
 /usr/bin/mkdir -p '/tmp/pihwm2/usr/local/share/man/man3'
 /usr/bin/install -c -m 644 ./../docs/man/man3//man_page_1.3 ./../docs/man/man3//man_page_2.3 '/tmp/pihwm2/usr/local/share/man/man3'
/usr/bin/install: cannot stat './../docs/man/man3//man_page_1.3': No such file or directory
/usr/bin/install: cannot stat './../docs/man/man3//man_page_2.3': No such file or directory
make[2]: *** [install-man3] Error 1

The last commit should fix this issue by removing the man files completely.

Can you please pull and try again?

Now, It is ok, but I have had to run 'autoreconf -si' manually to make it works.