From 5e23b58d82c3f8d5b9dea62723fac8dbce15ed6a Mon Sep 17 00:00:00 2001 From: Federico Mena Quintero Date: Thu, 11 Oct 2001 17:16:05 +0000 Subject: Fix the order of the help/ subdirs. These must be sorted as a preorder 2001-10-11 Federico Mena Quintero * configure.in (AC_OUTPUT): Fix the order of the help/ subdirs. These must be sorted as a preorder walk for a tree! svn path=/trunk/; revision=13585 --- ChangeLog | 5 +++++ configure.in | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index f6883fe6c5..354dfd0a10 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2001-10-11 Federico Mena Quintero + + * configure.in (AC_OUTPUT): Fix the order of the help/ subdirs. + These must be sorted as a preorder walk for a tree! + 2001-10-10 Ettore Perazzoli * configure.in: 0.16.99. diff --git a/configure.in b/configure.in index c7ce2afe2d..c3ed23b1f3 100644 --- a/configure.in +++ b/configure.in @@ -1095,8 +1095,8 @@ doc/devel/calendar/cal-util/Makefile e-util/Makefile e-util/ename/Makefile filter/Makefile -help/C/Makefile help/Makefile +help/C/Makefile help/no/Makefile importers/Makefile intl/Makefile -- cgit v1.2.3