nico@210: #! gmake
nico@210: 
nico@210: #
nico@210: # Copyright (C) 2006 Nicolas GRANDEMANGE
nico@210: # 
nico@210: # This file is part of canfestival, a library implementing the canopen
nico@210: # stack
nico@210: # 
nico@210: # This library is free software; you can redistribute it and/or
nico@210: # modify it under the terms of the GNU Lesser General Public
nico@210: # License as published by the Free Software Foundation; either
nico@210: # version 2.1 of the License, or (at your option) any later version.
nico@210: # 
nico@210: # This library is distributed in the hope that it will be useful,
nico@210: # but WITHOUT ANY WARRANTY; without even the implied warranty of
nico@210: # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
nico@210: # Lesser General Public License for more details.
nico@210: # 
nico@210: # You should have received a copy of the GNU Lesser General Public
nico@210: # License along with this library; if not, write to the Free Software
nico@210: # Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
nico@210: # 
etisserant@212: all: documentation
nico@210: 
etisserant@212: clean:
etisserant@212: 	rm -rf html
etisserant@212: 
etisserant@212: 
etisserant@212: documentation: clean
nico@210: 	echo "Doxygen generation!!"
nico@210: 	doxygen Doxyfile
etisserant@212: 	#firefox html/index.html&
nico@210: