This is the mail archive of the fortran@gcc.gnu.org mailing list for the GNU Fortran project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: intrinsic.texi - ii


On Sun, May 29, 2005 at 12:03:39PM -0700, Jerry DeLisle wrote:
> I am proceeding with docs and some testing for:
> 
> command_argument_count
> conjg
> dconjg
> count
> cpu_time
> cshift
> date_and_time
> dble
> dfloat
> 
> What is the preferred way to 'test' texi files?  I have been running 
> this through texi2html as a quick check and reviewing the resulting html 
> with browser.
> 


cd obj
find . -name \*.info | xargs rm
gmake info
gmake dvi

The find command may not be necessary.

-- 
Steve


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]