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. --- ChangeLog | 7 +++++++ docs/Makefile.am | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index 8a8ec120..c7168521 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,10 @@ +2009-08-17 Daniel Elstner + + Append slash to overridden $(htmlrefpub) + + * docs/Makefile.am (htmlrefpub): Append trailing slash for + consistency with the non-overridden value. + 2009-08-17 Daniel Elstner Exclude GTimeVal and nil from the documentation 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