mirror of
https://github.com/grafana/loki.git
synced 2025-08-02 03:06:14 +08:00

Signed-off-by: Jack Baldry <jack.baldry@grafana.com> Co-authored-by: J Stickler <julie.stickler@grafana.com>
5 lines
314 B
Makefile
5 lines
314 B
Makefile
# List of projects to provide to the make-docs script.
|
|
# Format is PROJECT[:[VERSION][:[REPOSITORY][:[DIRECTORY]]]]
|
|
# This overrides the default behavior of assuming the repository directory is the same as the project name.
|
|
PROJECTS := loki:UNVERSIONED:$(notdir $(basename $(shell git rev-parse --show-toplevel)))
|