Browse Source

add termdoc option to view documentation on the terminal

Steffen Jaeckel 8 năm trước cách đây
mục cha
commit
a0a7daea6f
1 tập tin đã thay đổi với 3 bổ sung0 xóa
  1. 3 0
      doc/makefile

+ 3 - 0
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/