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
45bcbda3
Commit
45bcbda3
authored
Jun 26, 2014
by
Roland Levillain
Browse files
Make Olena more compatible with BSD Make.
* doc/Makefile.am: Do not use `$<' outside suffix rules.
parent
28832f9e
Changes
2
Hide whitespace changes
Inline
Side-by-side
ChangeLog
View file @
45bcbda3
2014-06-26 Roland Levillain <roland@lrde.epita.fr>
Make Olena more compatible with BSD Make.
* doc/Makefile.am: Do not use `$<' outside suffix rules.
2014-06-25 Roland Levillain <roland@lrde.epita.fr>
2014-06-25 Roland Levillain <roland@lrde.epita.fr>
Convert Olena to UTF-8.
Convert Olena to UTF-8.
...
...
doc/Makefile.am
View file @
45bcbda3
# Copyright (C) 2007, 2008, 2009, 2010, 2013 EPITA Research and
# Copyright (C) 2007, 2008, 2009, 2010, 2013
, 2014
EPITA Research and
# Development Laboratory (LRDE).
# Development Laboratory (LRDE).
#
#
# This file is part of Olena.
# This file is part of Olena.
...
@@ -104,7 +104,7 @@ edit = sed -e "s|@ID[@]|$(ID)|" \
...
@@ -104,7 +104,7 @@ edit = sed -e "s|@ID[@]|$(ID)|" \
-e
's,@builddir[@],
$(builddir)
,g'
-e
's,@builddir[@],
$(builddir)
,g'
$(DOXYFILE_USER)
:
$(srcdir)/$(DOXYFILE).in
$(DOXYFILE_USER)
:
$(srcdir)/$(DOXYFILE).in
$(edit)
$
<
>
$@
$(edit)
$
(srcdir)
/
$(DOXYFILE)
.in
>
$@
MAINTAINERCLEANFILES
=
$(DOXYFILE_USER)
MAINTAINERCLEANFILES
=
$(DOXYFILE_USER)
USER_REFMAN
=
user-refman
USER_REFMAN
=
user-refman
...
@@ -132,8 +132,8 @@ $(srcdir)/user-refman.stamp: $(srcdir)/$(DOXYFILE).in $(REFMAN_deps)
...
@@ -132,8 +132,8 @@ $(srcdir)/user-refman.stamp: $(srcdir)/$(DOXYFILE).in $(REFMAN_deps)
$(srcdir)/$(USER_REFMAN)
:
$(srcdir)/user-refman.stamp
$(srcdir)/$(USER_REFMAN)
:
$(srcdir)/user-refman.stamp
## Recover from the removal of $@.
## Recover from the removal of $@.
@if test -d $@; then
:
; else
\
@if test -d $@; then
:
; else
\
rm -f $
<
;
\
rm -f $
(srcdir)/user-refman.stamp
;
\
$(MAKE) $(AM_MAKEFLAGS) $
<
;
\
$(MAKE) $(AM_MAKEFLAGS) $
(srcdir)/user-refman.stamp
;
\
fi
fi
# Installing a directory located in the source dir is not supported by
# Installing a directory located in the source dir is not supported by
...
@@ -154,7 +154,7 @@ contributors.html: $(top_srcdir)/AUTHORS
...
@@ -154,7 +154,7 @@ contributors.html: $(top_srcdir)/AUTHORS
exit
1
;
}
exit
1
;
}
$(RST2HTML)
--input-encoding
=
UTF-8
--output-encoding
=
UTF-8
\
$(RST2HTML)
--input-encoding
=
UTF-8
--output-encoding
=
UTF-8
\
--stylesheet-path
=
$(srcdir)
/doxygen.css
--link-stylesheet
\
--stylesheet-path
=
$(srcdir)
/doxygen.css
--link-stylesheet
\
$
<
>
$@
$
(top_srcdir)
/AUTHORS
>
$@
## -------------- ##
## -------------- ##
...
@@ -168,7 +168,7 @@ lrde_olena.bib: $(srcdir)/lrde.bib
...
@@ -168,7 +168,7 @@ lrde_olena.bib: $(srcdir)/lrde.bib
exit
1
;
}
exit
1
;
}
$(BIB2BIB)
-s
plain
-oc
lrde_olena.cite
-ob
$@
\
$(BIB2BIB)
-s
plain
-oc
lrde_olena.cite
-ob
$@
\
-c
'project = "Image" or project = "Olena"'
\
-c
'project = "Image" or project = "Olena"'
\
-s
year
-r
$
<
-s
year
-r
$
(srcdir)
/lrde.bib
# Warning: also generates lrde_olena_bib.html
# Warning: also generates lrde_olena_bib.html
lrde_olena.html
:
lrde_olena.bib
lrde_olena.html
:
lrde_olena.bib
...
@@ -180,7 +180,7 @@ lrde_olena.html: lrde_olena.bib
...
@@ -180,7 +180,7 @@ lrde_olena.html: lrde_olena.bib
# Mac OS X (see https://www.lri.fr/~filliatr/bibtex2html/).
# Mac OS X (see https://www.lri.fr/~filliatr/bibtex2html/).
env
TMPDIR
=
.
$(BIBTEX2HTML)
-s
plain
-nokeywords
\
env
TMPDIR
=
.
$(BIBTEX2HTML)
-s
plain
-nokeywords
\
-citefile
lrde_olena.cite
-noabstract
-nofooter
-labelname
\
-citefile
lrde_olena.cite
-noabstract
-nofooter
-labelname
\
-nodoc
-linebreak
-nf
urllrde PDF
$<
-nodoc
-linebreak
-nf
urllrde PDF
lrde_olena.bib
EXTRA_DIST
+=
\
EXTRA_DIST
+=
\
...
...
Write
Preview
Markdown
is supported
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