summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Elstner <daniel.kitta@gmail.com>2015-08-29 16:15:04 +0200
committerDaniel Elstner <daniel.kitta@gmail.com>2015-08-29 16:21:12 +0200
commitade428ac5b5f7ee53dce436b78db5fef8bb4fa8d (patch)
tree721de2cbf84eb10cdd5f9e6d15440594f2426f13
parentb7dcdf272c1e9fbac97472ff565852f9bc55ddc4 (diff)
downloadmm-common-ade428ac5b5f7ee53dce436b78db5fef8bb4fa8d.tar.gz
doc-reference.am: Remove pubdocbase and htmlrefpub overrides
* build/doc-reference.am (pubdocbase): Remove overridable variable, which has been obsolete and without effect for a long time now. (htmlrefpub): ditto.
-rw-r--r--build/doc-reference.am16
1 files changed, 4 insertions, 12 deletions
diff --git a/build/doc-reference.am b/build/doc-reference.am
index 94df2d5..da5642a 100644
--- a/build/doc-reference.am
+++ b/build/doc-reference.am
@@ -16,9 +16,9 @@
## along with mm-common. If not, see <http://www.gnu.org/licenses/>.
## Parameters: book_name
-## Overrides: pubdocbase, htmlrefpub, book_title, htmlref_patterns,
-## doc_outdir, doc_config, doc_postprocess, doc_install,
-## tagfile_to_devhelp2, doxytagfile, devhelpfile
+## Overrides: doc_outdir, doc_config, book_title, htmlref_patterns,
+## doc_postprocess, doc_install, tagfile_to_devhelp2,
+## doxytagfile, devhelpfile
## Files: doc_input
## Output: dist_noinst_DATA, DISTCLEANFILES, MAINTAINERCLEANFILES
@@ -29,20 +29,12 @@ doc_outdir ?= reference
# The name of the Doxygen configuration file.
doc_config ?= $(doc_outdir)/Doxyfile
-# The base URL where the online documentation for C++ binding modules
-# is located, including the trailing slash.
-pubdocbase ?= http://library.gnome.org/devel/
-
-# The URL of the module's online HTML reference documentation, which
-# may or may not end in a trailing slash.
-htmlrefpub ?= $(pubdocbase)$(PACKAGE_TARNAME)/unstable/
-
# The title of the generated Devhelp book.
book_title ?= $(PACKAGE_NAME) Reference Manual
# A list of wildcard patterns matching the files from the HTML directory
# generated by Doxygen which should be distributed and installed.
-htmlref_patterns ?= $(addprefix $(doc_outdir)/html/*.,css gif html png js)
+htmlref_patterns ?= $(addprefix $(doc_outdir)/html/*.,css gif html js png)
# Locations of utilities shipped with glibmm. Made overridable
# in case the installed utilities cannot be used for some reason.