Skip to content
GitLab
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
5e471a1f
Commit
5e471a1f
authored
Nov 28, 2011
by
Guillaume Lazzara
Browse files
Fix dependencies in Makefiles.
* Makefile.am, * doc/Makefile.am: Here.
parent
057e6f99
Changes
3
Hide whitespace changes
Inline
Side-by-side
ChangeLog
View file @
5e471a1f
2012-02-27 Guillaume Lazzara <z@lrde.epita.fr>
Fix dependencies in Makefiles.
* Makefile.am,
* doc/Makefile.am: Here.
2012-02-27 Guillaume Lazzara <z@lrde.epita.fr>
Fix Path to Olena logo.
...
...
Makefile.am
View file @
5e471a1f
# Copyright (C) 2006, 2007, 2008, 2009, 2010, 2012, 2013 EPITA
# Copyright (C) 2006, 2007, 2008, 2009, 2010,
2011,
2012, 2013 EPITA
# Research and Development Laboratory (LRDE).
#
# This file is part of Olena.
...
...
@@ -17,7 +17,7 @@
ACLOCAL_AMFLAGS
=
-I
m4
SUBDIRS
=
build-aux
doc
external milena
SUBDIRS
=
build-aux external milena
if
ENABLE_SWILENA
SUBDIRS
+=
swilena
...
...
@@ -27,6 +27,11 @@ if ENABLE_SCRIBO
SUBDIRS
+=
scribo
endif
ENABLE_SCRIBO
# We rely on Automake to ensure that the documentions are generated in
# the right order. Here, we make sure that the general documentation
# will be generated after milena's and scribo'd documentation.
SUBDIRS
+=
doc
# Target shortcuts delegating the actual action to milena/Makefile.
LOCAL_RECURSIVE_TARGETS
=
tests
.PHONY
:
$(LOCAL_RECURSIVE_TARGETS)
...
...
doc/Makefile.am
View file @
5e471a1f
...
...
@@ -35,9 +35,6 @@ TEXI2DVI_FLAGS += \
-I
$(srcdir)
-I
$(srcdir)
/outputs
-I
$(srcdir)
/outputs/split
\
-I
$(srcdir)
/img
-I
$(srcdir)
/examples/split
# Additional files for LaTeX compilations.
DOC_PACKAGES
=
doxyfuns.sty milena.sty
# ----------------------- #
# User Reference Manual. #
...
...
@@ -55,27 +52,38 @@ DOXYFILE_USER = Doxyfile_user
# Images
REFMAN_IMAGES
=
$(srcdir)
/images/olena_layers.png
EXTRA_DIST
=
$(REFMAN_IMAGES)
REFMAN_IMAGES
=
\
$(srcdir)
/images/olena_layers.png
\
$(srcdir)
/images/logo.jpg
EXTRA_DIST
=
\
$(REFMAN_IMAGES)
\
$(srcdir)
/images/olena_layers.svg
# Documentation content
REFMAN_deps
=
$(srcdir)
/footer.html
\
$(srcdir)
/header.html
\
$(srcdir)
/doxygen.css
\
$(srcdir)
/mainpage.dox
\
$(srcdir)
/about.dox
\
$(srcdir)
/DoxygenLayout.xml
\
$(srcdir)
/modules_list.dox
\
$(srcdir)
/olena.bib
\
$(srcdir)
/lrde.bib
\
$(srcdir)
/doc.bib
\
$(srcdir)
/contributors.dox
\
$(srcdir)
/bibliography.dox
\
$(srcdir)
/license.dox
\
$(srcdir)
/license_commercial.dox
\
$(srcdir)
/online_resources.dox
\
$(srcdir)
/get_sources.dox
\
$(srcdir)
/subdoc_footer.html
\
contributors.html
\
lrde_olena.html
\
$(REFMAN_IMAGES)
# Sed is used to generate Doxyfile from Doxyfile.in instead of
# configure, because the former is way faster than the latter.
#
...
...
@@ -142,13 +150,13 @@ contributors.html: $(top_srcdir)/AUTHORS
## Bibliography. ##
## -------------- ##
# Warning: also generate lrde_olena.cite
# Warning: also generate
s
lrde_olena.cite
lrde_olena.bib
:
bib2bib
-s
plain
-oc
lrde_olena.cite
-ob
lrde_olena.bib
-c
\
'project = "Image" or project = "Olena"'
\
-s
year
-r
$(srcdir)
/lrde.bib
# Warning: also generate lrde_olena_bib.html
# Warning: also generate
s
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
...
...
@@ -163,11 +171,8 @@ MAINTAINERCLEANFILES += lrde_olena.cite \
## Cleaning. ##
## ---------- ##
MAINTAINERCLEANFILES
+=
$(dist_pdf_DATA)
maintainer-clean-local
:
-
rm
-rf
$(USER_REFMAN)
.tmp
$(srcdir)
/
$(USER_REFMAN)
-
rm
-rf
$(DEVEL_REFMAN)
.tmp
$(srcdir)
/
$(DEVEL_REFMAN)
-
for
d
in
$(DATA_html_dirs)
;
do
\
rm
-rf
$$
d.tmp
$(srcdir)
/
$$
d
;
\
done
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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