[tracker] docs/reference/ontology: Make output cleaner when generating ontology docs
- From: Martyn James Russell <mr src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [tracker] docs/reference/ontology: Make output cleaner when generating ontology docs
- Date: Fri, 17 Jan 2014 10:21:38 +0000 (UTC)
commit 6e0a04445d3b9ce40335e756d6ccff3420eab584
Author: Martyn Russell <martyn lanedo com>
Date: Fri Jan 17 10:20:11 2014 +0000
docs/reference/ontology: Make output cleaner when generating ontology docs
docs/reference/ontology/Makefile.am | 10 ++--------
1 files changed, 2 insertions(+), 8 deletions(-)
---
diff --git a/docs/reference/ontology/Makefile.am b/docs/reference/ontology/Makefile.am
index a042abb..1e848ee 100644
--- a/docs/reference/ontology/Makefile.am
+++ b/docs/reference/ontology/Makefile.am
@@ -4,9 +4,7 @@ AUTOMAKE_OPTIONS = 1.6
# Generation of ontology.png using ontology-graph
ontology.png:
- $(top_builddir)/docs/tools/ontology-graph \
- -d $(top_srcdir)/data/ontologies \
- -o ontology.dot
+ $(top_builddir)/docs/tools/ontology-graph -d $(top_srcdir)/data/ontologies -o ontology.dot
$(AM_V_GEN) $(GRAPHVIZ_FDP) -Tpng -o $@ ontology.dot
rm ontology.dot
@@ -68,11 +66,7 @@ ONTOLOGY_INFOS_XML = \
# Generation of the ontology XML files.
gen-doc.stamp: $(ONTOLOGY_EXPLANATIONS)
- $(top_srcdir)/docs/tools/gen-doc.sh \
- $(top_builddir)/docs/tools/ttl2sgml \
- $(top_srcdir)/data/ontologies \
- $(top_srcdir)/docs/ontologies \
- .
+ $(top_srcdir)/docs/tools/gen-doc.sh $(top_builddir)/docs/tools/ttl2sgml $(top_srcdir)/data/ontologies
$(top_srcdir)/docs/ontologies .
$(AM_V_GEN) touch $@
# Make the final XML files depend on the stamp
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]