equal
deleted
inserted
replaced
18 # |
18 # |
19 # You should have received a copy of the GNU Lesser General Public |
19 # You should have received a copy of the GNU Lesser General Public |
20 # License along with this library; if not, write to the Free Software |
20 # License along with this library; if not, write to the Free Software |
21 # Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA |
21 # Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA |
22 # |
22 # |
|
23 all: documentation |
23 |
24 |
24 documentation: |
25 clean: |
|
26 rm -rf html |
|
27 |
|
28 |
|
29 documentation: clean |
25 echo "Doxygen generation!!" |
30 echo "Doxygen generation!!" |
26 rm -rf html |
|
27 doxygen Doxyfile |
31 doxygen Doxyfile |
28 firefox html/index.html& |
32 #firefox html/index.html& |
29 |
33 |