diff options
author | Marcin Juszkiewicz <hrw@openembedded.org> | 2006-11-21 19:06:45 +0000 |
---|---|---|
committer | Marcin Juszkiewicz <hrw@openembedded.org> | 2006-11-21 19:06:45 +0000 |
commit | 6163b600d5124e9f34fd36fcc441db50a3c19228 (patch) | |
tree | ecbdf440ca15124a760c2131cd826d04777a5553 /conf | |
parent | c0515faee70d7a628d2b3ab6304c5d4718b47be1 (diff) |
documentation.conf: added SVNDIR
Diffstat (limited to 'conf')
-rw-r--r-- | conf/documentation.conf | 1 |
1 files changed, 1 insertions, 0 deletions
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." |