This one breaks my pdf toolchain:
 doxygen Doxybook
   config.l<1304>: Internal error: Requested unknown option
   GENERATE_INDEXLOG!

It seems that html is necessary for latex which is used for pdf,
if I revert the Doxybook change, it works again...
Fabien

----- Message d'origine ----
De : "[EMAIL PROTECTED]" <[EMAIL PROTECTED]>
À : [EMAIL PROTECTED]
Envoyé le : Dimanche, 7 Décembre 2008, 14h35mn 11s
Objet : [fltk.commit] [Library] r6557 - branches/branch-1.3/documentation
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

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

Reply via email to