---
scribo/ChangeLog | 4 ++++
scribo/doc/Makefile.am | 2 +-
2 files changed, 5 insertions(+), 1 deletions(-)
diff --git a/scribo/ChangeLog b/scribo/ChangeLog
index d6dc2aa..f6baa00 100644
--- a/scribo/ChangeLog
+++ b/scribo/ChangeLog
@@ -1,5 +1,9 @@
2013-04-12 Guillaume Lazzara <z(a)lrde.epita.fr>
+ * doc/Makefile.am: Fix path to documentation.
+
+2013-04-12 Guillaume Lazzara <z(a)lrde.epita.fr>
+
Use relative paths in documentation.
* doc/Doxyfile.in,
diff --git a/scribo/doc/Makefile.am b/scribo/doc/Makefile.am
index d1a5f44..466011c 100644
--- a/scribo/doc/Makefile.am
+++ b/scribo/doc/Makefile.am
@@ -267,4 +267,4 @@ uninstall-local:
doc-teamcity:
sed -i -e "s,../../../../milena/doc/$(USER_REFMAN)/html,../milena.doc/,g" \
-e "s,../../../../doc/$(USER_REFMAN)/html,../olena.doc/,g" \
- `find $(top_srcdir)/scribo/$(USER_REFMAN) -name '*.html'`
+ `find $(srcdir)/$(USER_REFMAN) -name '*.html'`
--
1.7.2.5
Show replies by date