[mm-common] doc-reference.am: Remove pubdocbase and htmlrefpub overrides



commit ade428ac5b5f7ee53dce436b78db5fef8bb4fa8d
Author: Daniel Elstner <daniel kitta gmail com>
Date:   Sat Aug 29 16:15:04 2015 +0200

    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.

 build/doc-reference.am |   16 ++++------------
 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.


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]