
* doc/Makefile.am (TEXI2DVI_FLAGS): Remove -I $(DOC_SRCDIR)/white_paper. --- milena/ChangeLog | 7 +++++++ milena/doc/Makefile.am | 3 --- 2 files changed, 7 insertions(+), 3 deletions(-) diff --git a/milena/ChangeLog b/milena/ChangeLog index a6b4d74..9712e1a 100644 --- a/milena/ChangeLog +++ b/milena/ChangeLog @@ -1,5 +1,12 @@ 2010-03-17 Roland Levillain <roland@lrde.epita.fr> + Remove useless paths in texi2dvi invocations. + + * doc/Makefile.am (TEXI2DVI_FLAGS): + Remove -I $(DOC_SRCDIR)/white_paper. + +2010-03-17 Roland Levillain <roland@lrde.epita.fr> + Update cleaning rules in doc/. * doc/Makefile.am (maintainer-clean-local): diff --git a/milena/doc/Makefile.am b/milena/doc/Makefile.am index ff00de0..e214cf7 100644 --- a/milena/doc/Makefile.am +++ b/milena/doc/Makefile.am @@ -86,9 +86,6 @@ TEXI2DVI_FLAGS += \ -I $(DOC_SRCDIR) -I $(OUTPUTS_SRCDIR) -I $(SPLIT_OUTPUTS_SRCDIR) \ -I $(IMG_SRCDIR) -I $(SPLIT_EXAMPLES_SRCDIR) -# Illustrations of the white paper. -TEXI2DVI_FLAGS += -I $(DOC_SRCDIR)/white_paper - # Additional files for LaTeX compilations. DOC_PACKAGES = doxyfuns.sty milena.sty -- 1.5.6.5