Skip to content
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
@@ -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/*))
Expand Down
3 changes: 3 additions & 0 deletions cookiecutter/ci/{{ cookiecutter.__project_name }}/Makefile
Original file line number Diff line number Diff line change
@@ -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 %}
Expand Down
Loading