From 5d66f02ca8abf5efd2dc0be99bc73644114c1d19 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C3=81lvaro=20Pe=C3=B1a?= Date: Tue, 17 Dec 2013 22:49:26 +0100 Subject: doc: Documentation updated to look gorgeous. --- configure.ac | 1 + docs/reference/Makefile.am | 2 +- docs/reference/gfbgraph-docs.xml | 67 +++++++++++++++++++++++++++++++++------- docs/reference/version.xml.in | 1 + 4 files changed, 59 insertions(+), 12 deletions(-) create mode 100644 docs/reference/version.xml.in diff --git a/configure.ac b/configure.ac index 8a55020..ea94c83 100644 --- a/configure.ac +++ b/configure.ac @@ -55,5 +55,6 @@ Makefile libgfbgraph.pc docs/Makefile docs/reference/Makefile +docs/reference/version.xml gfbgraph/Makefile tests/Makefile]) diff --git a/docs/reference/Makefile.am b/docs/reference/Makefile.am index d531b92..2591630 100644 --- a/docs/reference/Makefile.am +++ b/docs/reference/Makefile.am @@ -86,7 +86,7 @@ include $(top_srcdir)/gtk-doc.make # Other files to distribute # e.g. EXTRA_DIST += version.xml.in -EXTRA_DIST += +EXTRA_DIST += version.xml.in # Files not to distribute # for --rebuild-types in $(SCAN_OPTIONS), e.g. $(DOC_MODULE).types diff --git a/docs/reference/gfbgraph-docs.xml b/docs/reference/gfbgraph-docs.xml index b09c62e..6262a95 100644 --- a/docs/reference/gfbgraph-docs.xml +++ b/docs/reference/gfbgraph-docs.xml @@ -3,38 +3,83 @@ "http://www.oasis-open.org/docbook/xml/4.3/docbookx.dtd" [ + ]> - gfbgraph Reference Manual - - for gfbgraph [VERSION]. - The latest version of this documentation can be found on-line at - http://[SERVER]/gfbgraph/. - + GFBGraph Reference Manual + Version &version; + + + Álvaro + Peña + +
+ alvaropg@gmail.org +
+
+
+
+ + + 2013 + The GFBGraph authors + + + + + Permission is granted to copy, distribute and/or modify this + document under the terms of the GNU Free + Documentation License, Version 1.1 or any later + version published by the Free Software Foundation with no + Invariant Sections, no Front-Cover Texts, and no Back-Cover + Texts. You may obtain a copy of the GNU Free + Documentation License from the Free Software + Foundation by visiting + their Web site + or by writing to: +
+ 51 Franklin Street, Fifth Floor + Boston, + MA + 02110-1335 + USA +
+
+
- [Insert title here] - + Authorization - - + + + + + Nodes + + - + + + Other + + Object Hierarchy + API Index + Index of deprecated API diff --git a/docs/reference/version.xml.in b/docs/reference/version.xml.in new file mode 100644 index 0000000..d78bda9 --- /dev/null +++ b/docs/reference/version.xml.in @@ -0,0 +1 @@ +@VERSION@ -- cgit v1.2.1