From a0a7daea6fb1596abe3d3da56bdcbff56113095b Mon Sep 17 00:00:00 2001 From: Steffen Jaeckel Date: Sun, 9 Jul 2017 17:36:59 +0200 Subject: [PATCH] add termdoc option to view documentation on the terminal --- doc/makefile | 3 +++ 1 file changed, 3 insertions(+) diff --git a/doc/makefile b/doc/makefile index 30a76c1..f9b75e5 100644 --- a/doc/makefile +++ b/doc/makefile @@ -55,6 +55,9 @@ docdvi: crypt.tex latex crypt $(silent_stdout) latex crypt $(silent_stdout) +termdoc: docdvi + dvi2tty crypt.dvi -w120 + clean: rm -f $(LEFTOVERS) rm -rf doxygen/