diff -r 259540358bbf -r 47cd1716870e doc/makefile --- a/doc/makefile Sat Mar 13 22:53:07 2004 +0000 +++ b/doc/makefile Mon Mar 15 16:30:20 2004 +0000 @@ -1,2 +1,9 @@ -all: etikol.texi flf-graph.texi - makeinfo etikol.texi&&makeinfo --html etikol.texi&&texi2pdf etikol.texi \ No newline at end of file +doxy: + doxygen Doxyfile + + +texi: etikol.texi flf-graph.texi + makeinfo etikol.texi&&makeinfo --html etikol.texi&&texi2pdf etikol.texi + +texi-html: etikol.texi flf-graph.texi + makeinfo etikol.texi&&makeinfo --html etikol.texi \ No newline at end of file