OK Al,
Doxybook change broke my toolchain,
except from that ; your makefile change is good so thanks.
I generated again a fltk.pdf file in r656,
hope it will work for you,
please check that one as I had to rebuild a new mac config as my previous intel 
imac is dead.
(The true (and funny) story is that my imac literally burned during a win32/vc6 
full compilation!)
Fabien

> Fabien, would you please check this modification? It works here, but I
> can't generate a working .pdf file [1]. Would you mind generating a new
> one, since the old one is from Oct 15 ?
>
> The problem I tried to fix was that the pdf generation also generated
> the html docs, and due to different setups (no tree view) overwrote the
> html docs with tree view. (Another way would be to sync. the two Doxy
> files, but since the generation can be done independently, I think that
> this is the better way.)
>
> This mod. should also speed up the generation a bit ...
>
> Thanks for checking this.
>
> Albrecht
>
> [1] In my generated pdf file, many links are broken, i.e. they always
> jump to the title page :-(
>
> -----
>
> [email protected] wrote:
> > Author: AlbrechtS
> > Date: 2008-12-07 05:35:10 -0800 (Sun, 07 Dec 2008)
> > New Revision: 6557
> > Log:
> > Fixed documentation dependencies and changed Doxybook (for latex/pdf gen.)
> > to _not_ generate the html files.
> >
> >
> > Modified:
> >    branches/branch-1.3/documentation/Doxybook
> >    branches/branch-1.3/documentation/Makefile
> >
> > Modified: branches/branch-1.3/documentation/Doxybook
> > ===================================================================
> > --- branches/branch-1.3/documentation/Doxybook      2008-12-07 13:01:51 UTC 
> > (rev 6556)
> > +++ branches/branch-1.3/documentation/Doxybook      2008-12-07 13:35:10 UTC 
> > (rev 6557)
> > @@ -768,7 +768,7 @@
> >  # If the GENERATE_HTML tag is set to YES (the default) Doxygen will
> >  # generate HTML output.
> >
> > -GENERATE_HTML          = YES
> > +GENERATE_HTML          = NO
> >
> >  # The HTML_OUTPUT tag is used to specify where the HTML docs will be put.
> >  # If a relative path is entered the value of OUTPUT_DIRECTORY will be
> >
> > Modified: branches/branch-1.3/documentation/Makefile
> > ===================================================================
> > --- branches/branch-1.3/documentation/Makefile      2008-12-07 13:01:51 UTC 
> > (rev 6556)
> > +++ branches/branch-1.3/documentation/Makefile      2008-12-07 13:35:10 UTC 
> > (rev 6557)
> > @@ -282,7 +282,7 @@
> >
> >  pdf:       latex/refman.pdf
> >
> > -latex/refman.pdf: latex/refman.tex Doxyfile $(EPSFILES)
> > +latex/refman.pdf: latex/refman.tex Doxybook $(EPSFILES)
> >     echo "Generating PDF documentation..."
> >     $(DOXYDOC) Doxybook ;\
> >     (cd latex ;\
> > @@ -299,7 +299,7 @@
> >         done ; \
> >     cd ..) > pdfall.log
> >
> > -latex/refman.tex: html/index.html $(EPSFILES)
> > +latex/refman.tex: Doxybook $(EPSFILES)
> >
> >  #
> >  # End of "$Id$".

_______________________________________________
fltk-dev mailing list
[email protected]
http://lists.easysw.com/mailman/listinfo/fltk-dev

Reply via email to