On Tue, 2010-01-26 at 13:53 -0500, Gaetan Nadon wrote: > On Mon, 2010-01-25 at 17:29 -0800, Alan Coopersmith wrote: > > > Strange - I don't see any *png files in my output, just the html. > > (My system has groff 1.19.2.) > > > > GNU grops (groff) version 1.18.1 > GNU troff (groff) version 1.18.1 >
Also on 1.20.1
-Istem Determine the image stem name. If omitted grohtml uses grohtml-
XXX (XXX is the process ID).
-Ddir Inform grohtml to place all image files into directory dir.
Could it be platform (e.g SUN) rather than the version? The images are
automatically generated based on the content but have 0 byte. I'll try
-D so it may be easier to clean.
> There are a few generated for each run with a number. The number of
> these files grow forever in the directory. Really strange, as you say.
>
> That's for one run:
>
> grohtml-273701.png
> grohtml-273702.png
> grohtml-273703.png
> grohtml-274281.png
> grohtml-274282.png
> grohtml-274283.png
>
>
> > If they're being made for others though (different versions or
> >
> > dependencies installed I'd guess), then makes sense to clean them.
> >
> > -alan-
> >
> > Gaetan Nadon wrote:
> > > Left over png files causes distcheck to fail.
> > >
> > > Signed-off-by: Gaetan Nadon <[email protected]>
> > > ---
> > > doc/Makefile.am | 2 +-
> > > 1 files changed, 1 insertions(+), 1 deletions(-)
> > >
> > > diff --git a/doc/Makefile.am b/doc/Makefile.am
> > > index b1fccc0..1856b77 100644
> > > --- a/doc/Makefile.am
> > > +++ b/doc/Makefile.am
> > > @@ -31,7 +31,7 @@ if BUILD_DOCS
> > > doc_DATA = SMlib.txt SMlib.ps SMlib.html xsmp.txt xsmp.ps xsmp.html
> > >
> > > CLEANFILES = $(doc_DATA)
> > > -MOSTLYCLEANFILES = index.*
> > > +MOSTLYCLEANFILES = index.* grohtml-*.png
> > >
> > > # Pass version string as a troff string for substitution
> > > GROFF_DEFS = -dxV="$(PACKAGE_STRING)"
> >
>
> _______________________________________________
> xorg-devel mailing list
> [email protected]
> http://lists.x.org/mailman/listinfo/xorg-devel
signature.asc
Description: This is a digitally signed message part
_______________________________________________ xorg-devel mailing list [email protected] http://lists.x.org/mailman/listinfo/xorg-devel
