Skip to content

Commit 8719ba6

Browse files
committed
unhide some commands
1 parent 7d2df4f commit 8719ba6

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

Makefile

+4-4
Original file line numberDiff line numberDiff line change
@@ -163,7 +163,7 @@ install_man:
163163
A=`grep -n 'The commands supported' README.md | cut -d':' -f1`
164164
B=`grep -n 'bye!' README.md | cut -d':' -f1`
165165
src/info.h:
166-
@sed -n -e "$A,$B p" -e "$B q" README.md > help_msg
167-
@python3 utils/txt2cvar.py help_msg > src/info.h
168-
@rm help_msg
169-
@echo "const char version[] = {\""`git describe --tags 2>/dev/null || echo 0.0.0`\""};" >> src/info.h
166+
sed -n -e "$A,$B p" -e "$B q" README.md > help_msg
167+
python3 utils/txt2cvar.py help_msg > src/info.h
168+
rm help_msg
169+
echo "const char version[] = {\""`git describe --tags 2>/dev/null || echo 0.0.0`\""};" >> src/info.h

0 commit comments

Comments
 (0)