Skip to content

Commit

Permalink
ERevert "Merge pull request #42 from polluks/patch-2"
Browse files Browse the repository at this point in the history
This reverts commit 7f8e6ac, reversing
changes made to eb2a37d.
  • Loading branch information
rricharz committed May 28, 2024
1 parent 7f8e6ac commit 0d73b37
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 78 deletions.
2 changes: 0 additions & 2 deletions install
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,5 @@
cp tek4010 ~/bin
chmod +x ~/bin/tek4010

cp tek4010.1 /usr/local/man/man1

echo "tek4010 installed."
echo "Reboot if this is the first time tek4010 is installed"
7 changes: 2 additions & 5 deletions makefile
Original file line number Diff line number Diff line change
Expand Up @@ -6,13 +6,10 @@ all: tek4010

tek4010: src/help.txt src/main.c src/main.h src/tube.c src/tube.h src/tek4010.c src/ards.c
sed 's/\"/\\\"/g; s/$$/\\n"/; s/^/"/; 1s/^/const char *helpStr =\n/; $$a;' src/help.txt > src/help.h
$(CC) -o $@ src/main.c src/tube.c src/tek4010.c src/ards.c $(LIBS) $(CFLAGS)

man: tek4010
help2man --output=$?.1 --name="Tektronix 4010 and 4014 storage tube terminal emulator" --no-info $?
$(CC) -o tek4010 src/main.c src/tube.c src/tek4010.c src/ards.c $(LIBS) $(CFLAGS)

install: tek4010
./install

clean:
clean: tek4010
-rm -f tek4010
71 changes: 0 additions & 71 deletions tek4010.1

This file was deleted.

0 comments on commit 0d73b37

Please sign in to comment.