1
0
mirror of https://github.com/rricharz/Tek4010.git synced 2026-04-25 11:42:05 +00:00

Create manual page

Requires help2man, you may adjust install.
This commit is contained in:
Stefan
2024-05-24 11:34:54 +02:00
committed by GitHub
parent b85ad51a60
commit e52a149674

View File

@@ -8,6 +8,9 @@ tek4010: src/help.txt src/main.c src/main.h src/tube.c src/tube.h src/tek4010.c
sed 's/\"/\\\"/g; s/$$/\\n"/; s/^/"/; 1s/^/const char *helpStr =\n/; $$a;' src/help.txt > src/help.h
$(CC) -o tek4010 src/main.c src/tube.c src/tek4010.c src/ards.c $(LIBS) $(CFLAGS)
tek4010.1: tek4010
help2man --output=$@ --name="Tektronix 4010 and 4014 storage tube terminal emulator" --no-info $?
install: tek4010
./install