diff options
author | Louie S <louie@example.com> | 2024-06-07 15:10:52 -0400 |
---|---|---|
committer | Louie S <louie@example.com> | 2024-06-07 15:10:52 -0400 |
commit | 603d3105cb16470e502f0e3d20f95d2243771e33 (patch) | |
tree | 2d775cf0fd4df3e745ff1649d5e1119e13416113 /README.md | |
parent | a9413e16e8a8d160acb760a0971f25ef23d71e8c (diff) |
Replace placeholders with wildcard rules
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) +``` |