Skip to content

Commit

Permalink
Create manual page
Browse files Browse the repository at this point in the history
Requires help2man, you may adjust install.
  • Loading branch information
polluks authored May 24, 2024
1 parent b85ad51 commit e52a149
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit e52a149

Please sign in to comment.