From: Marcin Juszkiewicz Date: Tue, 21 Nov 2006 19:06:45 +0000 (+0000) Subject: documentation.conf: added SVNDIR X-Git-Tag: Release-2010-05/1~9453^2~350 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=6163b600d5124e9f34fd36fcc441db50a3c19228;p=openembedded.git documentation.conf: added SVNDIR --- diff --git a/conf/documentation.conf b/conf/documentation.conf index 62622ea255..69d4c1d30b 100644 --- a/conf/documentation.conf +++ b/conf/documentation.conf @@ -85,6 +85,7 @@ GROUP_fetcher[doc] = "The key highly influence the fetcher implementations." DL_DIR[doc] = "The directory where tarballs will be stored. @group fetcher" CVSDIR[doc] = "The directory where cvs checkouts will be stored in. @group fetcher" GITDIR[doc] = "The directory where git clones will be stored. @group fetcher" +SVNDIR[doc] = "The directory where subversion checkouts will be stored. @group fetcher" STAMP[doc] = "The directory that holds files to keep track of what was built." WORKDIR[doc] = "The directory where a concrete package will be unpacked and built."