Mesa (master): doxygen: Add glsl to the Makefile and .gitignore.

Kenneth Graunke kwg at kemper.freedesktop.org
Thu Jan 20 07:51:31 UTC 2011


Module: Mesa
Branch: master
Commit: 4fafde6a8cd456e591186f0b02cdcbf07f5cd442
URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=4fafde6a8cd456e591186f0b02cdcbf07f5cd442

Author: Kenneth Graunke <kenneth at whitecape.org>
Date:   Wed Jan 19 23:49:54 2011 -0800

doxygen: Add glsl to the Makefile and .gitignore.

---

 doxygen/.gitignore |    1 +
 doxygen/Makefile   |    1 +
 2 files changed, 2 insertions(+), 0 deletions(-)

diff --git a/doxygen/.gitignore b/doxygen/.gitignore
index 253aaba..62a3722 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 120372e..3869520 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 \




More information about the mesa-commit mailing list