Update of /cvsroot/fink/packages/dists/stable/main/finkinfo/devel
In directory usw-pr-cvs1:/tmp/cvs-serv32036

Added Files:
        gtk-doc-0.9-4.info gtk-doc-0.9-4.patch 
Removed Files:
        gtk-doc-0.9-1.info gtk-doc-0.9-1.patch 
Log Message:
moving to stable (keeping in sync with openjade-1.3.1 which was also moved
to stable)


--- NEW FILE: gtk-doc-0.9-4.info ---
Package: gtk-doc
Version: 0.9
Revision: 4
Depends: openjade (>= 1.3.1-1), docbook-dtd, docbook-dsssl-nwalsh
Source: ftp://ftp.gtk.org/pub/%n/%n-%v.tar.gz
Source-MD5: b714053a784c258c83ddf77d370ef2d2
Patch: %f.patch
InstallScript: <<
make install DESTDIR=%d
install -d -m 755 %i/share/doc/%n/doc
install -d -m 755 %i/share/doc/%n/examples
install -c -m 644 doc/* %i/share/doc/%n/doc/
install -c -m 644 examples/* %i/share/doc/%n/examples/
<<
DocFiles: AUTHORS COPYING ChangeLog NEWS README
Description: GTK+ DocBook Documentation Generator
DescDetail: <<
gtk-doc is a set of perl scripts that generate API reference documention in
DocBook format.  It can extract documentation from source code comments in a
manner similar to java-doc.  It is used to generate the documentation for
GLib, Gtk+, and GNOME.
<<
License: GPL
Maintainer: Masanori Sekino <[EMAIL PROTECTED]>
Homepage: http://www.gtk.org/rdp/

--- NEW FILE: gtk-doc-0.9-4.patch ---
diff -Naur gtk-doc-0.9.old/gtkdoc-mkhtml.in gtk-doc-0.9.new/gtkdoc-mkhtml.in
--- gtk-doc-0.9.old/gtkdoc-mkhtml.in    Wed Nov 28 11:53:24 2001
+++ gtk-doc-0.9.new/gtkdoc-mkhtml.in    Thu Aug  1 05:23:20 2002
@@ -24,7 +24,11 @@
       rm -f index.sgml
 fi
 
-jade -t sgml -w no-idref -d $gtkdocdir/gtk-doc.dsl $gtkdocdir/gtk-doc.dcl $2
+openjade -t sgml -w no-idref \
+       -c $prefix/share/sgml/openjade-1.3.1/dsssl/catalog \
+       -c $prefix/share/sgml/dtd/docbook/catalog \
+       -c $prefix/share/sgml/dsssl/docbook-dsssl-nwalsh/catalog \
+       -d $gtkdocdir/gtk-doc.dsl $gtkdocdir/gtk-doc.dcl $2
 sed s%href=\"%href=\"$module/% < index.sgml > index.sgml.tmp && mv index.sgml.tmp 
index.sgml
 
 echo "timestamp" > ../html.stamp

--- gtk-doc-0.9-1.info DELETED ---

--- gtk-doc-0.9-1.patch DELETED ---



-------------------------------------------------------
In remembrance
www.osdn.com/911/
_______________________________________________
Fink-commits mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/fink-commits

Reply via email to