doc/makefile
author alpar
Mon, 03 May 2004 07:27:29 +0000
changeset 503 769f31e9f7b0
parent 288 84e75e8f2fd2
permissions -rw-r--r--
test/graph_test.cc added.
It discovered several bugs and warnings in 'include/smart_graph.h',
in 'include/skeletons/graph.h' and in 'work/alpar/list_graph.h'.
They have also been fixed.
     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