Skip to content
This repository was archived by the owner on Feb 11, 2025. It is now read-only.

Commit a2c2970

Browse files
author
Sebastian Spier
authored
Removing leading newline in code block (#117)
* Removing leading newline in code block * Change make instructions for tmp/make_help.txt. Trying to remove leading newline.
1 parent 3172b74 commit a2c2970

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ tmp/help.txt: drone-cache
6565

6666
tmp/make_help.txt: Makefile
6767
-mkdir -p tmp
68-
$(Q) awk 'BEGIN {FS = ":.*##"; printf "\nUsage:\n make <target>\n\nTargets:\n"} /^[a-zA-Z_-]+:.*?##/ { printf " %-15s\t %s\n", $$1, $$2 }' $(MAKEFILE_LIST) &> tmp/make_help.txt
68+
$(Q) awk 'BEGIN {FS = ":.*##"; printf "Usage:\n make <target>\n\nTargets:\n"} /^[a-zA-Z_-]+:.*?##/ { printf " %-15s\t %s\n", $$1, $$2 }' $(MAKEFILE_LIST) &> tmp/make_help.txt
6969

7070
README.md: tmp/help.txt tmp/make_help.txt $(EMBEDMD_BIN)
7171
$(EMBEDMD_BIN) -w README.md

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -219,8 +219,8 @@ $ docker run --rm \
219219
## Development
220220

221221
[embedmd]:# (tmp/make_help.txt)
222-
```txt
223222

223+
```txt
224224
Usage:
225225
make <target>
226226

0 commit comments

Comments
 (0)