From 7ba424569975a0ddd9fc6d34c3f3eda6d1dd05a8 Mon Sep 17 00:00:00 2001 From: Daniel Elstner Date: Mon, 17 Aug 2009 09:12:23 +0200 Subject: Append slash to overridden $(htmlrefpub) * docs/Makefile.am (htmlrefpub): Append trailing slash for consistency with the non-overridden value. --- docs/Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'docs') diff --git a/docs/Makefile.am b/docs/Makefile.am index 8a28d8bc..54a289df 100644 --- a/docs/Makefile.am +++ b/docs/Makefile.am @@ -29,7 +29,7 @@ doc_input = $(addprefix $(top_srcdir)/glib/glibmm/,$(glibmm_files_h)) \ # Override the web location to use the old-style path with redundant # directory components. -htmlrefpub = http://www.gtkmm.org/docs/$(book_name)/docs/reference/html +htmlrefpub = http://www.gtkmm.org/docs/$(book_name)/docs/reference/html/ doctooldir = $(datadir)/$(GLIBMM_MODULE_NAME)/doctool dist_doctool_DATA = doc-install.pl doc-postprocess.pl tagfile-to-devhelp2.xsl -- cgit v1.2.1