We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0bfb3d9 commit 589103cCopy full SHA for 589103c
1 file changed
Makefile
@@ -27,6 +27,11 @@ update:
27
insert-example:
28
./scripts/insert-example.bash
29
30
+.PHONY: format-doc
31
+format-doc:
32
+ # Trim trailing empty line
33
+ sed -i -e '$${/^$$/d;}' README.md
34
+
35
.PHONY: after-gen
-after-gen: format insert-example
36
+after-gen: format insert-example format-doc
37
./scripts/add-deprecation-warnings.bash
0 commit comments