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:
3
makefile
3
makefile
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user