doc/doxygen/Makefile
changeset 212 945b5eacc733
parent 210 6b5a4c21e061
--- a/doc/doxygen/Makefile	Wed Jun 06 09:11:29 2007 +0200
+++ b/doc/doxygen/Makefile	Wed Jun 06 11:18:14 2007 +0200
@@ -20,10 +20,14 @@
 # License along with this library; if not, write to the Free Software
 # Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
 # 
+all: documentation
 
-documentation: 
+clean:
+	rm -rf html
+
+
+documentation: clean
 	echo "Doxygen generation!!"
-	rm -rf html
 	doxygen Doxyfile
-	firefox html/index.html&
+	#firefox html/index.html&