While it's not actually super-important to me, I believe that the
following .setup and .meta files *should* lead to a documentation
file named caketext-doc.html being available at
http://www.call-with-current-continuation.org/eggs/3/caketext-doc.html
, but not so much.  And yes, I am asking for wiki docs; I'm not
saying that caketext-doc.html should be linked to, just that it
should exist.

-Robin

-- 
Lojban Reason #17: http://en.wikipedia.org/wiki/Buffalo_buffalo
Proud Supporter of the Singularity Institute - http://singinst.org/
http://www.digitalkingdom.org/~rlpowell/ *** http://www.lojban.org/
((egg "caketext.egg") ; This should never change

 ; List here all the files that should be bundled as part of your egg.  Note
 ; that caketext.meta does not need to be listed here

 (files "caketext.scm" "caketext-doc.html" "caketext.setup")

 ; The following should only be present if the egg's documentation should be
 ; generated from the wiki:

 (doc-from-wiki)

 ; Your egg's license:

 (license "Public Domain")

 ; Pick one from the list of categories (see below) for your egg and enter it
 ; here.

 (category misc)

 ; A list of eggs caketext depends on.  If none, you can omit this declaration
 ; altogether:

 (needs format-modular srfi-13 extras)

 (author "Robin Lee Powell")
 (synopsis "A localization egg after Perl's Locale::Maketext"))
(compile -s -O2 -d1 caketext.scm)
(compile -c -O2 -d1 caketext.scm -unit caketext)

(install-extension
  ; Name of your extension:
  'caketext
  ; Files to install for your extension:
  '("caketext.o" "caketext.so" "caketext-doc.html")
  ; Assoc list with properties for your extension:
  '((version 1.0)
    (static "caketext.o") ;; for static linking
    (documentation "caketext-doc.html")))
_______________________________________________
Chicken-users mailing list
Chicken-users@nongnu.org
http://lists.nongnu.org/mailman/listinfo/chicken-users

Reply via email to