doc/makefile
author alpar
Sun, 25 Apr 2004 20:16:16 +0000
changeset 400 cb377609cf1d
parent 288 84e75e8f2fd2
permissions -rw-r--r--
class NodeSet: A graph class with no edges
class EdgeSet: A graph class using the node set of another graph.
It compiles but untested and undocumented.
     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