From df183ef18e4f0148adca7e90158d403000a20459 Mon Sep 17 00:00:00 2001 From: Satoshi Asami Date: Fri, 20 Dec 1996 08:18:47 +0000 Subject: [PATCH] Add comment on -DALLLANG. Suggested by: max --- Makefile | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/Makefile b/Makefile index a4f8f1e7d659..ccffd4adc593 100644 --- a/Makefile +++ b/Makefile @@ -1,11 +1,13 @@ # -# $Id: Makefile,v 1.109 1996/11/01 19:03:33 adam Exp $ +# $Id: Makefile,v 1.110 1996/11/26 03:26:31 ache Exp $ # # Make command line options: # -DCLOBBER will remove /usr/include # -DMAKE_LOCAL to add ./local to the SUBDIR list # -DMAKE_PORTS to add ./ports to the SUBDIR list # -DMAKE_EBONES to build eBones (KerberosIV) +# -DALLLANG to build documentation for all languages +# (where available -- see share/doc/Makefile) # # -DNOCLEANDIR run ${MAKE} clean, instead of ${MAKE} cleandir # -DNOCLEAN do not clean at all