[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[avr-libc-dev] odd man pages when building docs from cvs source tarball
From: |
Galen Seitz |
Subject: |
[avr-libc-dev] odd man pages when building docs from cvs source tarball |
Date: |
Thu, 10 Nov 2005 05:01:38 -0800 |
I've encountered another problem while building the docs. There are
some man pages being generated with odd looking file names.
tar -xjf avr-libc-1.3.0.20051105.tar.bz2
cd avr-libc-1.3.0.20051105
./configure --enable-doc --disable-versioned-doc --build=`./config.guess`
--host=avr
make
cd doc/api/man/man3
ls _home*
_home_galens_src_avr-libc-1.3.0.20051105_doc_examples_.3
_home_galens_src_avr-libc-1.3.0.20051105_doc_examples_demo_.3
_home_galens_src_avr-libc-1.3.0.20051105_doc_examples_twitest_.3
_home_galens_src_avr-libc-1.3.0.20051105_include_.3
_home_galens_src_avr-libc-1.3.0.20051105_include_avr_.3
_home_galens_src_avr-libc-1.3.0.20051105_include_compat_.3
_home_galens_src_avr-libc-1.3.0.20051105_include_util_.3
_home_galens_src_avr-libc-1.3.0.20051105_libc_.3
_home_galens_src_avr-libc-1.3.0.20051105_libc_misc_.3
_home_galens_src_avr-libc-1.3.0.20051105_libc_pmstring_.3
_home_galens_src_avr-libc-1.3.0.20051105_libc_stdio_.3
_home_galens_src_avr-libc-1.3.0.20051105_libc_stdlib_.3
_home_galens_src_avr-libc-1.3.0.20051105_libc_string_.3
_home_galens_src_avr-libc-1.3.0.20051105_libm_.3
_home_galens_src_avr-libc-1.3.0.20051105_libm_fplib_.3
I've confirmed with make install that it will install these files.
Should make really be generating and installing these files?
galen
- [avr-libc-dev] odd man pages when building docs from cvs source tarball,
Galen Seitz <=