diff options
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 10 |
1 files changed, 10 insertions, 0 deletions
@@ -16,3 +16,13 @@ Other possible targets: $(BUILD_DIR)/$(DOCSET_NAME).docset - equivalent to DOCSET_NAME $(BUILD_DIR)/$(DOCSET_NAME).tgz - create a .tgz archive of DOCSET_NAME ``` + +### Project Structure + +``` +. +├── src +│ ├── configs - supported docsets, including metadata and build scripts +│ └── scripts - general purpose scripts +└── tmp - intermediate sources (e.g., upstream sources are downloaded to here) +``` |