diff -r 2a4c2ca03555 -r 945b5eacc733 doc/doxygen/Makefile --- 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&