Always deletes ./html and ./latex
authoralpar
Sun, 04 Apr 2004 09:16:35 +0000
changeset 28884e75e8f2fd2
parent 287 5f42cb5cc1bf
child 289 98adf9276de0
Always deletes ./html and ./latex
doc/makefile
     1.1 --- a/doc/makefile	Sat Apr 03 23:13:41 2004 +0000
     1.2 +++ b/doc/makefile	Sun Apr 04 09:16:35 2004 +0000
     1.3 @@ -1,7 +1,7 @@
     1.4  doxy:
     1.5 +	rm -r html latex
     1.6  	doxygen Doxyfile
     1.7  
     1.8 -
     1.9  texi: etikol.texi flf-graph.texi
    1.10  	makeinfo etikol.texi&&makeinfo --html etikol.texi&&texi2pdf etikol.texi
    1.11