From 603d3105cb16470e502f0e3d20f95d2243771e33 Mon Sep 17 00:00:00 2001 From: Louie S Date: Fri, 7 Jun 2024 15:10:52 -0400 Subject: Replace placeholders with wildcard rules --- README.md | 10 ++++++++++ 1 file changed, 10 insertions(+) (limited to 'README.md') diff --git a/README.md b/README.md index ed9bd59..366b689 100644 --- a/README.md +++ b/README.md @@ -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) +``` -- cgit