|
From: Tim R. <ti...@us...> - 2004-08-13 12:27:14
|
Update of /cvsroot/csdopenglnet/csdOpenGL/doxygen In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv14040/doxygen Modified Files: Makefile Log Message: the xml source files are now included Index: Makefile =================================================================== RCS file: /cvsroot/csdopenglnet/csdOpenGL/doxygen/Makefile,v retrieving revision 1.5 retrieving revision 1.6 diff -C2 -d -r1.5 -r1.6 *** Makefile 5 Aug 2004 13:09:15 -0000 1.5 --- Makefile 13 Aug 2004 12:27:05 -0000 1.6 *************** *** 16,19 **** --- 16,23 ---- doxygen cgFX.conf + install: + cp xml/gl_8h.xml xml/glu_8h.xml xml/glut_8h.xml xml/glxtokens_8h.xml ../GL + cp cg_xml/cgGL_8h.xml cg_xml/cg_8h.xml ../Cg + clean: rm -rf html |