[docs] xmldocs - docelic modified 8 files

docs at icdevgroup.org docs at icdevgroup.org
Mon Nov 15 10:15:10 EST 2004


User:      docelic
Date:      2004-11-15 15:15:10 GMT
Modified:  .        Makefile TODO
Modified:  bin      refs-autogen
Added:     .        .cvsignore
Added:     docbook  .cvsignore
Added:     glossary .cvsignore
Added:     howtos   .cvsignore
Added:     refs     .cvsignore
Log:
- Makefile: improved distclean
- TODO: small note
- bin/refs-autogen: remove Online Examples section, we'll treat them as
  normal examples

Revision  Changes    Path
1.43      +1 -0      xmldocs/Makefile


rev 1.43, prev_rev 1.42
Index: Makefile
===================================================================
RCS file: /var/cvs/xmldocs/Makefile,v
retrieving revision 1.42
retrieving revision 1.43
diff -u -r1.42 -r1.43
--- Makefile	14 Nov 2004 00:29:59 -0000	1.42
+++ Makefile	15 Nov 2004 15:15:09 -0000	1.43
@@ -151,6 +151,7 @@
 distclean: clean clean-cache
 	-rm -rf $T
 	-rm -rf {refs,glossary,howtos}/*.xml
+	-rm -rf docbook/auto{refs,glossary,howtos}.ent
 look-clean: clean clean-cache
 	-mv $T $T.temporary 2>/dev/null
 



1.47      +1 -0      xmldocs/TODO


rev 1.47, prev_rev 1.46
Index: TODO
===================================================================
RCS file: /var/cvs/xmldocs/TODO,v
retrieving revision 1.46
retrieving revision 1.47
diff -u -r1.46 -r1.47
--- TODO	14 Nov 2004 00:29:59 -0000	1.46
+++ TODO	15 Nov 2004 15:15:09 -0000	1.47
@@ -4,6 +4,7 @@
 - Online examples only have to be standard examples, with actual work in
   practice if condition=online
   Code to do that is: <programlisting><textobject><textdata fileref="pathto.xml"/></textobject></programlisting>
+- Fix mess with entities
 
 - Ask ndw about including [NEW!] and [TODO!] in titles in TOC.
 



1.1                  xmldocs/.cvsignore


rev 1.1, prev_rev 1.0
Index: .cvsignore
===================================================================
OUTPUT
sources
tmp
cache



1.66      +6 -22     xmldocs/bin/refs-autogen


rev 1.66, prev_rev 1.65
Index: refs-autogen
===================================================================
RCS file: /var/cvs/xmldocs/bin/refs-autogen,v
retrieving revision 1.65
retrieving revision 1.66
diff -u -r1.65 -r1.66
--- refs-autogen	14 Nov 2004 00:30:00 -0000	1.65
+++ refs-autogen	15 Nov 2004 15:15:10 -0000	1.66
@@ -43,7 +43,7 @@
 my $autopath = "docbook/autorefs.ent";
 my %dups; # List of symbols names that are not unique
 
-my @page_order = (qw/purpose default structure synopsis description structure online example notes bugs/, "symbol type", "source", "author", "copyright", "see also");
+my @page_order = (qw/purpose default structure synopsis description structure example notes bugs/, "symbol type", "source", "author", "copyright", "see also");
 
 unless ( GetOptions ( 
 	"verbosedb|dumpdb|d!" => \$dumpdb,
@@ -94,7 +94,6 @@
 	synopsis => "&DEF_SYNOPSIS;",
 	description => "&DEF_DESCRIPTION;",
 	example => "&DEF_EXAMPLE;",
-	online => "&DEF_ONLINE;",
 	notes => "&DEF_NOTES;",
 	bugs => "&DEF_BUGS;",
 	source => '&DEF_SOURCE;',
@@ -805,6 +804,11 @@
 #
 # TEMPLATES, SYMBOL-SPECIFIC
 #
+#
+#<refsect1 id='$ag{"name"}_online' condition='online'>
+#<title>ONLINE EXAMPLES</title>
+#$ag{"online"}
+#</refsect1>
 
 sub load_templates {
 
@@ -840,11 +844,6 @@
 <para>$ag{"description"}</para>
 </refsect1>
 
-<refsect1 id='$ag{"name"}_online' condition='online'>
-<title>ONLINE EXAMPLES</title>
-$ag{"online"}
-</refsect1>
-
 <refsect1 id='$ag{"name"}_examples'>
 <title>EXAMPLES</title>
 $ag{"example"}
@@ -901,11 +900,6 @@
 <para>$ag{"description"}</para>
 </refsect1>
 
-<refsect1 id='$ag{"name"}_online' condition='online'>
-<title>ONLINE EXAMPLES</title>
-$ag{"online"}
-</refsect1>
-
 <refsect1 id='$ag{"name"}_examples'>
 <title>EXAMPLES</title>
 $ag{"example"}
@@ -995,11 +989,6 @@
 <para>$ag{"structure"}</para>
 </refsect1>
 
-<refsect1 id='$ag{"name"}_online' condition='online'>
-<title>ONLINE EXAMPLES</title>
-$ag{"online"}
-</refsect1>
-
 <refsect1 id='$ag{"name"}_examples'>
 <title>EXAMPLES</title>
 $ag{"example"}
@@ -1062,11 +1051,6 @@
 <refsect1 id='$ag{"name"}_description'>
 <title>DESCRIPTION</title>
 <para>$ag{"description"}</para>
-</refsect1>
-
-<refsect1 id='$ag{"name"}_online' condition='online'>
-<title>ONLINE EXAMPLES</title>
-$ag{"online"}
 </refsect1>
 
 <refsect1 id='$ag{"name"}_examples'>



1.1                  xmldocs/docbook/.cvsignore


rev 1.1, prev_rev 1.0
Index: .cvsignore
===================================================================
auto*.ent



1.1                  xmldocs/glossary/.cvsignore


rev 1.1, prev_rev 1.0
Index: .cvsignore
===================================================================
*.xml



1.1                  xmldocs/howtos/.cvsignore


rev 1.1, prev_rev 1.0
Index: .cvsignore
===================================================================
*.xml



1.1                  xmldocs/refs/.cvsignore


rev 1.1, prev_rev 1.0
Index: .cvsignore
===================================================================
*.xml








More information about the docs mailing list