Skip to content

Commit 0c66bf4

Browse files
committed
No need to copy suma/uyuni-site.yml to root
1 parent ea5db63 commit 0c66bf4

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

Makefile.es

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,6 @@ prepare-antora-suma-es:
2323
s/start_path\:\ \./\start_path\:\ translations\/es/;" suma-site.yml > translations/es/suma-site.yml && \
2424
cd translations/es && \
2525
if [ ! -e branding ]; then ln -s ../../branding; fi
26-
cp suma-site.yml ../..
2726

2827
.PHONY: antora-suma-es
2928
antora-suma-es: clean-es prepare-antora-suma-es translations pdf-all-suma-es pdf-tar-suma-es
@@ -142,7 +141,6 @@ pdf-tar-uyuni-es:
142141
$(call pdf-tar-product,translations/es,$(PDF_OUTPUT_UYUNI))
143142

144143
# TODO Translate uyuni-site.yml
145-
# TODO clean up
146144
# antora-uyuni-es: clean-es pdf-all-uyuni-es pdf-tar-uyuni-es
147145
.PHONY: prepare-antora-uyuni-es
148146
prepare-antora-uyuni-es:
@@ -153,7 +151,6 @@ prepare-antora-uyuni-es:
153151
s/start_path\:\ \./\start_path\:\ translations\/es/;" uyuni-site.yml > translations/es/uyuni-site.yml && \
154152
cd translations/es && \
155153
if [ ! -e branding ]; then ln -s ../../branding; fi
156-
cp uyuni-site.yml ../..
157154

158155
.PHONY: antora-uyuni-es
159156
antora-uyuni-es: clean-es prepare-antora-uyuni-es translations pdf-all-uyuni-es pdf-tar-uyuni-es

0 commit comments

Comments
 (0)