This is the mail archive of the
fortran@gcc.gnu.org
mailing list for the GNU Fortran project.
Re: intrinsic.texi - ii
- From: Steve Kargl <sgk at troutmask dot apl dot washington dot edu>
- To: Jerry DeLisle <jvdelisle at verizon dot net>
- Cc: Fortran List <fortran at gcc dot gnu dot org>
- Date: Sun, 29 May 2005 12:07:14 -0700
- Subject: Re: intrinsic.texi - ii
- References: <429A120B.20803@verizon.net>
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