olena: olena-2.0-589-g19cf0bf Fix the distribution of Scribo.

* src/Makefile.am (EXTRA_DIST): Remove afp/components.hh, afp/link.hh and afp/regroup.hh. --- scribo/ChangeLog | 7 +++++++ scribo/src/Makefile.am | 8 +------- 2 files changed, 8 insertions(+), 7 deletions(-) diff --git a/scribo/ChangeLog b/scribo/ChangeLog index 00dee14..e9ab8d1 100644 --- a/scribo/ChangeLog +++ b/scribo/ChangeLog @@ -1,3 +1,10 @@ +2013-07-31 Roland Levillain <roland@lrde.epita.fr> + + Fix the distribution of Scribo. + + * src/Makefile.am (EXTRA_DIST): Remove afp/components.hh, + afp/link.hh and afp/regroup.hh. + 2013-07-30 Roland Levillain <roland@lrde.epita.fr> Fix resizing code in toolchain::internal::text_in_picture_functor. diff --git a/scribo/src/Makefile.am b/scribo/src/Makefile.am index b91094f..eea9134 100644 --- a/scribo/src/Makefile.am +++ b/scribo/src/Makefile.am @@ -1,4 +1,4 @@ -# Copyright (C) 2009, 2010, 2011 EPITA Research and Development +# Copyright (C) 2009, 2010, 2011, 2013 EPITA Research and Development # Laboratory (LRDE). # # This file is part of Olena. @@ -173,9 +173,3 @@ CLEANFILES = $(dist_bin_SCRIPTS) EXTRA_DIST = scribo-cli.in - - -EXTRA_DIST += \ - afp/components.hh \ - afp/link.hh \ - afp/regroup.hh -- 1.7.10.4
participants (1)
-
Roland Levillain