[cairo] Docs
Russell Shaw
rjshaw at netspace.net.au
Sat Aug 13 21:04:03 PDT 2005
Russell Shaw wrote:
> Hi,
> When i change a .c file in cairo/src and rebuild,
> cairo/doc/public/html/cairo.devhelp
> doesn't get updated. How do i do that? I have done ./configure
> --enable-gtk-doc.
The second part makes cairo.devhelp get rebuilt whenever a .c
file changes, only when you run make from the top level or
within the doc/public directory.
Don't know the precise effect of the first half, but it looked
like a similar problem. Also, the doc stuff seems to get rebuilt
regardless of whether --enable-gtk-doc was done.
diff -u gtk-doc.make gtk-doc.make-new
--- gtk-doc.make 2005-08-14 13:11:04.000000000 +1000
+++ gtk-doc.make-new 2005-08-14 13:11:52.000000000 +1000
@@ -72,7 +72,7 @@
touch tmpl-build.stamp
tmpl.stamp: tmpl-build.stamp
- @true
+ touch tmpl.stamp
#### xml ####
@@ -84,7 +84,7 @@
touch sgml-build.stamp
sgml.stamp: sgml-build.stamp
- @true
+ touch sgml.stamp
#### html ####
More information about the cairo
mailing list