Update of /cvsroot/csdopenglnet/csdOpenGL/doxygen
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv25589/doxygen
Modified Files:
Makefile
Log Message:
small syntax error
Index: Makefile
===================================================================
RCS file: /cvsroot/csdopenglnet/csdOpenGL/doxygen/Makefile,v
retrieving revision 1.3
retrieving revision 1.4
diff -C2 -d -r1.3 -r1.4
*** Makefile 27 Jul 2004 13:38:46 -0000 1.3
--- Makefile 2 Aug 2004 08:27:31 -0000 1.4
***************
*** 1,17 ****
! all: base
!
! base: xml/gl_8h.xml
- freeglut: xml/freeglut_8h.xml
xml/gl_8h.xml: /usr/include/GL/gl.h
doxygen doxygen.conf
- xml/freeglut_8h.xml: /usr/include/GL/freeglut.h
- doxygen freeglut.conf
-
- all:
- doxygen doxygen.conf
-
clean:
rm -rf html
--- 1,8 ----
! all: xml/gl_8h.xml
xml/gl_8h.xml: /usr/include/GL/gl.h
doxygen doxygen.conf
clean:
rm -rf html
|