Open
Description
Hello,
I am trying to compile avr-libc 2.2.1:
./configure --host=avr --build=
./config.guess --enable-man-doc
I see that the man pages are enabled:
checking for doxygen... yes
configure: Enabling PDF docs
configure: Enabling HTML docs
configure: Enabling man pages
When I do make install
or make install-data
, no man pages are installed.