1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2025-12-25 06:23:53 +01:00

doc/starlight: fix incorrect makefile prints

This commit is contained in:
AnnsAnn 2025-09-24 11:37:42 +02:00
parent 744668da35
commit 9f596f68b7

View File

@ -43,10 +43,10 @@ lostandfound: ../../LOSTANDFOUND.md
.PHONY: coding_conventions
coding_conventions: ../../CODING_CONVENTIONS.md
-@echo "Generating Lost and Found documentation..."
-@echo "Generating Coding Conventions documentation..."
-@sed '1,2d' $< | cat ./templates/CODING_CONVENTIONS.template.md - > ../guides/generated/CODING_CONVENTIONS.md
.PHONY: coding_conventions_cpp
coding_conventions_cpp: ../../CODING_CONVENTIONS_C++.md
-@echo "Generating Lost and Found documentation..."
-@echo "Generating C++ Coding Conventions documentation..."
-@sed '1,2d' $< | cat ./templates/CODING_CONVENTIONS_CPP.template.md - > ../guides/generated/CODING_CONVENTIONS_CPP.md