This is the mail archive of the ecos-patches@sources.redhat.com mailing list for the eCos 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]

No callout graphics in HTML docs


Index: ChangeLog
===================================================================
RCS file: /cvs/ecos/ecos/packages/ChangeLog,v
retrieving revision 1.109
diff -u -5 -p -r1.109 ChangeLog
--- ChangeLog	14 May 2003 17:21:05 -0000	1.109
+++ ChangeLog	21 May 2003 18:43:28 -0000
@@ -1,5 +1,9 @@
+2003-05-21  Jonathan Larmour  <jifl@eCosCentric.com>
+
+	* pkgconf/stylesheet.dsl: No callout graphics.
+
 2003-05-14  Thomas Koeller  <thomas.koeller@baslerweb.com>
 
 	* ecos.db: Changed human-readable name and description of
         CYGPKG_IO_SERIAL_ARM_AT91 to something sensible.
 
Index: pkgconf/stylesheet.dsl
===================================================================
RCS file: /cvs/ecos/ecos/packages/pkgconf/stylesheet.dsl,v
retrieving revision 1.5
diff -u -5 -p -r1.5 stylesheet.dsl
--- pkgconf/stylesheet.dsl	1 May 2003 23:00:52 -0000	1.5
+++ pkgconf/stylesheet.dsl	21 May 2003 18:43:29 -0000
@@ -79,10 +79,13 @@
 (define %html-ext% ".html")
 
 ;; Boring admonitions
 (define %admon-graphics% #f)
 
+;; No callout pictures, just (1), (2), etc.
+(define %callout-graphics% #f)
+
 ;; Nicely decorated program listing (in boxes)
 (define %shade-verbatim% #t)
 (define ($shade-verbatim-attr$)
   (list
    (list "BORDER" "5")


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