summaryrefslogtreecommitdiff
path: root/doc-build/Makefile.am
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/Makefile.am
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/Makefile.am')
-rw-r--r--doc-build/Makefile.am12
1 files changed, 12 insertions, 0 deletions
diff --git a/doc-build/Makefile.am b/doc-build/Makefile.am
new file mode 100644
index 00000000..b30f9102
--- /dev/null
+++ b/doc-build/Makefile.am
@@ -0,0 +1,12 @@
+bin_SCRIPTS = gnome-doc-common
+
+pkgdatadir = $(datadir)/gnome-common/data
+pkgdata_DATA = \
+ omf.make \
+ xmldocs.make
+
+EXTRA_DIST = \
+ omf.make \
+ xmldocs.make \
+ gnome-doc-common.in \
+ ChangeLog