From 3557fa76c3eca49f88b2a2c3849b6c401ce1951c Mon Sep 17 00:00:00 2001 From: Kern Sibbald Date: Fri, 25 Sep 2009 08:30:55 +0200 Subject: [PATCH] Add 'make en' to be consistent with other langs --- docs/Makefile.in | 2 ++ 1 file changed, 2 insertions(+) diff --git a/docs/Makefile.in b/docs/Makefile.in index cfde9228..2d6103ec 100644 --- a/docs/Makefile.in +++ b/docs/Makefile.in @@ -39,6 +39,8 @@ DIST = Makefile.in #------------------------------------------------------------------------- +en: all + all: @for I in ${en_dirs}; \ do (cd $$I; echo "==>Entering directory `pwd`"; \ -- 2.39.2