[Lunar-commits] r17030 - moonbase/trunk/doc-tools/gtk-doc
Chad Kittel
v3rt1g0 at lunar-linux.org
Thu Oct 20 22:35:41 UTC 2005
Author: v3rt1g0
Date: 2005-10-20 22:35:39 +0000 (Thu, 20 Oct 2005)
New Revision: 17030
Modified:
moonbase/trunk/doc-tools/gtk-doc/DEPENDS
moonbase/trunk/doc-tools/gtk-doc/DETAILS
Log:
Misc tidy in the DETAILS file and updated homepage. I also took care of
something that has been on my todo list for a while. The depends on
docbook-profile was a bit overboard as all of the gtk-doc depends are
satisfied with docbook-dsssl and docbook-xml.
Modified: moonbase/trunk/doc-tools/gtk-doc/DEPENDS
===================================================================
--- moonbase/trunk/doc-tools/gtk-doc/DEPENDS 2005-10-20 21:47:01 UTC (rev 17029)
+++ moonbase/trunk/doc-tools/gtk-doc/DEPENDS 2005-10-20 22:35:39 UTC (rev 17030)
@@ -1 +1,2 @@
-depends docbook-profile
+depends docbook-dsssl &&
+depends docbook-xml
Modified: moonbase/trunk/doc-tools/gtk-doc/DETAILS
===================================================================
--- moonbase/trunk/doc-tools/gtk-doc/DETAILS 2005-10-20 21:47:01 UTC (rev 17029)
+++ moonbase/trunk/doc-tools/gtk-doc/DETAILS 2005-10-20 22:35:39 UTC (rev 17030)
@@ -1,16 +1,15 @@
MODULE=gtk-doc
VERSION=1.4
SOURCE=$MODULE-$VERSION.tar.bz2
- SOURCE_URL=$GNOME_URL/sources/$MODULE/1.4/
+ SOURCE_URL=$GNOME_URL/sources/$MODULE/$VERSION/
SOURCE_VFY=sha1:30a11160a91e0ce081572cc9c17e3d691a2a361e
- WEB_SITE=http://www.gtk.org/rdp
+ WEB_SITE=http://www.gtk.org/gtk-doc/
ENTERED=20020716
UPDATED=20050724
SHORT="Tools for authors of the GTK+ reference documentation."
cat << EOF
-These are tools for authors of the GTK+ reference documentation.
-See the GTK+ Reference Documentation Project home page:
-http://www.gtk.org/rdp
+GTK-Doc is used to document C code. It is typically used to document
+the public API of libraries, such as the GTK+ and GNOME libraries, but
+it can also be used to document application code.
EOF
-
More information about the Lunar-commits
mailing list