diff options
author | Daniel Elstner <danielk@openismus.com> | 2009-08-17 09:12:23 +0200 |
---|---|---|
committer | Daniel Elstner <danielk@openismus.com> | 2009-08-17 09:12:23 +0200 |
commit | 7ba424569975a0ddd9fc6d34c3f3eda6d1dd05a8 (patch) | |
tree | 7828ee62a4e88a3d7e0a05a58f98c399a7421923 /docs | |
parent | 6e3c0a1051882ea035d7ab2b86a346958cb3e4a7 (diff) | |
download | glibmm-7ba424569975a0ddd9fc6d34c3f3eda6d1dd05a8.tar.gz |
Append slash to overridden $(htmlrefpub)
* docs/Makefile.am (htmlrefpub): Append trailing slash for
consistency with the non-overridden value.
Diffstat (limited to 'docs')
-rw-r--r-- | docs/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
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 |