OSDN Git Service

doxygen: Add glsl to the Makefile and .gitignore.
authorKenneth Graunke <kenneth@whitecape.org>
Thu, 20 Jan 2011 07:49:54 +0000 (23:49 -0800)
committerKenneth Graunke <kenneth@whitecape.org>
Thu, 20 Jan 2011 07:49:54 +0000 (23:49 -0800)
doxygen/.gitignore
doxygen/Makefile

index 253aaba..62a3722 100644 (file)
@@ -6,6 +6,7 @@ core
 core_subset
 gallium
 glapi
+glsl
 main
 math
 math_subset
index 120372e..3869520 100644 (file)
@@ -11,6 +11,7 @@ FULL = \
        math.doxy \
        vbo.doxy \
        glapi.doxy \
+       glsl.doxy \
        shader.doxy \
        swrast.doxy \
        swrast_setup.doxy \