[libxml++] docs/Makefile.am: Fix missing update of relative path



commit 0c24b0678caef9f81e65e99f1d34f25a8d23b857
Author: Kjell Ahlstedt <kjell ahlstedt bredband net>
Date:   Fri Sep 11 19:37:57 2015 +0200

    docs/Makefile.am: Fix missing update of relative path
    
    Fix relative path to ../examples in the rule for manual/libxml++.xml.
    Add a TODO comment, because I'm uncertain about the relative paths in
    the rsync commands that upload to sourceforge.net.

 docs/Makefile.am |    7 ++++++-
 1 files changed, 6 insertions(+), 1 deletions(-)
---
diff --git a/docs/Makefile.am b/docs/Makefile.am
index e6cc5eb..9458f00 100644
--- a/docs/Makefile.am
+++ b/docs/Makefile.am
@@ -22,7 +22,7 @@ doc_input = $(addprefix $(top_srcdir)/libxml++/,$(h_sources_public))
 include $(top_srcdir)/macros/doc-reference.am
 
 manual/libxml++.xml: manual/libxml++_without_code.xml manual/insert_example_code.pl
-       $(AM_V_GEN)$(PERL) -- manual/insert_example_code.pl examples $< >$@
+       $(AM_V_GEN)$(PERL) -- manual/insert_example_code.pl ../examples $< >$@
 
 manualdir = $(docdir)/manual
 manual_htmldir = $(manualdir)/html
@@ -61,6 +61,11 @@ MAINTAINERCLEANFILES += manual/html/*.html
 web_path_project = /home/groups/l/li/libxmlplusplus/htdocs/
 rsync_args = -vz --rsh ssh --recursive --cvs-exclude --exclude="**1.0**" --exclude=".gitignore" 
--exclude="Makefile" --exclude="Makefile.in" --exclude=".deps" --exclude=".libs"
 
+## TODO: When I moved this code from libxml++/Makefile.am to libxml++/docs/Makefile.am,
+## I changed the relative paths accordingly (docs/index.html -> index.html,
+## examples -> ../examples). I don't know if that changes the location where the files
+## are stored at sourceforge.net. If necessary, change again before you use 'make post-html'.
+## Why are the examples copied to sourceforge? / 2015-09-11 Kjell Ahlstedt
 post-html: index.html
        rsync $(rsync_args) -r index.html $$USER,libxmlplusplus web sourceforge net:$(web_path_project)
        rsync $(rsync_args) -r ../examples $$USER,libxmlplusplus web sourceforge net:$(web_path_project)


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