summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSimon Josefsson <simon@josefsson.org>2005-01-15 17:37:59 +0000
committerSimon Josefsson <simon@josefsson.org>2005-01-15 17:37:59 +0000
commit3d009fa6904864b5a4dd42af48e61fcc12b984ee (patch)
treef377620250f41c391b2b58d43f2ced98eea83cb3
parentde5b16fe18b05bc3092bac5b3894e772152f0eb4 (diff)
downloadgnutls-3d009fa6904864b5a4dd42af48e61fcc12b984ee.tar.gz
Fix.
-rw-r--r--doc/README.CVS19
1 files changed, 0 insertions, 19 deletions
diff --git a/doc/README.CVS b/doc/README.CVS
index 093316faa6..ed9a925a53 100644
--- a/doc/README.CVS
+++ b/doc/README.CVS
@@ -13,7 +13,6 @@ following software:
* gtk-doc CVS (to generate reference HTML manual in doc/reference/)
with the patch below, from:
http://bugzilla.gnome.org/show_bug.cgi?id=156300
- http://bugzilla.gnome.org/show_bug.cgi?id=156318
Those are optional:
* latex/dvips (in order to create gnutls.ps)
@@ -63,21 +62,3 @@ diff -u -p -r1.9 gtk-doc.make
@echo '*** Rebuilding template files ***'
@-chmod -R u+w $(srcdir)
cd $(srcdir) && gtkdoc-mktmpl --module=$(DOC_MODULE)
-Index: gtkdoc-common.pl.in
-===================================================================
-RCS file: /cvs/gnome/gtk-doc/gtkdoc-common.pl.in,v
-retrieving revision 1.4
-diff -u -p -r1.4 gtkdoc-common.pl.in
---- gtkdoc-common.pl.in 24 Oct 2004 22:25:45 -0000 1.4
-+++ gtkdoc-common.pl.in 5 Jan 2005 02:19:49 -0000
-@@ -96,6 +96,10 @@ sub UpdateFileIfChanged {
- sub ParseStructDeclaration {
- my ($declaration, $is_object, $output_function_params, $typefunc, $namefunc) = @_;
-
-+ if ($declaration =~ m/struct\s+\S+\s*;/msg) {
-+ return ();
-+ }
-+
- # Remove all private parts of the declaration
-
- # For objects, assume private