[gtkmm-documentation] Install figures/ and icons/ below tutorial/html/
- From: Daniel Elstner <daniel src gnome org>
- To: svn-commits-list gnome org
- Cc:
- Subject: [gtkmm-documentation] Install figures/ and icons/ below tutorial/html/
- Date: Tue, 15 Sep 2009 16:56:49 +0000 (UTC)
commit 1ec73068c10334b9a810ac1e35330de141961757
Author: Daniel Elstner <danielk openismus com>
Date: Tue Sep 15 18:52:51 2009 +0200
Install figures/ and icons/ below tutorial/html/
* docs/tutorial/Makefile.am (tutorial_{figuresdir,iconsdir}):
Install figures and icons into subdirectories of tutorial/html/
so that the relative links in the HTML files work.
ChangeLog | 8 ++++++++
docs/tutorial/Makefile.am | 4 ++--
2 files changed, 10 insertions(+), 2 deletions(-)
---
diff --git a/ChangeLog b/ChangeLog
index 1ef2f66..4afa919 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,13 @@
2009-09-15 Daniel Elstner <danielk openismus com>
+ Install figures/ and icons/ below tutorial/html/
+
+ * docs/tutorial/Makefile.am (tutorial_{figuresdir,iconsdir}):
+ Install figures and icons into subdirectories of tutorial/html/
+ so that the relative links in the HTML files work.
+
+2009-09-15 Daniel Elstner <danielk openismus com>
+
Make example code file links point to cgit
* docs/tutorial/C/gtkmm-tutorial-in.xml (url_examples_others_base):
diff --git a/docs/tutorial/Makefile.am b/docs/tutorial/Makefile.am
index 2a6e3fa..8d21fdb 100644
--- a/docs/tutorial/Makefile.am
+++ b/docs/tutorial/Makefile.am
@@ -113,8 +113,8 @@ xslt_params = $(strip \
tutorialdir = $(gtkmm_docdir)/tutorial
tutorial_htmldir = $(tutorialdir)/html
-tutorial_figuresdir = $(tutorialdir)/figures
-tutorial_iconsdir = $(tutorialdir)/icons
+tutorial_figuresdir = $(tutorial_htmldir)/figures
+tutorial_iconsdir = $(tutorial_htmldir)/icons
tutorial_html_files = $(call vpath_listall,html/*.html) style.css
tutorial_html_inst = $(foreach\
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]