From 17137098721e27a7a575a8db1c543700de5a9c9c Mon Sep 17 00:00:00 2001 From: Gerrod Ubben Date: Wed, 12 Aug 2026 13:31:03 -0400 Subject: [PATCH] Note that Makefile is cookiecutter-managed. Co-authored-by: Cursor --- Makefile | 2 ++ cookiecutter/ci/{{ cookiecutter.__project_name }}/Makefile | 3 +++ 2 files changed, 5 insertions(+) diff --git a/Makefile b/Makefile index 8b190c671..328f4b3c8 100644 --- a/Makefile +++ b/Makefile @@ -1,4 +1,6 @@ +# This file is managed by the cookiecutter templates. +# Do not edit manually LANGUAGES=de GLUE_PLUGINS=$(notdir $(wildcard pulp-glue/src/pulp_glue/*)) CLI_PLUGINS=$(notdir $(wildcard src/pulpcore/cli/*)) diff --git a/cookiecutter/ci/{{ cookiecutter.__project_name }}/Makefile b/cookiecutter/ci/{{ cookiecutter.__project_name }}/Makefile index 0dda06e4f..f55995571 100644 --- a/cookiecutter/ci/{{ cookiecutter.__project_name }}/Makefile +++ b/cookiecutter/ci/{{ cookiecutter.__project_name }}/Makefile @@ -1,4 +1,7 @@ {%- set src_infix = "src/" if cookiecutter.src_layout else "" %} +# This file is managed by the cookiecutter templates. +# Do not edit manually + {%- if cookiecutter.translations %} LANGUAGES=de {%- endif %}