doc/makefile
changeset 186 47cd1716870e
parent 18 7c88989ea45b
child 282 7f85e99502db
     1.1 --- a/doc/makefile	Sat Mar 13 22:53:07 2004 +0000
     1.2 +++ b/doc/makefile	Mon Mar 15 16:30:20 2004 +0000
     1.3 @@ -1,2 +1,9 @@
     1.4 -all: etikol.texi flf-graph.texi
     1.5 -	makeinfo etikol.texi&&makeinfo --html etikol.texi&&texi2pdf etikol.texi
     1.6 \ No newline at end of file
     1.7 +doxy:
     1.8 +	doxygen Doxyfile
     1.9 +
    1.10 +
    1.11 +texi: etikol.texi flf-graph.texi
    1.12 +	makeinfo etikol.texi&&makeinfo --html etikol.texi&&texi2pdf etikol.texi
    1.13 +
    1.14 +texi-html: etikol.texi flf-graph.texi
    1.15 +	makeinfo etikol.texi&&makeinfo --html etikol.texi
    1.16 \ No newline at end of file