[tracker] Include again the explanation files in the output



commit 8182c1482e6af4742cfa303cddcdb0c2077d2338
Author: Ivan Frade <ivan frade nokia com>
Date:   Wed Jan 27 16:41:54 2010 +0200

    Include again the explanation files in the output
    
    Now the explanation files will be in docbook (XML) so the
    new files will be called explanation.xml

 docs/tools/gen-doc.sh |    2 +-
 docs/tools/ttl_sgml.c |    2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/docs/tools/gen-doc.sh b/docs/tools/gen-doc.sh
index 436ec9d..7b484fe 100755
--- a/docs/tools/gen-doc.sh
+++ b/docs/tools/gen-doc.sh
@@ -29,5 +29,5 @@ for f in `find ../../data/ontologies -name "*.description"` ; do
     echo "Generating $PREFIX documentation"
 
     ./ttl2sgml -d $f -o $BUILD_DIR/$PREFIX-ontology.xml -l file-class.cache \
-	-e ../../docs/ontologies/$PREFIX/explanation.html
+	-e ../../docs/ontologies/$PREFIX/explanation.xml
 done
diff --git a/docs/tools/ttl_sgml.c b/docs/tools/ttl_sgml.c
index 0fe0330..4f5138c 100644
--- a/docs/tools/ttl_sgml.c
+++ b/docs/tools/ttl_sgml.c
@@ -345,7 +345,7 @@ ttl_sgml_print (OntologyDescription *description,
 	print_sgml_header (f, description);
 
         /* FIXME: make desc files sgml */
-	/* print_sgml_explanation (f, explanation_file); */
+	print_sgml_explanation (f, explanation_file);
 
         g_fprintf (f, "<section id='%s-classes'>\n", description->localPrefix);
 	g_fprintf (f, "<title>%s Ontology Classes</title>\n", upper_name);



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]