Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Olena
olena
Commits
5afba384
Commit
5afba384
authored
Apr 10, 2013
by
Guillaume Lazzara
Browse files
doc/Makefile.am: Fix path to other documentations.
parent
4a0ee16f
Changes
2
Hide whitespace changes
Inline
Side-by-side
milena/ChangeLog
View file @
5afba384
2013-04-10 Guillaume Lazzara <z@lrde.epita.fr>
* doc/Makefile.am: Fix path to other documentations.
2013-04-04 Guillaume Lazzara <z@lrde.epita.fr>
Kill Doxygen warnings.
milena/doc/Makefile.am
View file @
5afba384
# Copyright (C) 2007, 2008, 2009, 2010 EPITA Research and
Development
# Laboratory (LRDE).
# Copyright (C) 2007, 2008, 2009, 2010
, 2013
EPITA Research and
#
Development
Laboratory (LRDE).
#
# This file is part of Olena.
#
...
...
@@ -248,7 +248,8 @@ $(srcdir)/user-refman.stamp: $(srcdir)/$(DOXYFILE).in $(REFMAN_deps)
test
-f
$(USER_REFMAN).tmp/latex/refman.tex
rm
-rf
$(srcdir)/$(USER_REFMAN)
## Fix path to the main page of the documentation.
sed
-i
-e
"s,\@relcommondocpath\@,$(DESTDIR)$(htmldir)/$(USER_REFMAN)/html/,g"
\
sed
-i
-e
"s,\@relcommondocpath\@,$(top_srcdir)/,g"
\
-e
"s,\@userrefman\@,$(USER_REFMAN),g"
\
`find
$(USER_REFMAN).tmp
-name
'*.html'
`
## FIXME: Moving directories between file systems is not portable.
mv
$(USER_REFMAN).tmp
$(srcdir)/$(USER_REFMAN)
...
...
@@ -330,7 +331,7 @@ $(srcdir)/devel-refman.stamp: $(srcdir)/$(DOXYFILE).in $(REFMAN_deps)
test
-f
$(DEVEL_REFMAN).tmp/latex/refman.tex
rm
-rf
$(srcdir)/$(DEVEL_REFMAN)
## Fix path to the main page of the documentation.
sed
-i
-e
"s,\@relcommondocpath\@,$(
DESTDIR)$(htmldir)
/$(DEVEL_REFMAN)/html/,g"
\
sed
-i
-e
"s,\@relcommondocpath\@,$(
top_srcdir)/doc
/$(DEVEL_REFMAN)/html/,g"
\
$(DEVEL_REFMAN).tmp/html/index.html
## FIXME: Moving directories between file systems is not portable.
mv
$(DEVEL_REFMAN).tmp
$(srcdir)/$(DEVEL_REFMAN)
...
...
@@ -756,6 +757,9 @@ install-data-local:
# special case.
rm
-rf
$(DESTDIR)$(htmldir)/milena/$(USER_REFMAN)/html
cp
-r
$(srcdir)/$(USER_REFMAN)/html
$(DESTDIR)$(htmldir)/milena/$(USER_REFMAN)
## Fix path to the main page of the documentation.
sed
-i
-e
"s,\$(top_srcdir)/doc/$(USER_REFMAN)/html,$(DESTDIR)$(htmldir)/$(USER_REFMAN),g"
\
`find
$(DESTDIR)$(htmldir)/milena/$(USER_REFMAN)
-name
'*.html'
`
# Other HTML directories can be processed uniformly.
for
d
in
$(DATA_html_dirs_inst);
do
\
rm
-rf
$(DESTDIR)$(htmldir)/milena/$$d;
\
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment