doc/makefile
author klao
Sat, 17 Apr 2004 01:57:48 +0000
changeset 347 e4ab32225f1c
parent 288 84e75e8f2fd2
permissions -rw-r--r--
A generic map with value type [0, N) where N is a small integer.
Can enumerate keys with a given value.
     1 doxy:
     2 	rm -rf html latex
     3 	doxygen Doxyfile
     4 
     5 texi: etikol.texi flf-graph.texi
     6 	makeinfo etikol.texi&&makeinfo --html etikol.texi&&texi2pdf etikol.texi
     7 
     8 texi-html: etikol.texi flf-graph.texi
     9 	makeinfo etikol.texi&&makeinfo --html etikol.texi
    10 
    11 clean:
    12 	rm -rf html latex