--- ChangeLog | 4 ++++ doc/Makefile.am | 2 +- 2 files changed, 5 insertions(+), 1 deletions(-)
diff --git a/ChangeLog b/ChangeLog index 4316d83..9edb370 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,9 @@ 2013-04-12 Guillaume Lazzara z@lrde.epita.fr
+ * doc/Makefile.am: Fix path to documentation. + +2013-04-12 Guillaume Lazzara z@lrde.epita.fr + Use relative paths in documentation.
* doc/Doxyfile.in, diff --git a/doc/Makefile.am b/doc/Makefile.am index cc41520..3ef928f 100644 --- a/doc/Makefile.am +++ b/doc/Makefile.am @@ -233,4 +233,4 @@ doc-teamcity: sed -i -e "s,../../../../milena/doc/$(USER_REFMAN)/html,../milena.doc/,g" \ -e "s,../../../../scribo/doc/$(USER_REFMAN)/html,../scribo.doc/,g" \ -e "s,../../../../doc/$(USER_REFMAN)/html,../olena.doc/,g" \ - `find $(USER_REFMAN).tmp/html -name '*.html'` + `find $(top_srcdir)/scribo/$(USER_REFMAN) -name '*.html'`