summaryrefslogtreecommitdiff
path: root/doc-build/README
diff options
context:
space:
mode:
authorMalcolm Tredinnick <malcolm@src.gnome.org>2003-05-24 15:16:26 +0000
committerMalcolm Tredinnick <malcolm@src.gnome.org>2003-05-24 15:16:26 +0000
commite16ea58db92e05b9720acdc6992175ec346dfc91 (patch)
treedafb19409513ae55790e962f0cada60d82606237 /doc-build/README
parent59c9ab024e8a72ca8393b02a4162ad5f2d3c5cdb (diff)
downloadshared-mime-info-e16ea58db92e05b9720acdc6992175ec346dfc91.tar.gz
Bump the version number to 2.3.0
* configure.in: Bump the version number to 2.3.0 * configure.in, Makefile.am, macros2/autogen.sh, doc-build/*: Add in the infrastructure to allow user documentatin to be built from some common files. This will not affect existing packages. The changes required to use this are given in doc-build/README. svn path=/trunk/; revision=2905
Diffstat (limited to 'doc-build/README')
-rw-r--r--doc-build/README9
1 files changed, 9 insertions, 0 deletions
diff --git a/doc-build/README b/doc-build/README
new file mode 100644
index 00000000..6b44642b
--- /dev/null
+++ b/doc-build/README
@@ -0,0 +1,9 @@
+To automatically include the standard user documentation build files (omf.make
+and xmldocs.make) in you package, set USE_COMMON_DOC_BUILD=yes in autogen.sh
+before calling the macros2/autogen.sh script.
+
+When porting applications across to use this feature, ensure that all of the
+references to xmldocs.make are to $(top_srcdir)/xmldocs.make in the appropriate
+Makefile.am files. Some modules assume that xmldocs.make is in another
+directory (like docs/ or something).
+