summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarvin Schmidt <marv@exherbo.org>2013-08-14 09:42:38 +0200
committerJiří Techet <techet@gmail.com>2013-08-14 17:36:36 +0200
commit1d400445400ee2e47629fdbfbb4db1a4611e1dcf (patch)
tree7bc17ed8669358f5ef3c178e7f9f2f17e9117ffa
parent46fbec3941fece341f1f2942340a13437d4f4289 (diff)
downloadlibchamplain-1d400445400ee2e47629fdbfbb4db1a4611e1dcf.tar.gz
doc: Set DOC_MODULE_VERSION
This will avoid file collisions with future API versions and makes different API versions completely parallel installable
-rw-r--r--docs/reference-gtk/Makefile.am2
-rw-r--r--docs/reference/Makefile.am2
2 files changed, 2 insertions, 2 deletions
diff --git a/docs/reference-gtk/Makefile.am b/docs/reference-gtk/Makefile.am
index 7e59589..a59d527 100644
--- a/docs/reference-gtk/Makefile.am
+++ b/docs/reference-gtk/Makefile.am
@@ -7,7 +7,7 @@ AUTOMAKE_OPTIONS = 1.6
DOC_MODULE=libchamplain-gtk
# Uncomment for versioned docs and specify the version of the module, e.g. '2'.
-#DOC_MODULE_VERSION=2
+DOC_MODULE_VERSION=@CHAMPLAIN_API_VERSION@
# The top-level SGML file. You can change this if you want to.
diff --git a/docs/reference/Makefile.am b/docs/reference/Makefile.am
index da1b301..a64b6ec 100644
--- a/docs/reference/Makefile.am
+++ b/docs/reference/Makefile.am
@@ -7,7 +7,7 @@ AUTOMAKE_OPTIONS = 1.6
DOC_MODULE=libchamplain
# Uncomment for versioned docs and specify the version of the module, e.g. '2'.
-#DOC_MODULE_VERSION=2
+DOC_MODULE_VERSION=@CHAMPLAIN_API_VERSION@
# The top-level SGML file. You can change this if you want to.