[Lemon-commits] [lemon_svn] alpar: r406 - hugo/trunk/doc

Lemon SVN svn at lemon.cs.elte.hu
Mon Nov 6 20:39:16 CET 2006


Author: alpar
Date: Sun Apr  4 11:16:35 2004
New Revision: 406

Modified:
   hugo/trunk/doc/makefile

Log:
Always deletes ./html and ./latex


Modified: hugo/trunk/doc/makefile
==============================================================================
--- hugo/trunk/doc/makefile	(original)
+++ hugo/trunk/doc/makefile	Sun Apr  4 11:16:35 2004
@@ -1,7 +1,7 @@
 doxy:
+	rm -r html latex
 	doxygen Doxyfile
 
-
 texi: etikol.texi flf-graph.texi
 	makeinfo etikol.texi&&makeinfo --html etikol.texi&&texi2pdf etikol.texi
 



More information about the Lemon-commits mailing list