2
0
Эх сурвалжийг харах

add termdoc option to view documentation on the terminal

Steffen Jaeckel 8 жил өмнө
parent
commit
a0a7daea6f
1 өөрчлөгдсөн 3 нэмэгдсэн , 0 устгасан
  1. 3 0
      doc/makefile

+ 3 - 0
doc/makefile

@@ -55,6 +55,9 @@ docdvi: crypt.tex
 	latex crypt $(silent_stdout)
 	latex crypt $(silent_stdout)
 	latex crypt $(silent_stdout)
 	latex crypt $(silent_stdout)
 
 
+termdoc: docdvi
+	dvi2tty crypt.dvi -w120
+
 clean:
 clean:
 	rm -f $(LEFTOVERS)
 	rm -f $(LEFTOVERS)
 	rm -rf doxygen/
 	rm -rf doxygen/