From 4c1d4214aec568f4c28bded0d672dc4604f06161 Mon Sep 17 00:00:00 2001 From: Joey Hess Date: Thu, 15 Jul 2004 23:07:06 +0000 Subject: [PATCH] document IMAGETARGET in CONF.sh --- CONF.sh | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/CONF.sh b/CONF.sh index 46d89ce6..8918b586 100644 --- a/CONF.sh +++ b/CONF.sh @@ -275,3 +275,8 @@ export PUBLISH_PATH="/home/jigdo-area/" # If set, limits the number of binary CDs to produce. #export MAXCDS=1 + +# Used by build.sh to determine what to build, this is the name of a target +# in the Makefile. Use bin-official_images to build only binary CDs. The +# default, official_images, builds everything. +#IMAGETARGET=official_images