From: Kenneth Graunke Date: Thu, 20 Jan 2011 07:49:54 +0000 (-0800) Subject: doxygen: Add glsl to the Makefile and .gitignore. X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=4fafde6a8cd456e591186f0b02cdcbf07f5cd442;p=mesa.git doxygen: Add glsl to the Makefile and .gitignore. --- diff --git a/doxygen/.gitignore b/doxygen/.gitignore index 253aabac192..62a37224ddc 100644 --- a/doxygen/.gitignore +++ b/doxygen/.gitignore @@ -6,6 +6,7 @@ core core_subset gallium glapi +glsl main math math_subset diff --git a/doxygen/Makefile b/doxygen/Makefile index 120372e1da6..386952000be 100644 --- a/doxygen/Makefile +++ b/doxygen/Makefile @@ -11,6 +11,7 @@ FULL = \ math.doxy \ vbo.doxy \ glapi.doxy \ + glsl.doxy \ shader.doxy \ swrast.doxy \ swrast_setup.doxy \