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
d9a6f25a
Commit
d9a6f25a
authored
Jun 18, 2013
by
Roland Levillain
Browse files
Work around constraints of TeXLive's bibtex2html on Mac OS X.
* doc/Makefile.am (lrde_olena.html): Here.
parent
017deaf9
Changes
2
Hide whitespace changes
Inline
Side-by-side
ChangeLog
View file @
d9a6f25a
2013-06-18 Roland Levillain <roland@lrde.epita.fr>
Work around constraints of TeXLive's bibtex2html on Mac OS X.
* doc/Makefile.am (lrde_olena.html): Here.
2013-06-14 Roland Levillain <roland@lrde.epita.fr>
Shell-related portability fixes in Olena's Makefiles.
...
...
doc/Makefile.am
View file @
d9a6f25a
...
...
@@ -166,8 +166,12 @@ lrde_olena.bib:
# Warning: also generates lrde_olena_bib.html
lrde_olena.html
:
lrde_olena.bib
bibtex2html
-s
plain
-nokeywords
-citefile
lrde_olena.cite
\
-noabstract
-nofooter
-labelname
-nodoc
-linebreak
-nf
urllrde PDF lrde_olena.bib
# Use the current directory for temporary files, as TeXlive (2012)
# prevents bibtex2html from running bibtex in a temporary directory on
# Mac OS X (see https://www.lri.fr/~filliatr/bibtex2html/).
env
TMPDIR
=
.
bibtex2html
-s
plain
-nokeywords
\
-citefile
lrde_olena.cite
-noabstract
-nofooter
-labelname
\
-nodoc
-linebreak
-nf
urllrde PDF lrde_olena.bib
EXTRA_DIST
+=
\
...
...
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